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

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: Use holder class for lazy initialization on Android Created 7 years, 9 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
« no previous file with comments | « base/base.gyp ('k') | base/hi_res_timer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 325dc6cb03efd515a35b1262ab5b515583afdbe8..9f1dc84129b0e0f6041673aa5e1b7f58c6e8a1b4 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -345,6 +345,15 @@
'posix/global_descriptors.h',
'posix/unix_domain_socket_linux.cc',
'posix/unix_domain_socket_linux.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',
@@ -435,12 +444,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.cc',
'sys_info.h',
@@ -648,7 +651,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698