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

Unified Diff: components/login.gypi

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/OWNERS ('k') | components/login/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/login.gypi
diff --git a/components/login.gypi b/components/login.gypi
index bc9f9165178224a16d09def9bcd888404ee65364..9dec0dd7cb34848a0253bc04f0983c8f9cc62a6d 100644
--- a/components/login.gypi
+++ b/components/login.gypi
@@ -8,6 +8,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
],
'defines': [
'LOGIN_IMPLEMENTATION',
@@ -15,6 +16,8 @@
'sources': [
'login/base_screen_handler_utils.cc',
'login/base_screen_handler_utils.h',
+ 'login/localized_values_builder.cc',
+ 'login/localized_values_builder.h',
'login/screens/screen_context.cc',
'login/screens/screen_context.h',
],
« no previous file with comments | « components/OWNERS ('k') | components/login/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698