Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: build/common.gypi

Issue 10392073: Add a new gyp define to be used by the swarm master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add slash, otherwise gyp does silly things Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3f3d972a95db4010ae5156241c1af24a3acdf6c3..8e39834a7945f3f502910100fc57eb1c8166e406 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -338,7 +338,10 @@
# TODO(maruel): Converted the default from 'check' to 'noop' so work can
# be done while the builders are being reconfigured to check out test data
# files.
- 'tests_run%': 'noop',
+ 'test_isolation_mode%': 'noop',
+ # It must not be '<(PRODUCT_DIR)' alone, the '/' is necessary otherwise
+ # gyp will remove duplicate flags, causing isolate.py to be confused.
+ 'test_isolation_outdir%': '<(PRODUCT_DIR)/',
# Force rlz to use chrome's networking stack.
'force_rlz_use_chrome_net%': 1,
@@ -558,7 +561,8 @@
'linux_use_gold_binary%': '<(linux_use_gold_binary)',
'linux_use_gold_flags%': '<(linux_use_gold_flags)',
'use_canvas_skia%': '<(use_canvas_skia)',
- 'tests_run%': '<(tests_run)',
+ 'test_isolation_mode%': '<(test_isolation_mode)',
+ 'test_isolation_outdir%': '<(test_isolation_outdir)',
'enable_automation%': '<(enable_automation)',
'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)',
'enable_task_manager%': '<(enable_task_manager)',
« no previous file with comments | « base/base.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698