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

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

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "//chrome") 337 "//chrome")
338 } 338 }
339 } 339 }
340 340
341 deps += [ 341 deps += [
342 "//cc", 342 "//cc",
343 "//chrome/app/theme:theme_resources", 343 "//chrome/app/theme:theme_resources",
344 "//chrome/browser/devtools", 344 "//chrome/browser/devtools",
345 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 345 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
346 "//chrome/browser/resources:component_extension_resources", 346 "//chrome/browser/resources:component_extension_resources",
347 "//chrome/common:search_provider_mojom",
347 "//chrome/common/net", 348 "//chrome/common/net",
348 "//chrome/installer/util:with_no_strings", 349 "//chrome/installer/util:with_no_strings",
349 "//components/about_handler", 350 "//components/about_handler",
350 "//components/app_modal", 351 "//components/app_modal",
351 "//components/autofill/content/browser", 352 "//components/autofill/content/browser",
352 "//components/browsing_data/content", 353 "//components/browsing_data/content",
353 "//components/browsing_data/core", 354 "//components/browsing_data/core",
354 "//components/contextual_search:browser", 355 "//components/contextual_search:browser",
355 "//components/data_reduction_proxy/content/browser", 356 "//components/data_reduction_proxy/content/browser",
356 "//components/data_use_measurement/content", 357 "//components/data_use_measurement/content",
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 # linking all of the test support. 1373 # linking all of the test support.
1373 static_library("pepper_cdm_test_constants") { 1374 static_library("pepper_cdm_test_constants") {
1374 testonly = true 1375 testonly = true
1375 visibility = [ "//chrome/*" ] 1376 visibility = [ "//chrome/*" ]
1376 sources = [ 1377 sources = [
1377 "media/pepper_cdm_test_constants.cc", 1378 "media/pepper_cdm_test_constants.cc",
1378 "media/pepper_cdm_test_constants.h", 1379 "media/pepper_cdm_test_constants.h",
1379 ] 1380 ]
1380 } 1381 }
1381 } 1382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698