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

Unified Diff: base/base.gypi

Issue 10959020: SystemMonitor refactoring: move power state monitor into a separate class called PowerMonitor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add power notifier Created 8 years, 2 months 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 355a071de4722a3de30d5ee01e8e53b6abc10afb..40b42a86f4e2111c4e816308535e16ef3c3e4764 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -306,6 +306,15 @@
'port.h',
'posix/unix_domain_socket.cc',
'posix/unix_domain_socket.h',
+ 'power_monitor/power_monitor.cc',
+ 'power_monitor/power_monitor.h',
+ 'power_monitor/power_monitor_android.cc',
+ 'power_monitor/power_monitor_android.h',
+ 'power_monitor/power_monitor_ios.mm',
+ 'power_monitor/power_monitor_mac.mm',
+ 'power_monitor/power_monitor_posix.cc',
+ 'power_monitor/power_monitor_win.cc',
+ 'power_monitor/power_observer.h',
'process.h',
'process_info.h',
'process_info_mac.cc',
@@ -392,12 +401,6 @@
'synchronization/waitable_event_win.cc',
'system_monitor/system_monitor.cc',
'system_monitor/system_monitor.h',
- 'system_monitor/system_monitor_android.cc',
- 'system_monitor/system_monitor_android.h',
- 'system_monitor/system_monitor_ios.mm',
- 'system_monitor/system_monitor_mac.mm',
- 'system_monitor/system_monitor_posix.cc',
- 'system_monitor/system_monitor_win.cc',
'sys_byteorder.h',
'sys_info.h',
'sys_info_android.cc',
@@ -599,7 +602,7 @@
'base_paths_posix.cc',
'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_stub.cc',
- 'system_monitor/system_monitor_posix.cc',
+ 'power_monitor/power_monitor_posix.cc',
],
'sources/': [
['include', '^files/file_path_watcher_linux\\.cc$'],
« no previous file with comments | « base/base.gyp ('k') | base/hi_res_timer_manager.h » ('j') | base/power_monitor/power_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698