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

Side by Side Diff: components/metrics.gypi

Issue 226273004: Add new SampledProfile protobuf definition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed commenting nits Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/metrics/proto/chrome_user_metrics_extension.proto » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'metrics', 8 'target_name': 'metrics',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 19 matching lines...) Expand all
30 { 30 {
31 # Protobuf compiler / generator for UMA (User Metrics Analysis). 31 # Protobuf compiler / generator for UMA (User Metrics Analysis).
32 'target_name': 'component_metrics_proto', 32 'target_name': 'component_metrics_proto',
33 'type': 'static_library', 33 'type': 'static_library',
34 'sources': [ 34 'sources': [
35 'metrics/proto/chrome_user_metrics_extension.proto', 35 'metrics/proto/chrome_user_metrics_extension.proto',
36 'metrics/proto/histogram_event.proto', 36 'metrics/proto/histogram_event.proto',
37 'metrics/proto/omnibox_event.proto', 37 'metrics/proto/omnibox_event.proto',
38 'metrics/proto/perf_data.proto', 38 'metrics/proto/perf_data.proto',
39 'metrics/proto/profiler_event.proto', 39 'metrics/proto/profiler_event.proto',
40 'metrics/proto/sampled_profile.proto',
40 'metrics/proto/system_profile.proto', 41 'metrics/proto/system_profile.proto',
41 'metrics/proto/user_action_event.proto', 42 'metrics/proto/user_action_event.proto',
42 ], 43 ],
43 'variables': { 44 'variables': {
44 'proto_in_dir': 'metrics/proto', 45 'proto_in_dir': 'metrics/proto',
45 'proto_out_dir': 'components/metrics/proto', 46 'proto_out_dir': 'components/metrics/proto',
46 }, 47 },
47 'includes': [ '../build/protoc.gypi' ], 48 'includes': [ '../build/protoc.gypi' ],
48 }, 49 },
49 ], 50 ],
50 } 51 }
OLDNEW
« no previous file with comments | « no previous file | components/metrics/proto/chrome_user_metrics_extension.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698