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

Unified Diff: components/login/BUILD.gn

Issue 878253002: LocalizedValuesBuilder moved to components/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed dependency on 'base'. Created 5 years, 10 months 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 | « components/login.gypi ('k') | components/login/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/login/BUILD.gn
diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
index e5c4d05bb2917eebe3b67147004e05a0d40b15ed..be7525a831b2d22ac24d52b4a1dd94076598c252 100644
--- a/components/login/BUILD.gn
+++ b/components/login/BUILD.gn
@@ -6,6 +6,8 @@ component("login") {
sources = [
"base_screen_handler_utils.cc",
"base_screen_handler_utils.h",
+ "localized_values_builder.cc",
+ "localized_values_builder.h",
"screens/screen_context.cc",
"screens/screen_context.h",
]
@@ -14,6 +16,7 @@ component("login") {
deps = [
"//base",
+ "//ui/base",
]
}
« no previous file with comments | « components/login.gypi ('k') | components/login/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698