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

Side by Side Diff: media/base/BUILD.gn

Issue 2333663003: Add color metadata info to VideoDecoderConfig. (Closed)
Patch Set: Commented the RangeID comment as suggested Created 4 years, 3 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
« no previous file with comments | « media/BUILD.gn ('k') | media/base/hdr_metadata.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "demuxer_stream.cc", 124 "demuxer_stream.cc",
125 "demuxer_stream.h", 125 "demuxer_stream.h",
126 "demuxer_stream_provider.cc", 126 "demuxer_stream_provider.cc",
127 "demuxer_stream_provider.h", 127 "demuxer_stream_provider.h",
128 "djb2.cc", 128 "djb2.cc",
129 "djb2.h", 129 "djb2.h",
130 "eme_constants.h", 130 "eme_constants.h",
131 "encryption_scheme.cc", 131 "encryption_scheme.cc",
132 "encryption_scheme.h", 132 "encryption_scheme.h",
133 "feedback_signal_accumulator.h", 133 "feedback_signal_accumulator.h",
134 "hdr_metadata.cc",
135 "hdr_metadata.h",
134 "key_system_names.cc", 136 "key_system_names.cc",
135 "key_system_names.h", 137 "key_system_names.h",
136 "key_system_properties.cc", 138 "key_system_properties.cc",
137 "key_system_properties.h", 139 "key_system_properties.h",
138 "key_systems.cc", 140 "key_systems.cc",
139 "key_systems.h", 141 "key_systems.h",
140 "loopback_audio_converter.cc", 142 "loopback_audio_converter.cc",
141 "loopback_audio_converter.h", 143 "loopback_audio_converter.h",
142 "media.cc", 144 "media.cc",
143 "media.h", 145 "media.h",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 581
580 fuzzer_test("media_container_names_fuzzer") { 582 fuzzer_test("media_container_names_fuzzer") {
581 sources = [ 583 sources = [
582 "container_names_fuzzertest.cc", 584 "container_names_fuzzertest.cc",
583 ] 585 ]
584 deps = [ 586 deps = [
585 "//base", 587 "//base",
586 "//media", 588 "//media",
587 ] 589 ]
588 } 590 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/hdr_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698