Stack sampling profiler: add fire-and-forget interface
[chromium-blink-merge.git] / components / metrics / proto / BUILD.gn
blob070bbc9041939c21bf44c820f07f046be1d79276
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//third_party/protobuf/proto_library.gni")
7 # GYP version: components/
8 proto_library("proto") {
9   sources = [
10     "call_stack_profile.proto",
11     "cast_logs.proto",
12     "chrome_user_metrics_extension.proto",
13     "histogram_event.proto",
14     "omnibox_event.proto",
15     "omnibox_input_type.proto",
16     "perf_data.proto",
17     "perf_stat.proto",
18     "profiler_event.proto",
19     "sampled_profile.proto",
20     "system_profile.proto",
21     "user_action_event.proto",
22   ]