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', |