| # 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 = "//media/mojo/interfaces/media_types.mojom" | |
| public_headers = [ "//media/base/hdr_metadata.h" ] | |
| traits_headers = [ "//media/mojo/interfaces/hdr_metadata_struct_traits.h" ] | |
| type_mappings = [ | |
| "media.mojom.MasteringMetadata=media::MasteringMetadata", | |
| "media.mojom.HDRMetadata=media::HDRMetadata", | |
| ] |