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

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

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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.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("//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",
348 "//chrome/common/net", 347 "//chrome/common/net",
349 "//chrome/installer/util:with_no_strings", 348 "//chrome/installer/util:with_no_strings",
350 "//components/about_handler", 349 "//components/about_handler",
351 "//components/app_modal", 350 "//components/app_modal",
352 "//components/autofill/content/browser", 351 "//components/autofill/content/browser",
353 "//components/browsing_data/content", 352 "//components/browsing_data/content",
354 "//components/browsing_data/core", 353 "//components/browsing_data/core",
355 "//components/contextual_search:browser", 354 "//components/contextual_search:browser",
356 "//components/data_reduction_proxy/content/browser", 355 "//components/data_reduction_proxy/content/browser",
357 "//components/data_use_measurement/content", 356 "//components/data_use_measurement/content",
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 # linking all of the test support. 1380 # linking all of the test support.
1382 static_library("pepper_cdm_test_constants") { 1381 static_library("pepper_cdm_test_constants") {
1383 testonly = true 1382 testonly = true
1384 visibility = [ "//chrome/*" ] 1383 visibility = [ "//chrome/*" ]
1385 sources = [ 1384 sources = [
1386 "media/pepper_cdm_test_constants.cc", 1385 "media/pepper_cdm_test_constants.cc",
1387 "media/pepper_cdm_test_constants.h", 1386 "media/pepper_cdm_test_constants.h",
1388 ] 1387 ]
1389 } 1388 }
1390 } 1389 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698