From b4b49a506210b228e800e32f7adf8e7ba1aab692 Mon Sep 17 00:00:00 2001 From: "sque@chromium.org" Date: Thu, 15 May 2014 22:22:05 +0000 Subject: Add new SampledProfile protobuf definition This will replace the repeated PerfDataProto field in the UMA protobuf. It provides for more metadata surrounding the collection of each profile. It also allows for more types of profiles to be collected, other than perf. BUG=chromium:358778 TEST=build successfully Signed-off-by: Simon Que Review URL: https://codereview.chromium.org/226273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270832 0039d316-1c4b-4281-b951-d872f2087c98 --- components/metrics.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'components/metrics.gypi') diff --git a/components/metrics.gypi b/components/metrics.gypi index 61e9855..5c9b1f9 100644 --- a/components/metrics.gypi +++ b/components/metrics.gypi @@ -37,6 +37,7 @@ 'metrics/proto/omnibox_event.proto', 'metrics/proto/perf_data.proto', 'metrics/proto/profiler_event.proto', + 'metrics/proto/sampled_profile.proto', 'metrics/proto/system_profile.proto', 'metrics/proto/user_action_event.proto', ], -- cgit v1.1