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

Side by Side Diff: components/startup_metric_utils.gypi

Issue 1652083003: [Merge M49] Add Startup.SameVersionStartupCount histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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
« no previous file with comments | « components/OWNERS ('k') | components/startup_metric_utils/browser/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 # We have 2 separate browser targets because //components/html_viewer requires 5 # We have 2 separate browser targets because //components/html_viewer requires
6 # startup_metric_utils_browser, but has symbols that conflict with mojo symbols 6 # startup_metric_utils_browser, but has symbols that conflict with mojo symbols
7 # that startup_metric_utils_browser_message_filter indirectly depends on. 7 # that startup_metric_utils_browser_message_filter indirectly depends on.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 # GN version: //components/startup_metric_utils/browser:lib 12 # GN version: //components/startup_metric_utils/browser:lib
13 'target_name': 'startup_metric_utils_browser', 13 'target_name': 'startup_metric_utils_browser',
14 'type': 'static_library', 14 'type': 'static_library',
15 'dependencies': [ 15 'dependencies': [
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 '../base/base.gyp:base_prefs', 17 '../base/base.gyp:base_prefs',
18 'components.gyp:variations', 18 'components.gyp:variations',
19 'components.gyp:version_info',
19 ], 20 ],
20 'include_dirs': [ 21 'include_dirs': [
21 '..', 22 '..',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 'startup_metric_utils/browser/pre_read_field_trial_utils_win.cc', 25 'startup_metric_utils/browser/pre_read_field_trial_utils_win.cc',
25 'startup_metric_utils/browser/pre_read_field_trial_utils_win.h', 26 'startup_metric_utils/browser/pre_read_field_trial_utils_win.h',
27 'startup_metric_utils/browser/pref_names.cc',
28 'startup_metric_utils/browser/pref_names.h',
26 'startup_metric_utils/browser/startup_metric_utils.cc', 29 'startup_metric_utils/browser/startup_metric_utils.cc',
27 'startup_metric_utils/browser/startup_metric_utils.h', 30 'startup_metric_utils/browser/startup_metric_utils.h',
28 ], 31 ],
29 }, 32 },
30 { 33 {
31 # GN version: //components/startup_metric_utils/browser:message_filter_lib 34 # GN version: //components/startup_metric_utils/browser:message_filter_lib
32 'target_name': 'startup_metric_utils_browser_message_filter', 35 'target_name': 'startup_metric_utils_browser_message_filter',
33 'type': 'static_library', 36 'type': 'static_library',
34 'dependencies': [ 37 'dependencies': [
35 '../base/base.gyp:base', 38 '../base/base.gyp:base',
(...skipping 21 matching lines...) Expand all
57 '..', 60 '..',
58 ], 61 ],
59 'sources': [ 62 'sources': [
60 'startup_metric_utils/common/startup_metric_message_generator.cc', 63 'startup_metric_utils/common/startup_metric_message_generator.cc',
61 'startup_metric_utils/common/startup_metric_message_generator.h', 64 'startup_metric_utils/common/startup_metric_message_generator.h',
62 'startup_metric_utils/common/startup_metric_messages.h', 65 'startup_metric_utils/common/startup_metric_messages.h',
63 ], 66 ],
64 }, 67 },
65 ], 68 ],
66 } 69 }
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/startup_metric_utils/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698