Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 403914476116cbdb93fc6c2056b0304b03c772eb..6534eea85948104dffd43635282a3d14f370bc82 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -17,8 +17,7 @@ |
| v8_interpreted_regexp = false |
| v8_object_print = false |
| v8_postmortem_support = false |
| -# TODO(eseidel): The snapshot generated by the GN Android build crashes. |
| -v8_use_snapshot = !is_android |
| +v8_use_snapshot = true |
| v8_enable_extra_checks = is_debug |
| v8_target_arch = cpu_arch |
| v8_random_seed = "314159265" |