summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorivansham <ivansham@amazon.com>2015-02-18 15:27:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-18 23:27:47 +0000
commit1fbce4562b2a12e9a40cca38b3dcebd71dd02063 (patch)
tree641b628def66760ca03807446d04519db71efc94 /components/metrics.gypi
parent32c453b595c6cfeeb3fcdbd74333b3ebbcf815d5 (diff)
downloadchromium_src-1fbce4562b2a12e9a40cca38b3dcebd71dd02063.zip
chromium_src-1fbce4562b2a12e9a40cca38b3dcebd71dd02063.tar.gz
chromium_src-1fbce4562b2a12e9a40cca38b3dcebd71dd02063.tar.bz2
Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/
As discussed in https://codereview.chromium.org/866163002/, this change will allow consumer of the metrics component to configure the metrics uploader endpoint without modifying the component. BUG=453987 Review URL: https://codereview.chromium.org/886173002 Cr-Commit-Position: refs/heads/master@{#316915}
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 c723a15..9a8f19d 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -66,6 +66,8 @@
'metrics/metrics_switches.h',
'metrics/persisted_logs.cc',
'metrics/persisted_logs.h',
+ 'metrics/url_constants.cc',
+ 'metrics/url_constants.h',
],
'conditions': [
['chromeos==1', {