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

Unified Diff: components/login.gypi

Issue 1440583002: This CL replaces e-mail with AccountId on user selection screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 1 month 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
Index: components/login.gypi
diff --git a/components/login.gypi b/components/login.gypi
index e8a6bb144f0d01702c92de27a7167f7be210b2ea..ac66212517e5ad4ebbbf6dcd9e183baedd146d0c 100644
--- a/components/login.gypi
+++ b/components/login.gypi
@@ -8,6 +8,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/components/components.gyp:signin_core_account_id',
'<(DEPTH)/ui/base/ui_base.gyp:ui_base',
],
'export_dependent_settings': [

Powered by Google App Engine
This is Rietveld 408576698