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

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

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS change on offscreencanvas folder 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: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 6ac72578f2d2d216d68edd751e79d7e30855c453..7a773bba709d13af4f824150dc6c4a680807d31e 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -40,6 +40,7 @@
'platform/modules/geolocation/geolocation.mojom',
'platform/modules/notifications/notification.mojom',
'platform/modules/notifications/notification_service.mojom',
+ 'platform/modules/offscreencanvas/offscreen_canvas_surface.mojom',
'platform/modules/permissions/permission.mojom',
'platform/modules/permissions/permission_status.mojom',
'platform/modules/presentation/presentation.mojom',
@@ -113,8 +114,16 @@
'<@(blink_mojo_sources)',
'<@(blink_android_mojo_sources)',
],
+ 'mojom_typemaps': [
+ '<(DEPTH)/cc/ipc/surface_id.typemap',
+ '<(DEPTH)/cc/ipc/surface_sequence.typemap',
+
+ ],
'for_blink': 'true',
},
+ 'dependencies' : [
+ '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
+ ],
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
],
@@ -130,8 +139,13 @@
],
'mojom_typemaps': [
'../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
+ '<(DEPTH)/cc/ipc/surface_id.typemap',
+ '<(DEPTH)/cc/ipc/surface_sequence.typemap',
],
},
+ 'dependencies' : [
+ '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
+ ],
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
],
@@ -145,6 +159,8 @@
'mojo_bindings_mojom',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
+ '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
+ '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698