| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 9c7f53ef3adefe4bb53db6233277824ae76c0d2c..79fe7912e139eac0167908053249051b0011c8cb 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -178,6 +178,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',
|
| @@ -432,6 +434,7 @@
|
| 'ime/input_method_property_unittest.cc',
|
| 'ime/input_method_whitelist_unittest.cc',
|
| 'ime/xkeyboard_unittest.cc',
|
| + 'login/login_state_unittest.cc',
|
| 'network/cros_network_functions_unittest.cc',
|
| 'network/geolocation_handler_unittest.cc',
|
| 'network/network_change_notifier_chromeos_unittest.cc',
|
|
|