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

Unified Diff: chrome/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: . Created 3 years, 8 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 e29acdc758a6ef4ca9537979b2e65edcd1f48762..cb56edf1e21d2c56f6443f14b59e6b05e4fae258 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -790,6 +790,7 @@ if (is_win) {
bundle_data("chrome_framework_resources") {
sources = [
"$root_out_dir/app_mode_loader.app",
+ "$root_out_dir/context_blob.bin",
Yuki 2017/04/28 13:48:27 I'd prefer a different name, such as blink_v8_cont
peria 2017/06/01 08:33:30 Done.
# This image is used to badge the lock icon in the
# authentication dialogs, such as those used for installation
@@ -809,6 +810,7 @@ if (is_win) {
public_deps = [
":packed_resources",
"//chrome/app_shim:app_mode_loader",
+ "//gin:run_gin_blink_snapshot",
]
if (is_chrome_branded) {

Powered by Google App Engine
This is Rietveld 408576698