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

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

Issue 2613153003: [Presentation API] Replaces type converters with typemaps (Closed)
Patch Set: Extend presentation ID max length to 64. 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/presentation/OWNERS ('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
new file mode 100644
index 0000000000000000000000000000000000000000..bcfa2998d27c68f90410ba43208f2d8c736591fe
--- /dev/null
+++ b/content/common/presentation/presentation.typemap
@@ -0,0 +1,18 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation.mojom"
+public_headers = [ "//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.PresentationError=content::PresentationError",
+]
« no previous file with comments | « content/common/presentation/OWNERS ('k') | content/common/presentation/presentation_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698