summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorsque <sque@chromium.org>2015-06-17 14:18:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 21:19:13 +0000
commitbd652f6f1e8d414d9b24160cc913b444714922a7 (patch)
tree1901249f6f5d769f8534b598cb5560b4179d9676 /components/metrics.gypi
parentb5ae3bb71d65280c525349b04b1e0512b94aba17 (diff)
downloadchromium_src-bd652f6f1e8d414d9b24160cc913b444714922a7.zip
chromium_src-bd652f6f1e8d414d9b24160cc913b444714922a7.tar.gz
chromium_src-bd652f6f1e8d414d9b24160cc913b444714922a7.tar.bz2
components/metrics: Add PerfStat proto
This will be used to send "perf stat" data over UMA. BUG=chromium:478289 TEST=build chrome successfully Signed-off-by: Simon Que <sque@chromium.org> Review URL: https://codereview.chromium.org/1134013005 Cr-Commit-Position: refs/heads/master@{#334920}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index d22f9f5..e2e1c49 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -166,6 +166,7 @@
'metrics/proto/omnibox_event.proto',
'metrics/proto/omnibox_input_type.proto',
'metrics/proto/perf_data.proto',
+ 'metrics/proto/perf_stat.proto',
'metrics/proto/profiler_event.proto',
'metrics/proto/sampled_profile.proto',
'metrics/proto/system_profile.proto',