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, |