Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index 9e353c00475bcfadfee88e3e8037bbaefb62f808..cecb0a1d3ba9a0b15bfbc2a9dd8be52efdd88144 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': [ |
'..', |