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