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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2022413002: Convert startup_metric_utils to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: Created 4 years, 6 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
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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "//components/query_parser", 169 "//components/query_parser",
170 "//components/rappor", 170 "//components/rappor",
171 "//components/renderer_context_menu", 171 "//components/renderer_context_menu",
172 "//components/search", 172 "//components/search",
173 "//components/search_engines", 173 "//components/search_engines",
174 "//components/search_provider_logos", 174 "//components/search_provider_logos",
175 "//components/security_interstitials/core", 175 "//components/security_interstitials/core",
176 "//components/security_state", 176 "//components/security_state",
177 "//components/signin/core/browser", 177 "//components/signin/core/browser",
178 "//components/ssl_errors", 178 "//components/ssl_errors",
179 "//components/startup_metric_utils/browser:host",
179 "//components/startup_metric_utils/browser:lib", 180 "//components/startup_metric_utils/browser:lib",
180 "//components/startup_metric_utils/browser:message_filter_lib",
181 181
182 # TODO(fdoray): Remove this once the PreRead field trial has expired. 182 # TODO(fdoray): Remove this once the PreRead field trial has expired.
183 # crbug.com/577698 183 # crbug.com/577698
184 "//components/startup_metric_utils/common", 184 "//components/startup_metric_utils/common",
185 "//components/strings", 185 "//components/strings",
186 "//components/suggestions", 186 "//components/suggestions",
187 "//components/supervised_user_error_page", 187 "//components/supervised_user_error_page",
188 "//components/sync_bookmarks", 188 "//components/sync_bookmarks",
189 "//components/sync_driver", 189 "//components/sync_driver",
190 "//components/sync_sessions", 190 "//components/sync_sessions",
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1340 deps = [ 1340 deps = [
1341 "//components/google/core/browser", 1341 "//components/google/core/browser",
1342 "//components/omnibox/browser", 1342 "//components/omnibox/browser",
1343 "//components/rlz", 1343 "//components/rlz",
1344 "//components/search_engines", 1344 "//components/search_engines",
1345 "//rlz:rlz_lib", 1345 "//rlz:rlz_lib",
1346 ] 1346 ]
1347 } 1347 }
1348 } 1348 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | components/startup_metric_utils.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698