| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "audio_pull_fifo.h", | 55 "audio_pull_fifo.h", |
| 56 "audio_push_fifo.cc", | 56 "audio_push_fifo.cc", |
| 57 "audio_push_fifo.h", | 57 "audio_push_fifo.h", |
| 58 "audio_renderer.cc", | 58 "audio_renderer.cc", |
| 59 "audio_renderer.h", | 59 "audio_renderer.h", |
| 60 "audio_renderer_mixer.cc", | 60 "audio_renderer_mixer.cc", |
| 61 "audio_renderer_mixer.h", | 61 "audio_renderer_mixer.h", |
| 62 "audio_renderer_mixer_input.cc", | 62 "audio_renderer_mixer_input.cc", |
| 63 "audio_renderer_mixer_input.h", | 63 "audio_renderer_mixer_input.h", |
| 64 "audio_renderer_mixer_pool.h", | 64 "audio_renderer_mixer_pool.h", |
| 65 "audio_renderer_sink.cc", |
| 65 "audio_renderer_sink.h", | 66 "audio_renderer_sink.h", |
| 66 "audio_shifter.cc", | 67 "audio_shifter.cc", |
| 67 "audio_shifter.h", | 68 "audio_shifter.h", |
| 68 "audio_splicer.cc", | 69 "audio_splicer.cc", |
| 69 "audio_splicer.h", | 70 "audio_splicer.h", |
| 70 "audio_timestamp_helper.cc", | 71 "audio_timestamp_helper.cc", |
| 71 "audio_timestamp_helper.h", | 72 "audio_timestamp_helper.h", |
| 72 "bind_to_current_loop.h", | 73 "bind_to_current_loop.h", |
| 73 "bit_reader.cc", | 74 "bit_reader.cc", |
| 74 "bit_reader.h", | 75 "bit_reader.h", |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 | 608 |
| 608 fuzzer_test("media_container_names_fuzzer") { | 609 fuzzer_test("media_container_names_fuzzer") { |
| 609 sources = [ | 610 sources = [ |
| 610 "container_names_fuzzertest.cc", | 611 "container_names_fuzzertest.cc", |
| 611 ] | 612 ] |
| 612 deps = [ | 613 deps = [ |
| 613 "//base", | 614 "//base", |
| 614 "//media", | 615 "//media", |
| 615 ] | 616 ] |
| 616 } | 617 } |
| OLD | NEW |