Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: components/metrics/proto/BUILD.gn

Issue 981143006: Metrics provider for statistical stack profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: handle unknown module (per other review) Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 # GYP version: components/ 7 # GYP version: components/
8 proto_library("proto") { 8 proto_library("proto") {
9 sources = [ 9 sources = [
10 "call_stack_profile.proto",
10 "cast_logs.proto", 11 "cast_logs.proto",
11 "chrome_user_metrics_extension.proto", 12 "chrome_user_metrics_extension.proto",
12 "histogram_event.proto", 13 "histogram_event.proto",
13 "omnibox_event.proto", 14 "omnibox_event.proto",
14 "omnibox_input_type.proto", 15 "omnibox_input_type.proto",
15 "perf_data.proto", 16 "perf_data.proto",
16 "profiler_event.proto", 17 "profiler_event.proto",
17 "sampled_profile.proto", 18 "sampled_profile.proto",
18 "system_profile.proto", 19 "system_profile.proto",
19 "user_action_event.proto", 20 "user_action_event.proto",
20 ] 21 ]
21 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698