Skip to content

Instantly share code, notes, and snippets.

@davisford
Created June 27, 2013 16:21
Show Gist options
  • Save davisford/5877879 to your computer and use it in GitHub Desktop.
Save davisford/5877879 to your computer and use it in GitHub Desktop.
Checking out Chromium source
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