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

Unified Diff: win8/metro_driver/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 | « win8/delegate_execute/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/BUILD.gn
diff --git a/win8/metro_driver/BUILD.gn b/win8/metro_driver/BUILD.gn
index 2cf2dd95f7e6406a05aa767dd321cc5972c05ad3..68c9a90fc1731e31fffe267858669d24e8c0032b 100644
--- a/win8/metro_driver/BUILD.gn
+++ b/win8/metro_driver/BUILD.gn
@@ -23,7 +23,7 @@ shared_library("metro_driver") {
":version_resources",
"//base",
"//chrome/common:constants",
- "//chrome/installer/util:with_no_strings_some_things_wont_work",
+ "//chrome/installer/util:with_no_strings",
"//crypto",
"//ipc",
"//sandbox",
@@ -122,7 +122,7 @@ test("metro_driver_unittests") {
deps = [
":metro_driver",
"//base",
- "//chrome/installer/util",
+ "//chrome/installer/util:with_rc_strings",
"//testing/gtest",
]
}
« no previous file with comments | « win8/delegate_execute/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698