Chromium Code Reviews| Index: chrome/common/media_router/dial_device_description_parser.typemap |
| diff --git a/chrome/common/media_router/dial_device_description_parser.typemap b/chrome/common/media_router/dial_device_description_parser.typemap |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8cc01dfd70e3c459052bbcaa6d99940e18f0e9f1 |
| --- /dev/null |
| +++ b/chrome/common/media_router/dial_device_description_parser.typemap |
| @@ -0,0 +1,16 @@ |
| +# 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 = "//chrome/common/media_router/dial_device_description_parser.mojom" |
| + |
|
mark a. foltz
2017/03/21 01:39:21
Super nit: I think other typemaps don't have empty
zhaobin
2017/03/21 03:15:38
Done.
|
| +public_headers = [ "//chrome/common/media_router/dial_device_description.h" ] |
| + |
| +traits_headers = [ "//chrome/common/media_router/dial_device_description_parser_struct_traits.h" ] |
| + |
| +sources = [ |
| + "//chrome/common/media_router/dial_device_description_parser_struct_traits.cc", |
| +] |
| + |
| +type_mappings = |
| + [ "chrome.mojom.DialDeviceDescription=media_router::DialDeviceDescription" ] |