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

Side by Side Diff: chrome/renderer/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 | « chrome/common/search_provider.mojom ('k') | chrome/renderer/chrome_content_renderer_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/features.gni") 5 import("//build/config/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_renderer.gypi") ], 9 [ rebase_path("../chrome_renderer.gypi") ],
10 "scope", 10 "scope",
(...skipping 16 matching lines...) Expand all
27 static_library("renderer") { 27 static_library("renderer") {
28 sources = rebase_path(gypi_values.chrome_renderer_sources, ".", "..") 28 sources = rebase_path(gypi_values.chrome_renderer_sources, ".", "..")
29 29
30 defines = [] 30 defines = []
31 31
32 deps = [ 32 deps = [
33 "//chrome:resources", 33 "//chrome:resources",
34 "//chrome:strings", 34 "//chrome:strings",
35 "//chrome/common", 35 "//chrome/common",
36 "//chrome/common:mojo_bindings", 36 "//chrome/common:mojo_bindings",
37 "//chrome/common:search_provider_mojom",
38 "//components/autofill/content/renderer", 37 "//components/autofill/content/renderer",
39 "//components/cdm/renderer", 38 "//components/cdm/renderer",
40 "//components/content_settings/content/common", 39 "//components/content_settings/content/common",
41 "//components/data_reduction_proxy/content/common", 40 "//components/data_reduction_proxy/content/common",
42 "//components/data_reduction_proxy/core/common", 41 "//components/data_reduction_proxy/core/common",
43 "//components/dom_distiller/content/renderer", 42 "//components/dom_distiller/content/renderer",
44 "//components/error_page/renderer", 43 "//components/error_page/renderer",
45 "//components/guest_view/renderer", 44 "//components/guest_view/renderer",
46 "//components/network_hints/renderer", 45 "//components/network_hints/renderer",
47 "//components/omnibox/common", 46 "//components/omnibox/common",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 ] 225 ]
227 } 226 }
228 227
229 if (is_android) { 228 if (is_android) {
230 sources -= [ 229 sources -= [
231 "safe_browsing/mock_feature_extractor_clock.cc", 230 "safe_browsing/mock_feature_extractor_clock.cc",
232 "safe_browsing/mock_feature_extractor_clock.h", 231 "safe_browsing/mock_feature_extractor_clock.h",
233 ] 232 ]
234 } 233 }
235 } 234 }
OLDNEW
« no previous file with comments | « chrome/common/search_provider.mojom ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698