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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "text_renderer.h", | 225 "text_renderer.h", |
226 "text_track.h", | 226 "text_track.h", |
227 "text_track_config.cc", | 227 "text_track_config.cc", |
228 "text_track_config.h", | 228 "text_track_config.h", |
229 "time_delta_interpolator.cc", | 229 "time_delta_interpolator.cc", |
230 "time_delta_interpolator.h", | 230 "time_delta_interpolator.h", |
231 "time_source.h", | 231 "time_source.h", |
232 "timestamp_constants.h", | 232 "timestamp_constants.h", |
233 "user_input_monitor.cc", | 233 "user_input_monitor.cc", |
234 "user_input_monitor.h", | 234 "user_input_monitor.h", |
235 "video_capture_types.cc", | |
236 "video_capture_types.h", | |
237 "video_capturer_source.cc", | |
238 "video_capturer_source.h", | |
239 "video_codecs.cc", | 235 "video_codecs.cc", |
240 "video_codecs.h", | 236 "video_codecs.h", |
241 "video_decoder.cc", | 237 "video_decoder.cc", |
242 "video_decoder.h", | 238 "video_decoder.h", |
243 "video_decoder_config.cc", | 239 "video_decoder_config.cc", |
244 "video_decoder_config.h", | 240 "video_decoder_config.h", |
245 "video_frame.cc", | 241 "video_frame.cc", |
246 "video_frame.h", | 242 "video_frame.h", |
247 "video_frame_metadata.cc", | 243 "video_frame_metadata.cc", |
248 "video_frame_metadata.h", | 244 "video_frame_metadata.h", |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 | 604 |
609 fuzzer_test("media_container_names_fuzzer") { | 605 fuzzer_test("media_container_names_fuzzer") { |
610 sources = [ | 606 sources = [ |
611 "container_names_fuzzertest.cc", | 607 "container_names_fuzzertest.cc", |
612 ] | 608 ] |
613 deps = [ | 609 deps = [ |
614 "//base", | 610 "//base", |
615 "//media", | 611 "//media", |
616 ] | 612 ] |
617 } | 613 } |
OLD | NEW |