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

Side by Side Diff: media/BUILD.gn

Issue 2333663003: Add color metadata info to VideoDecoderConfig. (Closed)
Patch Set: Commented the RangeID comment as suggested Created 4 years, 2 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 | « no previous file | media/base/BUILD.gn » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "filters/vp9_uncompressed_header_parser.h", 194 "filters/vp9_uncompressed_header_parser.h",
195 "filters/webvtt_util.h", 195 "filters/webvtt_util.h",
196 "filters/wsola_internals.cc", 196 "filters/wsola_internals.cc",
197 "filters/wsola_internals.h", 197 "filters/wsola_internals.h",
198 "formats/common/offset_byte_queue.cc", 198 "formats/common/offset_byte_queue.cc",
199 "formats/common/offset_byte_queue.h", 199 "formats/common/offset_byte_queue.h",
200 "formats/webm/webm_audio_client.cc", 200 "formats/webm/webm_audio_client.cc",
201 "formats/webm/webm_audio_client.h", 201 "formats/webm/webm_audio_client.h",
202 "formats/webm/webm_cluster_parser.cc", 202 "formats/webm/webm_cluster_parser.cc",
203 "formats/webm/webm_cluster_parser.h", 203 "formats/webm/webm_cluster_parser.h",
204 "formats/webm/webm_colour_parser.cc",
205 "formats/webm/webm_colour_parser.h",
204 "formats/webm/webm_constants.cc", 206 "formats/webm/webm_constants.cc",
205 "formats/webm/webm_constants.h", 207 "formats/webm/webm_constants.h",
206 "formats/webm/webm_content_encodings.cc", 208 "formats/webm/webm_content_encodings.cc",
207 "formats/webm/webm_content_encodings.h", 209 "formats/webm/webm_content_encodings.h",
208 "formats/webm/webm_content_encodings_client.cc", 210 "formats/webm/webm_content_encodings_client.cc",
209 "formats/webm/webm_content_encodings_client.h", 211 "formats/webm/webm_content_encodings_client.h",
210 "formats/webm/webm_crypto_helpers.cc", 212 "formats/webm/webm_crypto_helpers.cc",
211 "formats/webm/webm_crypto_helpers.h", 213 "formats/webm/webm_crypto_helpers.h",
212 "formats/webm/webm_info_parser.cc", 214 "formats/webm/webm_info_parser.cc",
213 "formats/webm/webm_info_parser.h", 215 "formats/webm/webm_info_parser.h",
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 fuzzer_test("media_webm_muxer_fuzzer") { 903 fuzzer_test("media_webm_muxer_fuzzer") {
902 sources = [ 904 sources = [
903 "muxers/webm_muxer_fuzzertest.cc", 905 "muxers/webm_muxer_fuzzertest.cc",
904 ] 906 ]
905 deps = [ 907 deps = [
906 ":media", 908 ":media",
907 "//base", 909 "//base",
908 "//third_party/libwebm", 910 "//third_party/libwebm",
909 ] 911 ]
910 } 912 }
OLDNEW
« no previous file with comments | « no previous file | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698