summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d89cebe..920fc6a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2503,7 +2503,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)',
@@ -3323,7 +3324,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)',