| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 5534fbbe95193f0cf96a318e49698530eb03a8f6..05485738643be9e751cff9aab328ea47c85a1eb5 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -135,7 +135,7 @@ if (!is_android) {
|
| "//chrome/browser:chrome_process_finder",
|
| "//chrome/chrome_watcher",
|
| "//chrome/chrome_watcher:client",
|
| - "//chrome/installer/util:with_no_strings_some_things_wont_work",
|
| + "//chrome/installer/util:with_no_strings",
|
| "//chrome_elf",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| @@ -188,7 +188,7 @@ if (!is_android) {
|
| "//base/allocator",
|
|
|
| # Needed to use the master_preferences functions
|
| - "//chrome/installer/util",
|
| + "//chrome/installer/util:with_no_strings",
|
| "//content/public/app:both",
|
| ]
|
| if (enable_plugins && enable_pdf) {
|
|
|