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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 "audio_discard_helper_unittest.cc", | 415 "audio_discard_helper_unittest.cc", |
416 "audio_fifo_unittest.cc", | 416 "audio_fifo_unittest.cc", |
417 "audio_hardware_config_unittest.cc", | 417 "audio_hardware_config_unittest.cc", |
418 "audio_hash_unittest.cc", | 418 "audio_hash_unittest.cc", |
419 "audio_parameters_unittest.cc", | 419 "audio_parameters_unittest.cc", |
420 "audio_point_unittest.cc", | 420 "audio_point_unittest.cc", |
421 "audio_pull_fifo_unittest.cc", | 421 "audio_pull_fifo_unittest.cc", |
422 "audio_push_fifo_unittest.cc", | 422 "audio_push_fifo_unittest.cc", |
423 "audio_renderer_mixer_input_unittest.cc", | 423 "audio_renderer_mixer_input_unittest.cc", |
424 "audio_renderer_mixer_unittest.cc", | 424 "audio_renderer_mixer_unittest.cc", |
| 425 "audio_sample_types_unittest.cc", |
425 "audio_shifter_unittest.cc", | 426 "audio_shifter_unittest.cc", |
426 "audio_splicer_unittest.cc", | 427 "audio_splicer_unittest.cc", |
427 "audio_timestamp_helper_unittest.cc", | 428 "audio_timestamp_helper_unittest.cc", |
428 "bind_to_current_loop_unittest.cc", | 429 "bind_to_current_loop_unittest.cc", |
429 "bit_reader_unittest.cc", | 430 "bit_reader_unittest.cc", |
430 "callback_holder.h", | 431 "callback_holder.h", |
431 "callback_holder_unittest.cc", | 432 "callback_holder_unittest.cc", |
432 "channel_mixer_unittest.cc", | 433 "channel_mixer_unittest.cc", |
433 "channel_mixing_matrix_unittest.cc", | 434 "channel_mixing_matrix_unittest.cc", |
434 "container_names_unittest.cc", | 435 "container_names_unittest.cc", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 | 603 |
603 fuzzer_test("media_container_names_fuzzer") { | 604 fuzzer_test("media_container_names_fuzzer") { |
604 sources = [ | 605 sources = [ |
605 "container_names_fuzzertest.cc", | 606 "container_names_fuzzertest.cc", |
606 ] | 607 ] |
607 deps = [ | 608 deps = [ |
608 "//base", | 609 "//base", |
609 "//media", | 610 "//media", |
610 ] | 611 ] |
611 } | 612 } |
OLD | NEW |