summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 00:49:47 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 00:49:47 +0000
commit4bf8c63d97be9f7aaf8682ad637737990c8e3a39 (patch)
tree436fafa7ea96b2a464cffe5062f04a2828a1b3b2 /mojo
parentd595544bf8d4d35e3103149740683e364c17fe7c (diff)
downloadchromium_src-4bf8c63d97be9f7aaf8682ad637737990c8e3a39.zip
chromium_src-4bf8c63d97be9f7aaf8682ad637737990c8e3a39.tar.gz
chromium_src-4bf8c63d97be9f7aaf8682ad637737990c8e3a39.tar.bz2
Mojo: mojob.sh: on sync, run hooks but not gyp
Because we need hooks to do a bunch of things. R=ben@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/103123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rwxr-xr-xmojo/tools/mojob.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
index 5871887..c8194f1 100755
--- a/mojo/tools/mojob.sh
+++ b/mojo/tools/mojob.sh
@@ -133,8 +133,8 @@ for arg in "$@"; do
do_gyp
;;
sync)
- # Note: sync only, no gyp-ing.
- gclient sync --nohooks
+ # Note: sync only (with hooks, but no gyp-ing).
+ GYP_CHROMIUM_NO_ACTION=1 gclient sync
;;
show-bash-alias)
# You want to type something like: