| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 64f11339a4a97c647f0df557b9dca3ddf80867d2..5987872553718cd90d1a2cdb15c9a407b94c53a8 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -309,6 +309,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', {
|
| @@ -390,6 +392,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': [
|
| '..',
|
|
|