Chromium Code Reviews| Index: chrome/common/extensions/media_parser.typemap |
| diff --git a/chrome/common/extensions/media_parser.typemap b/chrome/common/extensions/media_parser.typemap |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..444075479403f26a8adbde4676e2665c87b7ff13 |
| --- /dev/null |
| +++ b/chrome/common/extensions/media_parser.typemap |
| @@ -0,0 +1,15 @@ |
| +# 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/extensions/media_parser.mojom" |
| + |
| +public_headers = [ "//chrome/common/media_galleries/metadata_types.h" ] |
| + |
| +traits_headers = [ "//chrome/common/extensions/media_parser_struct_traits.h" ] |
| + |
| +deps = [ |
| + "//mojo/public/cpp/bindings", |
|
Sam McNally
2017/01/10 06:55:14
This shouldn't be necessary.
Noel Gordon
2017/01/10 22:52:36
Removed.
|
| +] |
| + |
| +type_mappings = [ "extensions.mojom.AttachedImage=::metadata::AttachedImage" ] |