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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation. mojom"
6 public_headers = [ "//content/public/common/presentation_session.h" ]
7 traits_headers =
8 [ "//content/common/presentation/presentation_struct_traits.h" ]
9 deps = [
10 "//url",
11 ]
12 type_mappings = [
13 "blink.mojom.PresentationErrorType=content::PresentationErrorType",
14 "blink.mojom.PresentationConnectionState=content::PresentationConnectionState" ,
15 "blink.mojom.PresentationConnectionCloseReason=content::PresentationConnection CloseReason",
16 "blink.mojom.PresentationSessionInfo=content::PresentationSessionInfo",
17 "blink.mojom.PresentationError=content::PresentationError",
18 ]
OLDNEW
« 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