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/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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "simd/convert_yuv_to_rgb.h", | 159 "simd/convert_yuv_to_rgb.h", |
160 "simd/convert_yuv_to_rgb_c.cc", | 160 "simd/convert_yuv_to_rgb_c.cc", |
161 "simd/filter_yuv.h", | 161 "simd/filter_yuv.h", |
162 "simd/filter_yuv_c.cc", | 162 "simd/filter_yuv_c.cc", |
163 "sinc_resampler.cc", | 163 "sinc_resampler.cc", |
164 "sinc_resampler.h", | 164 "sinc_resampler.h", |
165 "stream_parser.cc", | 165 "stream_parser.cc", |
166 "stream_parser.h", | 166 "stream_parser.h", |
167 "stream_parser_buffer.cc", | 167 "stream_parser_buffer.cc", |
168 "stream_parser_buffer.h", | 168 "stream_parser_buffer.h", |
| 169 "surface_manager.h", |
169 "text_cue.cc", | 170 "text_cue.cc", |
170 "text_cue.h", | 171 "text_cue.h", |
171 "text_ranges.cc", | 172 "text_ranges.cc", |
172 "text_ranges.h", | 173 "text_ranges.h", |
173 "text_renderer.cc", | 174 "text_renderer.cc", |
174 "text_renderer.h", | 175 "text_renderer.h", |
175 "text_track.h", | 176 "text_track.h", |
176 "text_track_config.cc", | 177 "text_track_config.cc", |
177 "text_track_config.h", | 178 "text_track_config.h", |
178 "time_delta_interpolator.cc", | 179 "time_delta_interpolator.cc", |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 } | 548 } |
548 | 549 |
549 fuzzer_test("media_container_names_fuzzer") { | 550 fuzzer_test("media_container_names_fuzzer") { |
550 sources = [ | 551 sources = [ |
551 "container_names_fuzzertest.cc", | 552 "container_names_fuzzertest.cc", |
552 ] | 553 ] |
553 deps = [ | 554 deps = [ |
554 "//media", | 555 "//media", |
555 ] | 556 ] |
556 } | 557 } |
OLD | NEW |