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

Side by Side Diff: chrome/browser/media/router/mojo/media_router.typemap

Issue 2675033002: [Media Router] Add MediaSink subtypes (Closed)
Patch Set: add url.mojom to media_router.mojoms JsResources 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//chrome/browser/media/router/mojo/media_router.mojom" 5 mojom = "//chrome/browser/media/router/mojo/media_router.mojom"
6 public_headers = [ 6 public_headers = [
7 "//chrome/browser/media/router/issue.h", 7 "//chrome/browser/media/router/issue.h",
8 "//chrome/browser/media/router/route_message.h", 8 "//chrome/browser/media/router/route_message.h",
9 ] 9 ]
10 deps = [ 10 deps = [
11 "//third_party/icu", # For issue.h 11 "//third_party/icu", # For issue.h
12 "//url",
12 ] 13 ]
13 traits_headers = 14 traits_headers =
14 [ "//chrome/browser/media/router/mojo/media_router_struct_traits.h" ] 15 [ "//chrome/browser/media/router/mojo/media_router_struct_traits.h" ]
15 sources = [ 16 sources = [
16 "//chrome/browser/media/router/mojo/media_router_struct_traits.cc", 17 "//chrome/browser/media/router/mojo/media_router_struct_traits.cc",
17 ] 18 ]
18 type_mappings = [ 19 type_mappings = [
19 "media_router.mojom.Issue=media_router::IssueInfo", 20 "media_router.mojom.Issue=media_router::IssueInfo",
20 "media_router.mojom.Issue.ActionType=media_router::IssueInfo::Action", 21 "media_router.mojom.Issue.ActionType=media_router::IssueInfo::Action",
21 "media_router.mojom.Issue.Severity=media_router::IssueInfo::Severity", 22 "media_router.mojom.Issue.Severity=media_router::IssueInfo::Severity",
22 "media_router.mojom.RouteMessage=media_router::RouteMessage", 23 "media_router.mojom.RouteMessage=media_router::RouteMessage",
24 "media_router.mojom.MediaSink=std::unique_ptr<media_router::MediaSink>[move_on ly]",
imcheng 2017/02/08 01:28:09 Seems like this should be ordered alphabetically.
zhaobin 2017/02/09 00:13:52 Done.
23 ] 25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698