| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 46749156ebe3b4c565d633968aba1a4a6ef263f5..aacce166a78708d3568c8a95560c25234a743392 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -328,11 +328,13 @@ if (is_mac) {
|
| bundle_data("app_shell_framework_resources") {
|
| sources = [
|
| "$root_gen_dir/extensions/shell/app_shell_resources.pak",
|
| + "$root_out_dir/blink_v8_snapshot.bin",
|
| "$root_out_dir/extensions_shell_and_test.pak",
|
| ]
|
| public_deps = [
|
| ":resources_grit",
|
| "//extensions:shell_and_test_pak",
|
| + "//gin:blink_v8_snapshot",
|
| ]
|
| if (icu_use_data_file) {
|
| sources += [ "$root_out_dir/icudtl.dat" ]
|
|
|