diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 14:56:33 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 14:56:33 +0000 |
commit | 0ef3a52b5467e3eb07d0f6b7fb59ee9c6a775015 (patch) | |
tree | 34431a30ffb969625bd44cce168d6aba679f79bb /net/net.gyp | |
parent | 723be5d0ebfe0e1b3c0974f6b61078701c5c14c3 (diff) | |
download | chromium_src-0ef3a52b5467e3eb07d0f6b7fb59ee9c6a775015.zip chromium_src-0ef3a52b5467e3eb07d0f6b7fb59ee9c6a775015.tar.gz chromium_src-0ef3a52b5467e3eb07d0f6b7fb59ee9c6a775015.tar.bz2 |
Add a new gyp define to be used by the swarm master.
Rename tests_run to test_isolation_mode.
TBR=mad@chromium.org
BUG=98636
TEST=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10392073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index d055469..84a9421 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1393,7 +1393,8 @@ 'action': [ 'python', '../tools/isolate/isolate.py', - '--mode', '<(tests_run)', + '--mode', '<(test_isolation_mode)', + '--outdir', '<(test_isolation_outdir)', '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', '--variable', 'OS', '<(OS)', '--result', '<@(_outputs)', |