Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Side by Side Diff: depot_tools/hammer

Issue 92087: Create the Next Generation of depot_tools. Eh. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « depot_tools/git-try.py ('k') | depot_tools/hammer.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # The first expression catches when we're actually in the /src directory.
4 # The second expressions strips everything after the last /src occurrence.
5 SRC_DIR=`pwd | sed -e '\;/src$;q' -e 's;\(.*/src\)/.*;\1;'`
6 SCONS="${SRC_DIR}/third_party/scons/scons.py"
7 SITE_SCONS="${SRC_DIR}/site_scons"
8
9 exec python "${SCONS}" "--site-dir=${SITE_SCONS}" "$@"
OLDNEW
« no previous file with comments | « depot_tools/git-try.py ('k') | depot_tools/hammer.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698