diff --git a/common.gypi b/common.gypi index 0b32d449a..6e8f853da 100644 --- a/common.gypi +++ b/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/isolate.gypi b/isolate.gypi index 092a4e4e1..69af5b059 100644 --- a/isolate.gypi +++ b/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',