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

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

Issue 2181163003: [Presentation API] Convert presentation.mojom to new wrapper types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to dcheng@ comments 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
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher.cc ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,13 +171,13 @@ mojom("mojo_bindings") {
"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",
@@ -186,6 +186,13 @@ mojom("mojo_bindings") {
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
mojom("android_mojo_bindings") {
sources = [
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher.cc ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698