Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(941)

Unified Diff: chromeos/chromeos.gyp

Issue 773703002: Generalize network_event_log -> device_event_log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + feedback Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698