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

Unified Diff: build/isolate.gypi

Issue 1152243003: Fix luci-go isolate support on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Created 5 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/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!=''", {
« 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