Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1806)

Unified Diff: chrome/installer/test/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 | « chrome/installer/setup/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/test/BUILD.gn
diff --git a/chrome/installer/test/BUILD.gn b/chrome/installer/test/BUILD.gn
index 53df9b4eff403431bb75884c18a42852fcec8245..fa478379ee61ac5fecab8576c65fbe0ee183966b 100644
--- a/chrome/installer/test/BUILD.gn
+++ b/chrome/installer/test/BUILD.gn
@@ -18,7 +18,7 @@ executable("alternate_version_generator") {
"//base/test:test_support",
"//build/config/sanitizers:deps",
"//chrome/common:constants",
- "//chrome/installer/util",
+ "//chrome/installer/util:with_rc_strings",
"//testing/gtest",
]
}
@@ -39,7 +39,7 @@ source_set("alternate_version_generator_lib") {
"//base",
"//base:base_static",
"//chrome/common:constants",
- "//chrome/installer/util",
+ "//chrome/installer/util:with_rc_strings",
]
}
@@ -53,7 +53,7 @@ test("upgrade_test") {
"//base",
"//base/test:test_support",
"//chrome/common:constants",
- "//chrome/installer/util",
+ "//chrome/installer/util:with_rc_strings",
"//testing/gtest",
]
data_deps = [
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698