Commit c0774148 authored by machenbach's avatar machenbach Committed by Commit bot

[gn] Turn on external_startup_data by default except on ios

This sets the default for the feature, as chromium expects
it: It is turned on for all platforms except ios.

Chromium's build_override can be removed after this.

This will also allow to override the value as a gn arg.

BUG=chromium:474921,chromium:616034
NOTRY=true

Review-Url: https://codereview.chromium.org/2025803003
Cr-Commit-Position: refs/heads/master@{#36666}
parent dab67f03
......@@ -23,7 +23,7 @@ declare_args() {
# Use external files for startup data blobs:
# the JS builtins sources and the start snapshot.
v8_use_external_startup_data = true
v8_use_external_startup_data = !is_ios
# Sets -DVERIFY_HEAP.
v8_enable_verify_heap = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment