| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 01f2c02a3a568065ed92cfdbae63c3db51b64311..aa101723971d1c260f439dcfa35a1621de7a606f 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -250,6 +250,10 @@
|
| 'dbus/update_engine_client.h',
|
| 'dbus/volume_state.cc',
|
| 'dbus/volume_state.h',
|
| + 'device_event_log.cc',
|
| + 'device_event_log.h',
|
| + 'device_event_log_impl.cc',
|
| + 'device_event_log_impl.h',
|
| 'disks/disk_mount_manager.cc',
|
| 'disks/disk_mount_manager.h',
|
| 'login/auth/auth_attempt_state.cc',
|
| @@ -323,7 +327,6 @@
|
| 'network/network_device_handler.h',
|
| 'network/network_device_handler_impl.cc',
|
| 'network/network_device_handler_impl.h',
|
| - 'network/network_event_log.cc',
|
| 'network/network_event_log.h',
|
| 'network/network_handler.cc',
|
| 'network/network_handler.h',
|
| @@ -431,6 +434,7 @@
|
| 'dbus/shill_profile_client_unittest.cc',
|
| 'dbus/shill_service_client_unittest.cc',
|
| 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
|
| + 'device_event_log_impl_unittest.cc',
|
| 'disks/disk_mount_manager_unittest.cc',
|
| 'login/auth/key_unittest.cc',
|
| 'login/login_state_unittest.cc',
|
| @@ -444,7 +448,6 @@
|
| 'network/network_configuration_handler_unittest.cc',
|
| 'network/network_connection_handler_unittest.cc',
|
| 'network/network_device_handler_unittest.cc',
|
| - 'network/network_event_log_unittest.cc',
|
| 'network/network_profile_handler_stub.h',
|
| 'network/network_sms_handler_unittest.cc',
|
| 'network/network_state_handler_unittest.cc',
|
|
|