Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: media/mojo/interfaces/typemaps.gni

Issue 2805533005: Implement Mojo IPC for media::HDRMetadata (Closed)
Patch Set: Add comments for max_cll and max_fall Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 typemaps = [ 5 typemaps = [
6 "//media/mojo/interfaces/audio_parameters.typemap", 6 "//media/mojo/interfaces/audio_parameters.typemap",
7 "//media/mojo/interfaces/content_decryption_module.typemap", 7 "//media/mojo/interfaces/content_decryption_module.typemap",
8 "//media/mojo/interfaces/decryptor.typemap", 8 "//media/mojo/interfaces/decryptor.typemap",
9 "//media/mojo/interfaces/demuxer_stream.typemap", 9 "//media/mojo/interfaces/demuxer_stream.typemap",
10 "//media/mojo/interfaces/hdr_metadata.typemap",
10 "//media/mojo/interfaces/media_types.typemap", 11 "//media/mojo/interfaces/media_types.typemap",
11 "//media/mojo/interfaces/pipeline_statistics.typemap", 12 "//media/mojo/interfaces/pipeline_statistics.typemap",
12 "//media/mojo/interfaces/video_color_space.typemap", 13 "//media/mojo/interfaces/video_color_space.typemap",
13 ] 14 ]
OLDNEW
« media/base/hdr_metadata.h ('K') | « media/mojo/interfaces/media_types.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698