| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 86db888c239659a140b1548574827a0ac04bfc40..8162f9b7eaba3f9eb48d03a297b0164b63a75e7e 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -264,10 +264,6 @@
|
| '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',
|
| 'geolocation/geoposition.cc',
|
| @@ -467,7 +463,6 @@
|
| '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',
|
| 'geolocation/simple_geolocation_unittest.cc',
|
| 'login/auth/key_unittest.cc',
|
| @@ -520,6 +515,7 @@
|
| '../build/linux/system.gyp:dbus',
|
| '../build/linux/system.gyp:ssl',
|
| '../components/components.gyp:cloud_policy_proto',
|
| + '../components/components.gyp:device_event_log_component',
|
| '../components/components.gyp:onc_component',
|
| '../crypto/crypto.gyp:crypto',
|
| '../dbus/dbus.gyp:dbus',
|
|
|