| 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': {
|
|
|