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

Side by Side Diff: chrome/browser/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/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "//components/proxy_config", 153 "//components/proxy_config",
154 "//components/query_parser", 154 "//components/query_parser",
155 "//components/rappor", 155 "//components/rappor",
156 "//components/renderer_context_menu", 156 "//components/renderer_context_menu",
157 "//components/search", 157 "//components/search",
158 "//components/search_engines", 158 "//components/search_engines",
159 "//components/search_provider_logos", 159 "//components/search_provider_logos",
160 "//components/security_interstitials/core", 160 "//components/security_interstitials/core",
161 "//components/signin/core/browser", 161 "//components/signin/core/browser",
162 "//components/ssl_errors", 162 "//components/ssl_errors",
163 "//components/startup_metric_utils/browser", 163 "//components/startup_metric_utils/browser:lib",
164 "//components/startup_metric_utils/browser:message_filter_lib",
164 "//components/strings", 165 "//components/strings",
165 "//components/suggestions", 166 "//components/suggestions",
166 "//components/sync_bookmarks", 167 "//components/sync_bookmarks",
167 "//components/sync_driver", 168 "//components/sync_driver",
168 "//components/sync_sessions", 169 "//components/sync_sessions",
169 "//components/tracing:startup_tracing", 170 "//components/tracing:startup_tracing",
170 "//components/translate/core/browser", 171 "//components/translate/core/browser",
171 "//components/translate/core/common", 172 "//components/translate/core/common",
172 "//components/ui/zoom", 173 "//components/ui/zoom",
173 "//components/undo", 174 "//components/undo",
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1266 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1266 deps = [ 1267 deps = [
1267 "//components/google/core/browser", 1268 "//components/google/core/browser",
1268 "//components/omnibox/browser", 1269 "//components/omnibox/browser",
1269 "//components/rlz", 1270 "//components/rlz",
1270 "//components/search_engines", 1271 "//components/search_engines",
1271 "//rlz:rlz_lib", 1272 "//rlz:rlz_lib",
1272 ] 1273 ]
1273 } 1274 }
1274 } 1275 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698