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

Unified Diff: content/common/presentation/presentation.typemap

Issue 2706463002: [Presentation API] Mojo typemap for content::PresentationConnectionMessage (Closed)
Patch Set: Fix compile error after rebase Created 3 years, 10 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/common/BUILD.gn ('k') | content/common/presentation/presentation_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/presentation/presentation.typemap
diff --git a/content/common/presentation/presentation.typemap b/content/common/presentation/presentation.typemap
index bcfa2998d27c68f90410ba43208f2d8c736591fe..4a8f20c4e95aa32debf4f7452f0adf99cf1a5e8e 100644
--- a/content/common/presentation/presentation.typemap
+++ b/content/common/presentation/presentation.typemap
@@ -3,16 +3,20 @@
# found in the LICENSE file.
mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation.mojom"
-public_headers = [ "//content/public/common/presentation_session.h" ]
+public_headers = [
+ "//content/public/common/presentation_connection_message.h",
+ "//content/public/common/presentation_session.h",
+]
traits_headers =
[ "//content/common/presentation/presentation_struct_traits.h" ]
deps = [
"//url",
]
type_mappings = [
- "blink.mojom.PresentationErrorType=content::PresentationErrorType",
- "blink.mojom.PresentationConnectionState=content::PresentationConnectionState",
"blink.mojom.PresentationConnectionCloseReason=content::PresentationConnectionCloseReason",
- "blink.mojom.PresentationSessionInfo=content::PresentationSessionInfo",
+ "blink.mojom.PresentationConnectionMessage=content::PresentationConnectionMessage[move_only]",
+ "blink.mojom.PresentationConnectionState=content::PresentationConnectionState",
"blink.mojom.PresentationError=content::PresentationError",
+ "blink.mojom.PresentationErrorType=content::PresentationErrorType",
+ "blink.mojom.PresentationSessionInfo=content::PresentationSessionInfo",
]
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/presentation/presentation_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698