Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chromeos/chromeos.gyp

Issue 25112004: Move statistics_provider to chromeos/system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Similarity=33 Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
'..',

Powered by Google App Engine
This is Rietveld 408576698