| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ccf24913d5831a0027bdd18914b57d6885d0136e..dd6f2a6a616caf2f374f2d80903cb0fa4cd3855f 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -19,6 +19,7 @@ if (is_android) {
|
| import("//build/mac/tweak_info_plist.gni")
|
| import("//third_party/icu/config.gni")
|
| import("//v8/gni/v8.gni")
|
| + import("//v8/snapshot_toolchain.gni")
|
| } else if (is_win) {
|
| import("//build/win/syzygy/syzygy.gni")
|
| }
|
| @@ -593,11 +594,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:run_gin_blink_snapshot($v8_snapshot_toolchain)",
|
| ]
|
|
|
| if (icu_use_data_file) {
|
|
|