| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "audio_block_fifo_unittest.cc", | 397 "audio_block_fifo_unittest.cc", |
| 398 "audio_buffer_converter_unittest.cc", | 398 "audio_buffer_converter_unittest.cc", |
| 399 "audio_buffer_queue_unittest.cc", | 399 "audio_buffer_queue_unittest.cc", |
| 400 "audio_buffer_unittest.cc", | 400 "audio_buffer_unittest.cc", |
| 401 "audio_bus_unittest.cc", | 401 "audio_bus_unittest.cc", |
| 402 "audio_converter_unittest.cc", | 402 "audio_converter_unittest.cc", |
| 403 "audio_discard_helper_unittest.cc", | 403 "audio_discard_helper_unittest.cc", |
| 404 "audio_fifo_unittest.cc", | 404 "audio_fifo_unittest.cc", |
| 405 "audio_hardware_config_unittest.cc", | 405 "audio_hardware_config_unittest.cc", |
| 406 "audio_hash_unittest.cc", | 406 "audio_hash_unittest.cc", |
| 407 "audio_parameters_unittest.cc", |
| 408 "audio_point_unittest.cc", |
| 407 "audio_pull_fifo_unittest.cc", | 409 "audio_pull_fifo_unittest.cc", |
| 408 "audio_push_fifo_unittest.cc", | 410 "audio_push_fifo_unittest.cc", |
| 409 "audio_renderer_mixer_input_unittest.cc", | 411 "audio_renderer_mixer_input_unittest.cc", |
| 410 "audio_renderer_mixer_unittest.cc", | 412 "audio_renderer_mixer_unittest.cc", |
| 411 "audio_shifter_unittest.cc", | 413 "audio_shifter_unittest.cc", |
| 412 "audio_splicer_unittest.cc", | 414 "audio_splicer_unittest.cc", |
| 413 "audio_timestamp_helper_unittest.cc", | 415 "audio_timestamp_helper_unittest.cc", |
| 414 "bind_to_current_loop_unittest.cc", | 416 "bind_to_current_loop_unittest.cc", |
| 415 "bit_reader_unittest.cc", | 417 "bit_reader_unittest.cc", |
| 416 "callback_holder.h", | 418 "callback_holder.h", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 | 584 |
| 583 fuzzer_test("media_container_names_fuzzer") { | 585 fuzzer_test("media_container_names_fuzzer") { |
| 584 sources = [ | 586 sources = [ |
| 585 "container_names_fuzzertest.cc", | 587 "container_names_fuzzertest.cc", |
| 586 ] | 588 ] |
| 587 deps = [ | 589 deps = [ |
| 588 "//base", | 590 "//base", |
| 589 "//media", | 591 "//media", |
| 590 ] | 592 ] |
| 591 } | 593 } |
| OLD | NEW |