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

Unified Diff: build/common.gypi

Issue 11968049: Set test_isolation_outdir to '' by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | 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 bfed69b8f41c0f4fb6a65b3de0cf111ca8534cb9..0a241b5b028e61934470358ffa738b11d1419ea2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -404,9 +404,8 @@
# be done while the builders are being reconfigured to check out test data
# files.
'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)/isolate',
+ # If no directory is specified then a temporary directory will be used.
+ 'test_isolation_outdir%': '',
'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86',
'wix_path%': '<(DEPTH)/third_party/wix',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698