Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created August 18, 2011 21:00
Show Gist options
  • Select an option

  • Save KushalP/1155191 to your computer and use it in GitHub Desktop.

Select an option

Save KushalP/1155191 to your computer and use it in GitHub Desktop.
alias chrup="cd ~/chromium/src; git checkout trunk; git pull; cd ..; gclient sync --force; cd src/; GYP_GENERATORS=make gclient runhooks"
alias chrclang="cd ~/chromium/src; GYP_GENERATORS=make GYP_DEFINES=clang=1 ./build/gyp_chromium; export CC=$PWD/third_party/llvm-build/Release+Asserts/bin/clang; export CXX=$PWD/third_party/llvm-build/Release+Asserts/bin/clang++;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment