| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 10bd00dddb2f3257a78e983f513bc3545f9b75e9..7ddec5a21ec0fa7d848bec609ea0f415ddaa17d5 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -171,19 +171,26 @@
|
| "platform/modules/offscreencanvas/offscreen_canvas_surface.mojom",
|
| "platform/modules/permissions/permission.mojom",
|
| "platform/modules/permissions/permission_status.mojom",
|
| - "platform/modules/presentation/presentation.mojom",
|
| "platform/modules/serviceworker/service_worker_event_status.mojom",
|
| "platform/modules/wake_lock/wake_lock_service.mojom",
|
| "platform/modules/webshare/webshare.mojom",
|
| ]
|
| public_deps = [
|
| ":android_mojo_bindings",
|
| + ":new_wrapper_types_mojo_bindings",
|
| "//cc/ipc:interfaces_surfaceid_only",
|
| "//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid",
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
|
|
| use_new_wrapper_types = false
|
| +}
|
| +
|
| +# GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings
|
| +mojom("new_wrapper_types_mojo_bindings") {
|
| + sources = [
|
| + "platform/modules/presentation/presentation.mojom",
|
| + ]
|
| }
|
|
|
| # GYP version: WebKit/public/blink.gyp:android_mojo_bindings_java
|
|
|