| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index d870e1ecad2eab3a3825c7d18006225b811a6219..610ff1e0113d28f73918f1eebcf3a640c5e208b0 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -260,10 +260,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',
|
| @@ -463,7 +459,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',
|
| @@ -516,6 +511,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',
|
|
|