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

Unified Diff: chromeos/chromeos.gyp

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cryptohome::Identification() . Created 4 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index c0f9ab538f15a3d305cb69dd5f31cc594c5c3dc5..a29a5577a28812a06dae1b374af6ee6931dc2610 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -204,6 +204,8 @@
'dbus/system_clock_client.h',
'dbus/update_engine_client.cc',
'dbus/update_engine_client.h',
+ 'dbus/utils.cc',
+ 'dbus/utils.h',
xiyuan 2016/02/18 17:22:33 Where are those files? I only see login/auth/utils
Alexander Alekseev 2016/02/19 00:17:03 I missed them. Now added.
'dbus/volume_state.cc',
'dbus/volume_state.h',
'disks/disk_mount_manager.cc',
@@ -242,6 +244,8 @@
'login/auth/test_attempt_state.h',
'login/auth/user_context.cc',
'login/auth/user_context.h',
+ 'login/auth/utils.cc',
+ 'login/auth/utils.h',
'login/login_state.cc',
'login/login_state.h',
'login/user_names.cc',
@@ -518,6 +522,7 @@
'../components/components.gyp:device_event_log_component',
'../components/components.gyp:onc_component',
'../components/components.gyp:proxy_config',
+ '../components/components.gyp:user_manager',
'../components/components.gyp:signin_core_account_id',
'../components/prefs/prefs.gyp:prefs',
'../crypto/crypto.gyp:crypto',
@@ -650,6 +655,7 @@
'../build/linux/system.gyp:ssl',
'../components/components.gyp:onc_component',
'../components/components.gyp:proxy_config',
+ '../components/components.gyp:signin_core_account_id',
'../components/prefs/prefs.gyp:prefs_test_support',
'../crypto/crypto.gyp:crypto',
'../crypto/crypto.gyp:crypto_test_support',

Powered by Google App Engine
This is Rietveld 408576698