OLD | NEW |
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 "filters/vp9_compressed_header_parser.h", | 191 "filters/vp9_compressed_header_parser.h", |
192 "filters/vp9_parser.cc", | 192 "filters/vp9_parser.cc", |
193 "filters/vp9_parser.h", | 193 "filters/vp9_parser.h", |
194 "filters/vp9_raw_bits_reader.cc", | 194 "filters/vp9_raw_bits_reader.cc", |
195 "filters/vp9_raw_bits_reader.h", | 195 "filters/vp9_raw_bits_reader.h", |
196 "filters/vp9_uncompressed_header_parser.cc", | 196 "filters/vp9_uncompressed_header_parser.cc", |
197 "filters/vp9_uncompressed_header_parser.h", | 197 "filters/vp9_uncompressed_header_parser.h", |
198 "filters/webvtt_util.h", | 198 "filters/webvtt_util.h", |
199 "filters/wsola_internals.cc", | 199 "filters/wsola_internals.cc", |
200 "filters/wsola_internals.h", | 200 "filters/wsola_internals.h", |
| 201 "formats/ac3/ac3_util.cc", |
| 202 "formats/ac3/ac3_util.h", |
201 "formats/common/offset_byte_queue.cc", | 203 "formats/common/offset_byte_queue.cc", |
202 "formats/common/offset_byte_queue.h", | 204 "formats/common/offset_byte_queue.h", |
203 "formats/webm/webm_audio_client.cc", | 205 "formats/webm/webm_audio_client.cc", |
204 "formats/webm/webm_audio_client.h", | 206 "formats/webm/webm_audio_client.h", |
205 "formats/webm/webm_cluster_parser.cc", | 207 "formats/webm/webm_cluster_parser.cc", |
206 "formats/webm/webm_cluster_parser.h", | 208 "formats/webm/webm_cluster_parser.h", |
207 "formats/webm/webm_colour_parser.cc", | 209 "formats/webm/webm_colour_parser.cc", |
208 "formats/webm/webm_colour_parser.h", | 210 "formats/webm/webm_colour_parser.h", |
209 "formats/webm/webm_constants.cc", | 211 "formats/webm/webm_constants.cc", |
210 "formats/webm/webm_constants.h", | 212 "formats/webm/webm_constants.h", |
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 fuzzer_test("media_mp4_avcc_parser_fuzzer") { | 960 fuzzer_test("media_mp4_avcc_parser_fuzzer") { |
959 sources = [ | 961 sources = [ |
960 "formats/mp4/mp4_avcc_parser_fuzzer.cc", | 962 "formats/mp4/mp4_avcc_parser_fuzzer.cc", |
961 ] | 963 ] |
962 deps = [ | 964 deps = [ |
963 ":media", | 965 ":media", |
964 "//base", | 966 "//base", |
965 ] | 967 ] |
966 } | 968 } |
967 } | 969 } |
OLD | NEW |