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

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

Issue 2196143002: Revert of [Presentation API] Convert presentation.mojom to new wrapper types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 7ddec5a21ec0fa7d848bec609ea0f415ddaa17d5..10bd00dddb2f3257a78e983f513bc3545f9b75e9 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -171,26 +171,19 @@
"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
« 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