| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 21fb08f38371beb25eadc787cbb59b20f15fb2f9..dc89d1f82d78870ab04d65cb5400768c93b14c53 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -534,6 +534,14 @@ if (is_android) {
|
| ":pak",
|
| ]
|
|
|
| + public_deps = [
|
| + "//tools/blink_v8_snapshot:blink_v8_snapshot",
|
| + ]
|
| +
|
| + data = [
|
| + "$root_out_dir/blink_v8_snapshot.bin",
|
| + ]
|
| +
|
| if (is_win) {
|
| deps += [ "//sandbox" ]
|
|
|
| @@ -597,12 +605,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",
|
| + "//tools/blink_v8_snapshot:blink_v8_snapshot",
|
| ]
|
|
|
| if (icu_use_data_file) {
|
|
|