Created
August 18, 2011 21:00
-
-
Save KushalP/1155191 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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