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

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: fix whitespace error. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/html_viewer/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 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 if (is_android) { 10 if (is_android) {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "//components/proxy_config", 123 "//components/proxy_config",
124 "//components/query_parser", 124 "//components/query_parser",
125 "//components/rappor", 125 "//components/rappor",
126 "//components/renderer_context_menu", 126 "//components/renderer_context_menu",
127 "//components/resources:components_resources", 127 "//components/resources:components_resources",
128 "//components/safe_browsing_db", 128 "//components/safe_browsing_db",
129 "//components/search_provider_logos", 129 "//components/search_provider_logos",
130 "//components/security_interstitials/core", 130 "//components/security_interstitials/core",
131 "//components/signin/core/browser", 131 "//components/signin/core/browser",
132 "//components/ssl_config", 132 "//components/ssl_config",
133 "//components/startup_metric_utils/common",
133 "//components/startup_metric_utils/browser", 134 "//components/startup_metric_utils/browser",
134 "//components/sync_driver", 135 "//components/sync_driver",
135 "//components/sync_sessions", 136 "//components/sync_sessions",
136 "//components/tracing", 137 "//components/tracing",
137 "//components/tracing:startup_tracing", 138 "//components/tracing:startup_tracing",
138 "//components/translate/content/browser", 139 "//components/translate/content/browser",
139 "//components/translate/content/common", 140 "//components/translate/content/common",
140 "//components/translate/content/renderer", 141 "//components/translate/content/renderer",
141 "//components/translate/core/browser", 142 "//components/translate/core/browser",
142 "//components/translate/core/common", 143 "//components/translate/core/common",
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 ] 681 ]
681 if (!is_ios) { 682 if (!is_ios) {
682 deps += [ 683 deps += [
683 "//base", 684 "//base",
684 "//base/test:test_support_perf", 685 "//base/test:test_support_perf",
685 "//content/test:test_support", 686 "//content/test:test_support",
686 "//components/visitedlink/browser", 687 "//components/visitedlink/browser",
687 ] 688 ]
688 } 689 }
689 } 690 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698