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

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: Add comments 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/mock_statistics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
'..',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/mock_statistics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698