| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 635c705ca1b72b122d5b8253bd06713d2b4b5c18..3d743639a9d28c0f6cf3262bfe6902f287db8ca4 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',
|
| @@ -515,6 +517,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',
|
|
|