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

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: only create the target startup_metric_utils_win on windows 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "//components/query_parser", 168 "//components/query_parser",
169 "//components/rappor", 169 "//components/rappor",
170 "//components/renderer_context_menu", 170 "//components/renderer_context_menu",
171 "//components/search", 171 "//components/search",
172 "//components/search_engines", 172 "//components/search_engines",
173 "//components/search_provider_logos", 173 "//components/search_provider_logos",
174 "//components/security_interstitials/core", 174 "//components/security_interstitials/core",
175 "//components/security_state", 175 "//components/security_state",
176 "//components/signin/core/browser", 176 "//components/signin/core/browser",
177 "//components/ssl_errors", 177 "//components/ssl_errors",
178 "//components/startup_metric_utils/browser:host",
178 "//components/startup_metric_utils/browser:lib", 179 "//components/startup_metric_utils/browser:lib",
179 "//components/startup_metric_utils/browser:message_filter_lib",
180 180
181 # TODO(fdoray): Remove this once the PreRead field trial has expired. 181 # TODO(fdoray): Remove this once the PreRead field trial has expired.
182 # crbug.com/577698 182 # crbug.com/577698
183 "//components/startup_metric_utils/common", 183 "//components/startup_metric_utils/common",
184 "//components/strings", 184 "//components/strings",
185 "//components/subresource_filter/core/browser", 185 "//components/subresource_filter/core/browser",
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",
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 # linking all of the test support. 1353 # linking all of the test support.
1354 source_set("pepper_cdm_test_constants") { 1354 source_set("pepper_cdm_test_constants") {
1355 testonly = true 1355 testonly = true
1356 visibility = [ "//chrome/*" ] 1356 visibility = [ "//chrome/*" ]
1357 sources = [ 1357 sources = [
1358 "media/pepper_cdm_test_constants.cc", 1358 "media/pepper_cdm_test_constants.cc",
1359 "media/pepper_cdm_test_constants.h", 1359 "media/pepper_cdm_test_constants.h",
1360 ] 1360 ]
1361 } 1361 }
1362 } 1362 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698