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

Unified Diff: chrome/chrome_common.gypi

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small twiddles Created 4 years, 6 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
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': {

Powered by Google App Engine
This is Rietveld 408576698