Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 64027fc1ee327927eb942df40353548cdfc3fba1..ba7a6fba25722b4f7c109bc08891aa8e101cee4c 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -13,6 +13,10 @@ import("//build_overrides/v8.gni") |
| import("snapshot_toolchain.gni") |
| +declare_args() { |
| + v8_use_snapshot = true |
|
brettw
2015/11/10 20:48:42
This should have some documentation about what a s
Mostyn Bramley-Moore
2015/11/10 22:59:51
Done. Added the same documentation in build/featu
|
| +} |
| + |
| # TODO(jochen): These will need to be user-settable to support standalone V8 |
| # builds. |
| v8_deprecation_warnings = false |
| @@ -24,7 +28,6 @@ v8_enable_verify_heap = false |
| v8_interpreted_regexp = false |
| v8_object_print = false |
| v8_postmortem_support = false |
| -v8_use_snapshot = true |
| v8_random_seed = "314159265" |
| v8_toolset_for_d8 = "host" |