summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authorbenrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-21 00:14:40 +0000
committerbenrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-21 00:14:40 +0000
commit16ce06297d8ff7c9ed4ede423789c0593f711ded (patch)
tree43bdeb0e91ebfefad0c736ae055428d9b2da399a /build/isolate.gypi
parent0737ac4cbb265cd0220ea70b6244042df5bfe8ed (diff)
downloadchromium_src-16ce06297d8ff7c9ed4ede423789c0593f711ded.zip
chromium_src-16ce06297d8ff7c9ed4ede423789c0593f711ded.tar.gz
chromium_src-16ce06297d8ff7c9ed4ede423789c0593f711ded.tar.bz2
Pass the chromeos build variable to isolate.py in _run targets, and update browser_tests.isolate to test it.
This doesn't change the conditional contents of browser_tests.isolate on any platform. All tests formerly under OS=="linux" are now under OS=="linux" and (chromeos==0 or chromeos==1). BUG=158329 TEST=build _run targets, look for new variable in .isolated.state Review URL: https://chromiumcodereview.appspot.com/12208124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 8f5d71a8..4d291fc 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -63,6 +63,7 @@
'--outdir', '<(test_isolation_outdir)',
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
'--variable', 'OS', '<(OS)',
+ '--variable', 'chromeos', '<(chromeos)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],