Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..10f8351b23303f2d53c6278f1f30c66521ac28d9 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -114,10 +114,14 @@ if (!is_android && !is_mac) { |
group("chrome") { |
public_deps = [ |
":chrome_initial", |
+ "//gin:v8_context_snapshot_for_blink", |
] |
data_deps = [ |
":chrome_initial", |
] |
+ data = [ |
+ "$root_out_dir/context_blob.bin", |
+ ] |
if (is_win) { |
public_deps += [ ":reorder_imports" ] |
} |
@@ -792,6 +796,7 @@ if (is_win) { |
bundle_data("chrome_framework_resources") { |
sources = [ |
"$root_out_dir/app_mode_loader.app", |
+ "$root_out_dir/context_blob.bin", |
# This image is used to badge the lock icon in the |
# authentication dialogs, such as those used for installation |
@@ -811,6 +816,7 @@ if (is_win) { |
public_deps = [ |
":packed_resources", |
"//chrome/app_shim:app_mode_loader", |
+ "//gin:v8_context_snapshot_for_blink", |
] |
if (is_chrome_branded) { |