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

Unified Diff: build/isolate.gypi

Issue 1176463003: Remove test_isolation_outdir references. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: 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/common.gypi ('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 092a4e4e1fe0631c8f5caaf238f377582ebda5e5..69af5b059db0ded430c46589ad4f5f139f4f0c6e 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -110,9 +110,6 @@
'--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/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698