Index: build/isolate.gypi |
diff --git a/build/isolate.gypi b/build/isolate.gypi |
index 10033dafe52fc11ed5af19f7f406c7cdcf4b9b17..69af5b059db0ded430c46589ad4f5f139f4f0c6e 100644 |
--- a/build/isolate.gypi |
+++ b/build/isolate.gypi |
@@ -106,15 +106,10 @@ |
'conditions': [ |
# Note: When gyp merges lists, it appends them to the old value. |
['OS=="mac"', { |
- # <(mac_product_name) can contain a space, so don't use FOO=<(FOO) |
- # form. |
'action': [ |
- '--extra-variable', 'mac_product_name', '<(mac_product_name)', |
+ '--extra-variable', 'mac_product_name=<(mac_product_name)', |
], |
}], |
- ["test_isolation_outdir!=''", { |
- 'action': [ '--isolate-server', '<(test_isolation_outdir)' ], |
- }], |
["test_isolation_mode == 'prepare'", { |
'outputs': [ |
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated.gen.json', |