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

Unified Diff: third_party/WebKit/public/BUILD.gn

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/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 120dd6fd01c08cc4bad379850da4614a476a1f0b..4f3c64734685d617db6577a8fd0dbb7db2b39f4b 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -164,6 +164,7 @@ mojom("mojo_bindings") {
"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",
@@ -172,6 +173,7 @@ mojom("mojo_bindings") {
]
public_deps = [
":android_mojo_bindings",
+ "//cc/ipc:interfaces_surfaceid_only",
"//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid",
]
}

Powered by Google App Engine
This is Rietveld 408576698