summaryrefslogtreecommitdiffstats
path: root/components/login.gypi
diff options
context:
space:
mode:
authoralemate <alemate@chromium.org>2015-11-18 02:46:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-18 10:47:09 +0000
commit1e24fe57a4ca921355bb1506f5a79627647a8c16 (patch)
tree3b0c77c133379b2bd54a4a42a21f777c92a32015 /components/login.gypi
parenta370ef52788ea0f6c410b05ec40a74ee9bf3a647 (diff)
downloadchromium_src-1e24fe57a4ca921355bb1506f5a79627647a8c16.zip
chromium_src-1e24fe57a4ca921355bb1506f5a79627647a8c16.tar.gz
chromium_src-1e24fe57a4ca921355bb1506f5a79627647a8c16.tar.bz2
This CL replaces e-mail with AccountId on user selection screen.
This CL replaces e-mail with serialized AccountId on user selection screen. It also adds simple AccountId Serialize/Deserialize methods suitable for passing AccountId to JS code. This is part of transition to AccountId. BUG=462823, 552034 TEST=manual Review URL: https://codereview.chromium.org/1440583002 Cr-Commit-Position: refs/heads/master@{#360319}
Diffstat (limited to 'components/login.gypi')
-rw-r--r--components/login.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/login.gypi b/components/login.gypi
index e8a6bb1..ac66212 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': [