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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "mime_util_internal.h", | 151 "mime_util_internal.h", |
152 "moving_average.cc", | 152 "moving_average.cc", |
153 "moving_average.h", | 153 "moving_average.h", |
154 "multi_channel_resampler.cc", | 154 "multi_channel_resampler.cc", |
155 "multi_channel_resampler.h", | 155 "multi_channel_resampler.h", |
156 "null_video_sink.cc", | 156 "null_video_sink.cc", |
157 "null_video_sink.h", | 157 "null_video_sink.h", |
158 "output_device_info.cc", | 158 "output_device_info.cc", |
159 "output_device_info.h", | 159 "output_device_info.h", |
160 "pipeline.h", | 160 "pipeline.h", |
| 161 "pipeline_client.h", |
161 "pipeline_impl.cc", | 162 "pipeline_impl.cc", |
162 "pipeline_impl.h", | 163 "pipeline_impl.h", |
163 "pipeline_status.h", | 164 "pipeline_status.h", |
164 "player_tracker.cc", | 165 "player_tracker.cc", |
165 "player_tracker.h", | 166 "player_tracker.h", |
166 "ranges.cc", | 167 "ranges.cc", |
167 "ranges.h", | 168 "ranges.h", |
168 "renderer.cc", | 169 "renderer.cc", |
169 "renderer.h", | 170 "renderer.h", |
170 "renderer_factory.cc", | 171 "renderer_factory.cc", |
(...skipping 405 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 |