diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
commit | 718e3f31202a91f1301f9b500363d4e69768b6ee (patch) | |
tree | 0b0de59e3a4c0b1a4aa1f19c2425c2c331b70126 /build/common.gypi | |
parent | ad3b6e847b32b3c0733e74124f716b73da8865b7 (diff) | |
download | chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.zip chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.gz chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.bz2 |
Revert r217535 "Move swarm_client to swarming_client."
The CL itself is fine but the Try Server didn't gather
"got_swarming_client_revision" build property correctly, causing swarm_triggered
to use an improper swarm_client checkout. r217535 can be reapplied once the TS
is fixed. No other issue was observed.
TBR=vadimsh@chromium.org
BUG=
Review URL: https://codereview.chromium.org/22978003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c0bbcca..e95efab 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -677,7 +677,7 @@ # Whether tests targets should be run, archived or just have the # dependencies verified. All the tests targets have the '_run' suffix, # e.g. base_unittests_run runs the target base_unittests. The test - # target always calls tools/swarming_client/isolate.py. See the script's + # target always calls tools/swarm_client/isolate.py. See the script's # --help for more information and the valid --mode values. Meant to be # overriden with GYP_DEFINES. # TODO(maruel): Remove the conditions as more configurations are |