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

Side by Side Diff: components/metrics.gypi

Issue 319523005: Omnibox: Combine Two Input Type Enums into One (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 6 years, 6 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 }, 77 },
78 { 78 {
79 # Protobuf compiler / generator for UMA (User Metrics Analysis). 79 # Protobuf compiler / generator for UMA (User Metrics Analysis).
80 'target_name': 'component_metrics_proto', 80 'target_name': 'component_metrics_proto',
81 'type': 'static_library', 81 'type': 'static_library',
82 'sources': [ 82 'sources': [
83 'metrics/proto/chrome_user_metrics_extension.proto', 83 'metrics/proto/chrome_user_metrics_extension.proto',
84 'metrics/proto/histogram_event.proto', 84 'metrics/proto/histogram_event.proto',
85 'metrics/proto/omnibox_event.proto', 85 'metrics/proto/omnibox_event.proto',
86 'metrics/proto/omnibox_input_type.proto',
86 'metrics/proto/perf_data.proto', 87 'metrics/proto/perf_data.proto',
87 'metrics/proto/profiler_event.proto', 88 'metrics/proto/profiler_event.proto',
88 'metrics/proto/sampled_profile.proto', 89 'metrics/proto/sampled_profile.proto',
89 'metrics/proto/system_profile.proto', 90 'metrics/proto/system_profile.proto',
90 'metrics/proto/user_action_event.proto', 91 'metrics/proto/user_action_event.proto',
91 ], 92 ],
92 'variables': { 93 'variables': {
93 'proto_in_dir': 'metrics/proto', 94 'proto_in_dir': 'metrics/proto',
94 'proto_out_dir': 'components/metrics/proto', 95 'proto_out_dir': 'components/metrics/proto',
95 }, 96 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'metrics/chromeos/metric_sample.h', 130 'metrics/chromeos/metric_sample.h',
130 ], 131 ],
131 'dependencies': [ 132 'dependencies': [
132 '../base/base.gyp:base', 133 '../base/base.gyp:base',
133 ], 134 ],
134 }, 135 },
135 ], 136 ],
136 }], 137 }],
137 ], 138 ],
138 } 139 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/omnibox_provider.cc ('k') | components/metrics/proto/omnibox_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698