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

Unified Diff: chromeos/chromeos.gyp

Issue 101963004: [chromeos] New PowerManagerClient observer to collect power data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 7 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index bf43f6eec811881d3024860268df8e35bd7266e6..86d29f94e1e06bf2b1b9fb1b5586371d4ea16d58 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -320,6 +320,8 @@
'network/shill_property_util.h',
'network/dhcp_proxy_script_fetcher_chromeos.cc',
'network/dhcp_proxy_script_fetcher_chromeos.h',
+ 'power/power_data_collector.cc',
+ 'power/power_data_collector.h',
'process_proxy/process_output_watcher.cc',
'process_proxy/process_output_watcher.h',
'process_proxy/process_proxy.cc',
@@ -537,6 +539,7 @@
'network/onc/onc_validator_unittest.cc',
'network/shill_property_handler_unittest.cc',
'network/shill_property_util_unittest.cc',
+ 'power/power_data_collector_unittest.cc',
'process_proxy/process_output_watcher_unittest.cc',
'process_proxy/process_proxy_unittest.cc',
'system/name_value_pairs_parser_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698