summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 10:52:08 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 10:52:08 +0000
commit91b1d919e2a0a4b7323b0f0e4e1f2452a4feeb64 (patch)
treee9b69f3a84f5dfe1933973e45e9a0af8d0197f38 /components/metrics.gypi
parent6e46364a43d24b0a314048b00833e54aa2121498 (diff)
downloadchromium_src-91b1d919e2a0a4b7323b0f0e4e1f2452a4feeb64.zip
chromium_src-91b1d919e2a0a4b7323b0f0e4e1f2452a4feeb64.tar.gz
chromium_src-91b1d919e2a0a4b7323b0f0e4e1f2452a4feeb64.tar.bz2
Move MetricsLog into the Metrics component.
Also moves the prefs that MetricsLog uses. Leaves the unittest in //chrome for the time being as it has //chrome dependencies that will need to be worked through. BUG=374208 Review URL: https://codereview.chromium.org/310513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index e9f8fcc..f1473c4 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -24,6 +24,8 @@
'metrics/machine_id_provider_win.cc',
'metrics/metrics_hashes.cc',
'metrics/metrics_hashes.h',
+ 'metrics/metrics_log.cc',
+ 'metrics/metrics_log.h',
'metrics/metrics_log_base.cc',
'metrics/metrics_log_base.h',
'metrics/metrics_log_uploader.cc',