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

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

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: blink typemap (need to revert blink typemap, only need content/ reivew) Created 4 years, 2 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 aa8d4b4856a121d1b03f0c1b28066b979da1355c..cc08362ed0fea5adaee721206b8b5e4a857e634d 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -349,8 +349,6 @@ source_set("blink_headers") {
"platform/modules/indexeddb/WebIDBTypes.h",
"platform/modules/indexeddb/WebIDBValue.h",
"platform/modules/installedapp/WebInstalledAppClient.h",
- "platform/modules/mediasession/WebMediaSession.h",
- "platform/modules/mediasession/WebMediaSessionError.h",
"platform/modules/notifications/WebNotificationAction.h",
"platform/modules/notifications/WebNotificationData.h",
"platform/modules/notifications/WebNotificationDelegate.h",
@@ -667,6 +665,7 @@ mojom("mojo_bindings") {
mojom("new_wrapper_types_mojo_bindings") {
sources = [
+ "platform/modules/mediasession/media_session.mojom",
"platform/modules/permissions/permission.mojom",
"platform/modules/permissions/permission_status.mojom",
"platform/modules/presentation/presentation.mojom",
@@ -675,6 +674,8 @@ mojom("new_wrapper_types_mojo_bindings") {
"web/window_features.mojom",
]
public_deps = [
+ "//mojo/common:common_custom_types",
+ "//ui/gfx/geometry/mojo:mojo",
"//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]

Powered by Google App Engine
This is Rietveld 408576698