diff options
author | maruel <maruel@chromium.org> | 2015-06-09 11:17:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-09 18:18:17 +0000 |
commit | 24187bcbb3487eff94af356a32a772528f6cc0aa (patch) | |
tree | 5964b11620dd7fd3dcfdd3f5eb9795907235dd5d | |
parent | 1f1c61ecfb0d0023314a6040489b01e7976470b5 (diff) | |
download | chromium_src-24187bcbb3487eff94af356a32a772528f6cc0aa.zip chromium_src-24187bcbb3487eff94af356a32a772528f6cc0aa.tar.gz chromium_src-24187bcbb3487eff94af356a32a772528f6cc0aa.tar.bz2 |
Remove test_isolation_outdir references.
It's not used anymore.
TBR=vadimsh@chromium.org
BUG=497135
Review URL: https://codereview.chromium.org/1176463003
Cr-Commit-Position: refs/heads/master@{#333529}
-rw-r--r-- | build/common.gypi | 4 | ||||
-rw-r--r-- | build/isolate.gypi | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0b32d449..6e8f853 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -638,9 +638,6 @@ # with one of those tools. 'build_for_tool%': '', - # If no directory is specified then a temporary directory will be used. - 'test_isolation_outdir%': '', - 'wix_path%': '<(DEPTH)/third_party/wix', # Supervised users are enabled by default. @@ -1189,7 +1186,6 @@ 'linux_use_debug_fission%': '<(linux_use_debug_fission)', 'use_canvas_skia%': '<(use_canvas_skia)', 'test_isolation_mode%': '<(test_isolation_mode)', - 'test_isolation_outdir%': '<(test_isolation_outdir)', 'enable_basic_printing%': '<(enable_basic_printing)', 'enable_print_preview%': '<(enable_print_preview)', 'enable_spellcheck%': '<(enable_spellcheck)', diff --git a/build/isolate.gypi b/build/isolate.gypi index 092a4e4..69af5b0 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', |