Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: chrome/BUILD.gn

Issue 1545803002: Use .rc strings in fewer places for installer util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698