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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "moving_average.h", | 155 "moving_average.h", |
156 "multi_channel_resampler.cc", | 156 "multi_channel_resampler.cc", |
157 "multi_channel_resampler.h", | 157 "multi_channel_resampler.h", |
158 "null_video_sink.cc", | 158 "null_video_sink.cc", |
159 "null_video_sink.h", | 159 "null_video_sink.h", |
160 "output_device_info.cc", | 160 "output_device_info.cc", |
161 "output_device_info.h", | 161 "output_device_info.h", |
162 "pipeline.h", | 162 "pipeline.h", |
163 "pipeline_impl.cc", | 163 "pipeline_impl.cc", |
164 "pipeline_impl.h", | 164 "pipeline_impl.h", |
| 165 "pipeline_metadata.h", |
165 "pipeline_status.h", | 166 "pipeline_status.h", |
166 "player_tracker.cc", | 167 "player_tracker.cc", |
167 "player_tracker.h", | 168 "player_tracker.h", |
168 "ranges.cc", | 169 "ranges.cc", |
169 "ranges.h", | 170 "ranges.h", |
170 "renderer.cc", | 171 "renderer.cc", |
171 "renderer.h", | 172 "renderer.h", |
172 "renderer_factory.cc", | 173 "renderer_factory.cc", |
173 "renderer_factory.h", | 174 "renderer_factory.h", |
174 "sample_format.cc", | 175 "sample_format.cc", |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 | 587 |
587 fuzzer_test("media_container_names_fuzzer") { | 588 fuzzer_test("media_container_names_fuzzer") { |
588 sources = [ | 589 sources = [ |
589 "container_names_fuzzertest.cc", | 590 "container_names_fuzzertest.cc", |
590 ] | 591 ] |
591 deps = [ | 592 deps = [ |
592 "//base", | 593 "//base", |
593 "//media", | 594 "//media", |
594 ] | 595 ] |
595 } | 596 } |
OLD | NEW |