Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index de33ffdaa32866283288dbfcf6b46414f7f97a85..c399839b67c68e0ff1cad33f41dcd3ddc3977983 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -44,6 +44,7 @@ |
'common/descriptors_android.h', |
'common/ini_parser.cc', |
'common/ini_parser.h', |
+ 'common/install_state_traits.h', |
'common/instant_types.cc', |
'common/instant_types.h', |
'common/logging_chrome.cc', |
@@ -644,6 +645,25 @@ |
'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', |
+ 'common/search_provider.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': { |