| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 2e0bd7915a9d1674d2431d3df6299ade94aa55fc..3270dd8958cecdd7d8ea5ef246d324a1d80affcb 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -307,6 +307,8 @@
|
| 'process_proxy/process_proxy_registry.h',
|
| 'system/name_value_pairs_parser.cc',
|
| 'system/name_value_pairs_parser.h',
|
| + 'system/statistics_provider.cc',
|
| + 'system/statistics_provider.h',
|
| ],
|
| 'conditions': [
|
| ['use_x11 == 1', {
|
| @@ -388,6 +390,8 @@
|
| 'network/onc/mock_certificate_importer.h',
|
| 'network/onc/onc_test_utils.cc',
|
| 'network/onc/onc_test_utils.h',
|
| + 'system/mock_statistics_provider.cc',
|
| + 'system/mock_statistics_provider.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|