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

Unified Diff: components/metrics.gypi

Issue 318203004: Make MetricsService save compressed logs to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 6 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 | « components/components_tests.gyp ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
===================================================================
--- components/metrics.gypi (revision 276253)
+++ components/metrics.gypi (working copy)
@@ -12,11 +12,13 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../third_party/zlib/zlib.gyp:zlib',
'component_metrics_proto',
'variations',
],
'sources': [
- 'metrics/metrics_provider.h',
+ 'metrics/compression_utils.cc',
+ 'metrics/compression_utils.h',
'metrics/cloned_install_detector.cc',
'metrics/cloned_install_detector.h',
'metrics/machine_id_provider.h',
@@ -32,6 +34,7 @@
'metrics/metrics_log_manager.h',
'metrics/metrics_pref_names.cc',
'metrics/metrics_pref_names.h',
+ 'metrics/metrics_provider.h',
'metrics/metrics_reporting_scheduler.cc',
'metrics/metrics_reporting_scheduler.h',
'metrics/metrics_service.cc',
@@ -67,12 +70,9 @@
],
'dependencies': [
'../net/net.gyp:net',
- '../third_party/zlib/zlib.gyp:zlib',
'metrics',
],
'sources': [
- 'metrics/net/compression_utils.cc',
- 'metrics/net/compression_utils.h',
'metrics/net/net_metrics_log_uploader.cc',
'metrics/net/net_metrics_log_uploader.h',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698