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

Unified Diff: build/common.gypi

Issue 10382238: Change the test_isolation_outdir default from PRODUCT_DIR to PRODUCT_DIR/isolate (Closed) Base URL: bombe.local:src/chrome/src@13_fix_unit_tests_run
Patch Set: 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 | « 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 3cc9053eadf2199e170251a5942ae38cc8bb3b0a..1dbb4c9b98dfedbcf435245f21c344693fa771ab 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -353,7 +353,7 @@
'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)/',
+ 'test_isolation_outdir%': '<(PRODUCT_DIR)/isolate',
# Force rlz to use chrome's networking stack.
'force_rlz_use_chrome_net%': 1,
« 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