| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 46749156ebe3b4c565d633968aba1a4a6ef263f5..9d9aeca3320b72f1ea2960c5dde6e59def81071a 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -329,10 +329,12 @@ if (is_mac) {
|
| sources = [
|
| "$root_gen_dir/extensions/shell/app_shell_resources.pak",
|
| "$root_out_dir/extensions_shell_and_test.pak",
|
| + "$root_out_dir/v8_context_snapshot.bin",
|
| ]
|
| public_deps = [
|
| ":resources_grit",
|
| "//extensions:shell_and_test_pak",
|
| + "//tools/v8_context_snapshot:v8_context_snapshot",
|
| ]
|
| if (icu_use_data_file) {
|
| sources += [ "$root_out_dir/icudtl.dat" ]
|
|
|