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

Side by Side Diff: components/startup_metric_utils.gypi

Issue 1619273003: Add Startup.SameVersionStartupCount histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b0_lukewarm_startup_stats
Patch Set: merge Created 4 years, 11 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:version_info',
18 ], 19 ],
19 'include_dirs': [ 20 'include_dirs': [
20 '..', 21 '..',
21 ], 22 ],
22 'sources': [ 23 'sources': [
24 'startup_metric_utils/browser/pref_names.cc',
25 'startup_metric_utils/browser/pref_names.h',
23 'startup_metric_utils/browser/startup_metric_utils.cc', 26 'startup_metric_utils/browser/startup_metric_utils.cc',
24 'startup_metric_utils/browser/startup_metric_utils.h', 27 'startup_metric_utils/browser/startup_metric_utils.h',
25 ], 28 ],
26 }, 29 },
27 { 30 {
28 # GN version: //components/startup_metric_utils/browser:message_filter_lib 31 # GN version: //components/startup_metric_utils/browser:message_filter_lib
29 'target_name': 'startup_metric_utils_browser_message_filter', 32 'target_name': 'startup_metric_utils_browser_message_filter',
30 'type': 'static_library', 33 'type': 'static_library',
31 'dependencies': [ 34 'dependencies': [
32 '../base/base.gyp:base', 35 '../base/base.gyp:base',
(...skipping 24 matching lines...) Expand all
57 'sources': [ 60 'sources': [
58 'startup_metric_utils/common/pre_read_field_trial_utils_win.cc', 61 'startup_metric_utils/common/pre_read_field_trial_utils_win.cc',
59 'startup_metric_utils/common/pre_read_field_trial_utils_win.h', 62 'startup_metric_utils/common/pre_read_field_trial_utils_win.h',
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