| Index: build/toolchain.gypi
|
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi
|
| index 6090898073082da9aeac439f432704515023f3db..9f4cedc47868302e32621091ec34a85a454a3aef 100644
|
| --- a/build/toolchain.gypi
|
| +++ b/build/toolchain.gypi
|
| @@ -81,9 +81,6 @@
|
| # The setting is ignored if want_separate_host_toolset is 0.
|
| 'v8_toolset_for_d8%': 'target',
|
|
|
| - # Control usage of a separate ignition snapshot file.
|
| - 'v8_separate_ignition_snapshot%': 0,
|
| -
|
| 'host_os%': '<(OS)',
|
| 'werror%': '-Werror',
|
| # For a shared library build, results in "libv8-<(soname_version).so".
|
|
|