| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 25bed8c1d061abd98ce136822b2cdb2fcdaeb77e..81aed1b90eac5d24b93710b64dddb4bbbce1dddc 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -532,6 +532,14 @@ if (is_android) {
|
| ":pak",
|
| ]
|
|
|
| + public_deps = [
|
| + "//gin:blink_v8_snapshot",
|
| + ]
|
| +
|
| + data = [
|
| + "$root_out_dir/blink_v8_snapshot.bin",
|
| + ]
|
| +
|
| if (is_win) {
|
| deps += [ "//sandbox" ]
|
|
|
| @@ -595,12 +603,14 @@ if (is_mac) {
|
|
|
| bundle_data("content_shell_framework_resources") {
|
| sources = [
|
| + "$root_out_dir/blink_v8_snapshot.bin",
|
| "$root_out_dir/content_shell.pak",
|
| "resources/missingImage.png",
|
| ]
|
|
|
| public_deps = [
|
| ":pak",
|
| + "//gin:blink_v8_snapshot",
|
| ]
|
|
|
| if (icu_use_data_file) {
|
|
|