| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index d588095a79c43d2b0bfdc1dc23314196f1c3ebb8..1856d45b81b29ca9685ed672b3cd1a2d88a4a28a 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -584,9 +584,6 @@
|
|
|
| # If no directory is specified then a temporary directory will be used.
|
| 'test_isolation_outdir%': '',
|
| - # True if isolate should fail if the isolate files refer to files
|
| - # that are missing.
|
| - 'test_isolation_fail_on_missing': 1,
|
|
|
| 'wix_path%': '<(DEPTH)/third_party/wix',
|
|
|
| @@ -1160,7 +1157,6 @@
|
| 'use_canvas_skia%': '<(use_canvas_skia)',
|
| 'test_isolation_mode%': '<(test_isolation_mode)',
|
| 'test_isolation_outdir%': '<(test_isolation_outdir)',
|
| - 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
|
| 'enable_basic_printing%': '<(enable_basic_printing)',
|
| 'enable_print_preview%': '<(enable_print_preview)',
|
| 'enable_spellcheck%': '<(enable_spellcheck)',
|
|
|