Index: build/isolate.gypi |
diff --git a/build/isolate.gypi b/build/isolate.gypi |
index 10033dafe52fc11ed5af19f7f406c7cdcf4b9b17..092a4e4e1fe0631c8f5caaf238f377582ebda5e5 100644 |
--- a/build/isolate.gypi |
+++ b/build/isolate.gypi |
@@ -106,10 +106,8 @@ |
'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!=''", { |