| Index: build/toolchain.gypi
|
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi
|
| index e1cd791490ae0dd2f8accfc7812b3812c2a1b127..c2974c52bfc53f42e9bb21895e4c2c8204dc6875 100644
|
| --- a/build/toolchain.gypi
|
| +++ b/build/toolchain.gypi
|
| @@ -80,6 +80,9 @@
|
| # and 'target'. If you want to run v8 tests, it needs to be set to 'target'.
|
| # 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',
|
|
|