Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 771 Bytes

File metadata and controls

33 lines (27 loc) · 771 Bytes

Chrome Windows Build

  • Run cmd as administrator

  • fetch interruption => gclient runhooks

  • Environment Variable

set vs2019_install=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
set GYP_MSVS_VERSION=2019
  • Installing Debugging Tools Windows
If the Windows SDK is already installed, open Settings, navigate to Apps & features, 
select Windows Software Development Kit, and then 
click Modify to change the installation to add Debugging Tools for Windows.
  • Duplicate Folder:
xcopy chromium chromium-backup /O /X /E /H /K
  • Project File Generation
gn gen --ide=vs out\Default --args="is_component_build = true is_debug = true"
devenv out\Default\all.sln
  • Build
autoninja -C out\Default chrome