| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ccf24913d5831a0027bdd18914b57d6885d0136e..dc6da3ad2a9913196c63845a9b6e1ecf206e3c09 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -529,6 +529,14 @@ if (is_android) {
|
| ":pak",
|
| ]
|
|
|
| + public_deps = [
|
| + "//gin:v8_context_snapshot_for_blink",
|
| + ]
|
| +
|
| + data = [
|
| + "$root_out_dir/context_blob.bin",
|
| + ]
|
| +
|
| if (is_win) {
|
| deps += [ "//sandbox" ]
|
|
|
| @@ -593,11 +601,13 @@ if (is_mac) {
|
| bundle_data("content_shell_framework_resources") {
|
| sources = [
|
| "$root_out_dir/content_shell.pak",
|
| + "$root_out_dir/context_blob.bin",
|
| "resources/missingImage.png",
|
| ]
|
|
|
| public_deps = [
|
| ":pak",
|
| + "//gin:v8_context_snapshot_for_blink",
|
| ]
|
|
|
| if (icu_use_data_file) {
|
|
|