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