| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 38d9f84d3ea221c936d50e359be43d7bad3d6b6f..4f0111f3107f2a57e35dc57d197d478d17245104 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -336,10 +336,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" ]
|
|
|