Skip to content

Instantly share code, notes, and snippets.

@micrypt
Created August 27, 2012 01:09
Show Gist options
  • Save micrypt/3484822 to your computer and use it in GitHub Desktop.
Save micrypt/3484822 to your computer and use it in GitHub Desktop.
Building Chromium on OS X
# Install depot_tools
$ mkdir chromium
$ cd chromium/
$ gclient config https://src.chromium.org/chrome/trunk/src
$ svn ls https://src.chromium.org/chrome
$ gclient sync --revision src@153389
$ cd src/chrome
$ xcodebuild -project chrome.xcodeproj -configuration Debug -target chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment