| Index: components/media_router/mojo/media_status.typemap
|
| diff --git a/components/media_router/mojo/media_status.typemap b/components/media_router/mojo/media_status.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dc22d33d864f94e92631cecd8a66a847fb7d264b
|
| --- /dev/null
|
| +++ b/components/media_router/mojo/media_status.typemap
|
| @@ -0,0 +1,12 @@
|
| +# 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 = "//components/media_router/mojo/media_status.mojom"
|
| +public_headers = [ "//components/media_router/media_status.h" ]
|
| +traits_headers =
|
| + [ "//components/media_router/mojo/media_status_struct_traits.h" ]
|
| +sources = [
|
| + "//components/media_router/mojo/media_status_struct_traits.cc",
|
| +]
|
| +type_mappings = [ "media_router.mojom.MediaStatus=media_router::MediaStatus" ]
|
|
|