Advertisement
Guest User

build chromium x64

a guest
Jan 20th, 2016
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.68 KB | None | 0 0
  1. set PATH=D:\depot_tools;%PATH%
  2. set DEPOT_TOOLS_WIN_TOOLCHAIN=0
  3. set GYP_DEFINES=proprietary_codecs=1 ffmpeg_branding=Chrome fastbuild=1 remove_webcore_debug_symbols=1
  4. set GYP_MSVS_VERSION=2015
  5.  
  6. cd /D D:\depot_tools
  7.  
  8. rem ----next line only for the first fresh run----
  9. rem fetch --nohooks chromium --nosvn=True
  10.  
  11. gclient sync --with_branch_heads
  12.  
  13. cd /D J:\tmp\depot_tools\src
  14.  
  15. python build\gyp_chromium -Dtarget_arch=x64 -Dlibyuv_enable_svn=1 -Dproprietary_codecs=1 -Dfastbuild=1 -Dremove_webcore_debug_symbols=1 -Dffmpeg_branding=Chrome -Dgoogle_api_key='no' -Dgoogle_default_client_id='no' -Dgoogle_default_client_secret='no'
  16.  
  17. ninja -C out/Release_x64 mini_installer.exe
  18.  
  19. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement