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

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

Issue 2727123002: [Media Router] Custom Controls 1 - Add MediaStatus, MediaRouteController, and mojo interfaces (Closed)
Patch Set: Change comment Created 3 years, 9 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 = "//chrome/browser/media/router/mojo/media_status.mojom"
6 public_headers = [ "//chrome/browser/media/router/media_status.h" ]
7 traits_headers =
8 [ "//chrome/browser/media/router/mojo/media_status_struct_traits.h" ]
9 sources = [
10 "//chrome/browser/media/router/mojo/media_status_struct_traits.cc",
11 ]
12 type_mappings = [ "media_router.mojom.MediaStatus=media_router::MediaStatus" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698