Chromium Code Reviews
[email protected] (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