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

Unified Diff: build/isolate.gypi

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « build/ios/grit_whitelist.txt ('k') | build/java.gypi » ('j') | 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..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',
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698