| 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',
|
|
|