From 1fbce4562b2a12e9a40cca38b3dcebd71dd02063 Mon Sep 17 00:00:00 2001 From: ivansham Date: Wed, 18 Feb 2015 15:27:09 -0800 Subject: 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} --- components/metrics.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/metrics.gypi') 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', { -- cgit v1.1