Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: chrome/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 7024bd3852e70da2839796a73b488c6c6ea6a64f..987d5a57c632d6b98bc5dfd33b39064cf78691c6 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -114,6 +114,7 @@ if (!is_android && !is_mac) {
group("chrome") {
public_deps = [
":chrome_initial",
+ "//gin:blink_v8_snapshot",
]
data_deps = [
":chrome_initial",
@@ -861,6 +862,7 @@ if (is_win) {
bundle_data("chrome_framework_resources") {
sources = [
"$root_out_dir/app_mode_loader.app",
+ "$root_out_dir/blink_v8_snapshot.bin",
# This image is used to badge the lock icon in the
# authentication dialogs, such as those used for installation
@@ -880,6 +882,7 @@ if (is_win) {
public_deps = [
":packed_resources",
"//chrome/app_shim:app_mode_loader",
+ "//gin:blink_v8_snapshot",
]
if (is_chrome_branded) {

Powered by Google App Engine
This is Rietveld 408576698