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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 631d64649e499ed2facda169254af99ade957e31..5ec0becf944a1c46c2b3e00d8e886e364c6bacba 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -118,11 +118,22 @@
'target_name': 'mojo_bindings_mojom',
'type': 'none',
'variables': {
- 'mojom_files': ['<@(blink_mojo_sources)'],
+ 'mojom_files': [
+ '<@(blink_mojo_sources)',
+ 'platform/modules/manifest/manifest.mojom',
+ 'platform/modules/manifest/manifest_manager.mojom',
+ ],
+ 'mojom_typemaps': [
+ '<(DEPTH)/url/mojo/gurl.typemap',
+ ],
},
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
],
+ 'dependencies': [
+ '<(DEPTH)/ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings_mojom',
+ '<(DEPTH)/url/url.gyp:url_interfaces_mojom',
+ ]
},
{
'target_name': 'mojo_bindings',
@@ -131,6 +142,9 @@
'mojo_bindings_blink_mojom',
'mojo_bindings_mojom',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '<(DEPTH)/ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
+ '<(DEPTH)/url/url.gyp:url_mojom',
+ '<(DEPTH)/url/url.gyp:url_lib',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698