| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "audio_renderer_mixer.h", | 52 "audio_renderer_mixer.h", |
| 53 "audio_renderer_mixer_input.cc", | 53 "audio_renderer_mixer_input.cc", |
| 54 "audio_renderer_mixer_input.h", | 54 "audio_renderer_mixer_input.h", |
| 55 "audio_renderer_sink.h", | 55 "audio_renderer_sink.h", |
| 56 "audio_shifter.cc", | 56 "audio_shifter.cc", |
| 57 "audio_shifter.h", | 57 "audio_shifter.h", |
| 58 "audio_splicer.cc", | 58 "audio_splicer.cc", |
| 59 "audio_splicer.h", | 59 "audio_splicer.h", |
| 60 "audio_timestamp_helper.cc", | 60 "audio_timestamp_helper.cc", |
| 61 "audio_timestamp_helper.h", | 61 "audio_timestamp_helper.h", |
| 62 "bind_to_current_loop.cc", |
| 62 "bind_to_current_loop.h", | 63 "bind_to_current_loop.h", |
| 63 "bit_reader.cc", | 64 "bit_reader.cc", |
| 64 "bit_reader.h", | 65 "bit_reader.h", |
| 65 "bit_reader_core.cc", | 66 "bit_reader_core.cc", |
| 66 "bit_reader_core.h", | 67 "bit_reader_core.h", |
| 67 "bitstream_buffer.cc", | 68 "bitstream_buffer.cc", |
| 68 "bitstream_buffer.h", | 69 "bitstream_buffer.h", |
| 69 "buffering_state.h", | 70 "buffering_state.h", |
| 70 "byte_queue.cc", | 71 "byte_queue.cc", |
| 71 "byte_queue.h", | 72 "byte_queue.h", |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 | 577 |
| 577 fuzzer_test("media_container_names_fuzzer") { | 578 fuzzer_test("media_container_names_fuzzer") { |
| 578 sources = [ | 579 sources = [ |
| 579 "container_names_fuzzertest.cc", | 580 "container_names_fuzzertest.cc", |
| 580 ] | 581 ] |
| 581 deps = [ | 582 deps = [ |
| 582 "//base", | 583 "//base", |
| 583 "//media", | 584 "//media", |
| 584 ] | 585 ] |
| 585 } | 586 } |
| OLD | NEW |