Created
June 27, 2013 16:21
-
-
Save davisford/5877879 to your computer and use it in GitHub Desktop.
Checking out Chromium source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | |
export PATH="$PATH":`pwd`/depot_tools | |
mkdir chromium && cd chromium | |
fetch chromium --nosvn=True | |
fetch blink --nosvn=True # skip if you don't want blink | |
fetch android --nosvn=True # skip if you don't want android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment