--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
--
gclient config http://src.chromium.org/chrome/trunk/src gclient sync --revision src@###### --jobs 8 --force (I used src@187216 - the --revision option can be omitted)gclient sync --revision src@###### (ran a second time to verify download - had a few download errors.)
Pulling together required pieces...
Stubbing ammintrin.h...
Patching asyncinfo.h...
Cleaning up temporaries...
In a (clean) cmd shell, you can now run
\path\to\google\chromium\win_toolchain\env.bat
then
gclient runhooks (or gclient sync if you haven't pulled deps yet)
ninja -C out\Debug chrome
Note that this script intentionally does not modify any global
settings like the registry, or system environment variables, so you
will need to run the above env.bat whenever you start a new
shell.