| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index e7cc499a583f39d68cc5341fe5e89541c23cddb3..48efa8e9c4084a6ef45f66ca52d1942f26e74e0b 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -117,7 +117,6 @@
|
| group("chrome") {
|
| public_deps = [
|
| ":chrome_initial",
|
| - "//tools/v8_context_snapshot:v8_context_snapshot",
|
| ]
|
| data_deps = [
|
| ":chrome_initial",
|
| @@ -863,7 +862,6 @@
|
| bundle_data("chrome_framework_resources") {
|
| sources = [
|
| "$root_out_dir/app_mode_loader.app",
|
| - "$root_out_dir/v8_context_snapshot.bin",
|
|
|
| # This image is used to badge the lock icon in the
|
| # authentication dialogs, such as those used for installation
|
| @@ -883,7 +881,6 @@
|
| public_deps = [
|
| ":packed_resources",
|
| "//chrome/app_shim:app_mode_loader",
|
| - "//tools/v8_context_snapshot:v8_context_snapshot",
|
| ]
|
|
|
| if (is_chrome_branded) {
|
|
|