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