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

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: Merge 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 32606099406c85500703d4ab7c426f4faa768e47..23bd2a7c3071d781f5e5274516382c163bf99922 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -639,6 +639,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