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

Unified Diff: build/isolate.gypi

Issue 131503009: Roll swarming_client @ f9538eebbc82bdfed4768cde388c8ae8a1ac3209. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rolling to f9538eebbc82bdfed4768cde388c8ae8a1ac3209 Created 6 years, 11 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 | « DEPS ('k') | 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 b59806691ac4136b7478dceb64083d58a29081b9..1079735e4e99688a55ef8a1b1c29a341fbc1c7cf 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -105,21 +105,12 @@
'--extra-variable', 'mac_product_name', '<(mac_product_name)',
],
}],
- ["test_isolation_outdir==''", {
- # GYP will eliminate duplicate arguments so '<(PRODUCT_DIR)' cannot
- # be provided twice. To work around this behavior, append '/'.
- #
- # Also have a space after <(PRODUCT_DIR) or visual studio will
- # escape the argument wrappping " with the \ and merge it into
- # the following arguments.
- 'action': [ '--outdir', '<(PRODUCT_DIR)/ ' ],
- }, {
- 'action': [ '--outdir', '<(test_isolation_outdir)' ],
+ ["test_isolation_outdir!=''", {
+ 'action': [ '--isolate-server', '<(test_isolation_outdir)' ],
}],
['test_isolation_fail_on_missing == 0', {
- 'action': ['--ignore_broken_items'],
- },
- ],
+ 'action': ['--ignore_broken_items'],
+ }],
],
},
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698