OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2017 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 mojom = "//media/mojo/interfaces/media_types.mojom" | |
6 public_headers = [ "//media/base/hdr_metadata.h" ] | |
7 traits_headers = [ "//media/mojo/interfaces/hdr_metadata_struct_traits.h" ] | |
8 type_mappings = [ | |
9 "media.mojom.MasteringMetadata=media::MasteringMetadata", | |
10 "media.mojom.HDRMetadata=media::HDRMetadata", | |
11 ] | |
OLD | NEW |