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

Unified Diff: chromeos/chromeos.gyp

Issue 13495003: Add LoginState class to src/chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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 9b804fc5675a797e7cd662934ace345278dec87e..0fd9cffaf4c50b2576cf33bbad4e30ffa8f5d909 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -176,6 +176,8 @@
'ime/input_method_whitelist.h',
'ime/xkeyboard.cc',
'ime/xkeyboard.h',
+ 'login/login_state.cc',
+ 'login/login_state.h',
'network/cros_network_functions.cc',
'network/cros_network_functions.h',
'network/device_state.cc',
@@ -419,6 +421,7 @@
'dbus/introspectable_client_unittest.cc',
'dbus/modem_messaging_client_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
+ 'login/login_state_unittest.cc',
bartfab (slow) 2013/04/03 08:21:36 This belongs after the ime/ entries (not in alphab
stevenjb 2013/04/03 17:21:42 Done and added.
'ime/component_extension_ime_manager_unittest.cc',
'ime/extension_ime_util_unittest.cc',
'ime/input_method_descriptor_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698