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

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: Rename filter to impl for clarity 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 6cc96e7e04cf181d4bc0f2197b2d0ac430adc184..ce708a6ad4981be6c66a96c6313b48456a19bd43 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -644,6 +644,24 @@
'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': {

Powered by Google App Engine
This is Rietveld 408576698