summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 13:49:39 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 13:49:39 +0000
commit66d176ad38d72eabc969893b2b09ad6759109836 (patch)
treeb49f61dcb41744b0fab09f0a7893dd84e940d1f8 /components/metrics.gypi
parent5a23d6986317ab9018521c3eaa87957a214d189d (diff)
downloadchromium_src-66d176ad38d72eabc969893b2b09ad6759109836.zip
chromium_src-66d176ad38d72eabc969893b2b09ad6759109836.tar.gz
chromium_src-66d176ad38d72eabc969893b2b09ad6759109836.tar.bz2
Move ClonedInstallDetector and MachineIdProvider into the metrics component
cloned_install_detector_unittest is left in //chrome at the current time as it still has //chrome-level dependencies. BUG=374212 R=isherman@chromium.org TBR=thakis Review URL: https://codereview.chromium.org/290033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 850ecd09..fd79d50 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -16,6 +16,11 @@
],
'sources': [
'metrics/metrics_provider.h',
+ 'metrics/cloned_install_detector.cc',
+ 'metrics/cloned_install_detector.h',
+ 'metrics/machine_id_provider.h',
+ 'metrics/machine_id_provider_stub.cc',
+ 'metrics/machine_id_provider_win.cc',
'metrics/metrics_hashes.cc',
'metrics/metrics_hashes.h',
'metrics/metrics_log_base.cc',
@@ -38,6 +43,11 @@
'metrics_chromeos',
],
}],
+ ['OS=="win"', {
+ 'sources!': [
+ 'metrics/machine_id_provider_stub.cc',
+ ],
+ }],
],
},
{