forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gin: Hide V8 context snapshot behind a build flag
We had V8 context snapshot in C++ code regardless V8 settings, but it introduced some complex errors. This CL disables usages of V8 context snapshot if a GN flag "v8_use_external_startup_data" is not true, because V8 context snapshot depends on what is built with the flag. Bug: 764576 Change-Id: If9b1cc497a6f6122f213b83ed2f9746d9af8bb62 Reviewed-on: https://chromium-review.googlesource.com/788631 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#519208}
- Loading branch information
Showing
4 changed files
with
134 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.