ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2022-04-12 23:01:45

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 96

Compile Chrome in Windows

Compile Chromium:


Of cource you should just install Chromium but for those who want to compile..

60 GB diskspace needed, you will end up with 1 million files!!


Download depot_tools and extract in C:\depot_tools

https://storage.googleapis.com/chrome-i … _tools.zip

add to PATH: C:\depot_tools



In (admin) cmd:

C:

cd\

cd C:\depot_tools\

gclient sync -D

cd\

md build

cd build

md chromium

cd chromium

fetch --nohooks --no-history chromium

cd src

gn gen --args="enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0" --filters=//chrome --no-deps out/WIN64

autoninja -C out\WIN64 chrome -j6

Run chromium browser:

out\WIN64\chrome.exe

on error:

git rebase-update
gclient sync
gclient sync -D

and/or start all over neutral

There should only be one (1!) NINJA.EXE used on your system!

Succes!

Offline

Forum footer

Powered by FluxBB 1.5.11