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

Unified Diff: chrome/chrome_common.gypi

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 8b2915e2dcf12d3b31b3c5d1c5b2ab98cb193819..d963f38356531f5a01aeebdcd5c48ea3a5e0735f 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -83,7 +83,6 @@
'common/search/search_types.h',
'common/search/search_urls.cc',
'common/search/search_urls.h',
- 'common/search_provider.h',
'common/secure_origin_whitelist.cc',
'common/secure_origin_whitelist.h',
'common/spellcheck_bdict_language.h',
@@ -641,24 +640,6 @@
'includes': [ '../build/protoc.gypi' ],
},
{
- # GN version: //chrome/common:search_provider_mojom
- 'target_name': 'common_search_provider_mojom',
- 'type': 'static_library',
- 'sources': [
- 'common/search_provider.mojom',
- ],
- 'variables': {
- 'mojom_typemaps': [
- '../url/mojo/gurl.typemap',
- ],
- },
- 'dependencies': [
- '../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../url/url.gyp:url_mojom',
- ],
- 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
- },
- {
'target_name': 'common_mojo_bindings_mojom',
'type': 'none',
'variables': {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698