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

Side by Side Diff: components/BUILD.gn

Issue 1413533008: Add UMA metric: Startup.BrowserMainToRendererMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//components/proxy_config", 119 "//components/proxy_config",
120 "//components/query_parser", 120 "//components/query_parser",
121 "//components/rappor", 121 "//components/rappor",
122 "//components/renderer_context_menu", 122 "//components/renderer_context_menu",
123 "//components/resources:components_resources", 123 "//components/resources:components_resources",
124 "//components/safe_browsing_db", 124 "//components/safe_browsing_db",
125 "//components/search_provider_logos", 125 "//components/search_provider_logos",
126 "//components/security_interstitials/core", 126 "//components/security_interstitials/core",
127 "//components/signin/core/browser", 127 "//components/signin/core/browser",
128 "//components/ssl_config", 128 "//components/ssl_config",
129 "//components/startup_metric_utils/browser", 129 "//components/startup_metric_utils/common",
130 "//components/startup_metric_utils/browser:message_filter",
131 "//components/startup_metric_utils/browser:utils",
130 "//components/sync_driver", 132 "//components/sync_driver",
131 "//components/sync_sessions", 133 "//components/sync_sessions",
132 "//components/tracing", 134 "//components/tracing",
133 "//components/tracing:startup_tracing", 135 "//components/tracing:startup_tracing",
134 "//components/translate/content/browser", 136 "//components/translate/content/browser",
135 "//components/translate/content/common", 137 "//components/translate/content/common",
136 "//components/translate/content/renderer", 138 "//components/translate/content/renderer",
137 "//components/translate/core/browser", 139 "//components/translate/core/browser",
138 "//components/translate/core/common", 140 "//components/translate/core/common",
139 "//components/ui/zoom", 141 "//components/ui/zoom",
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 ] 629 ]
628 if (!is_ios) { 630 if (!is_ios) {
629 deps += [ 631 deps += [
630 "//base", 632 "//base",
631 "//base/test:test_support_perf", 633 "//base/test:test_support_perf",
632 "//content/test:test_support", 634 "//content/test:test_support",
633 "//components/visitedlink/browser", 635 "//components/visitedlink/browser",
634 ] 636 ]
635 } 637 }
636 } 638 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698