| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "mime_util_internal.cc", | 189 "mime_util_internal.cc", |
| 190 "mime_util_internal.h", | 190 "mime_util_internal.h", |
| 191 "moving_average.cc", | 191 "moving_average.cc", |
| 192 "moving_average.h", | 192 "moving_average.h", |
| 193 "multi_channel_resampler.cc", | 193 "multi_channel_resampler.cc", |
| 194 "multi_channel_resampler.h", | 194 "multi_channel_resampler.h", |
| 195 "null_video_sink.cc", | 195 "null_video_sink.cc", |
| 196 "null_video_sink.h", | 196 "null_video_sink.h", |
| 197 "output_device_info.cc", | 197 "output_device_info.cc", |
| 198 "output_device_info.h", | 198 "output_device_info.h", |
| 199 "overlay_info.cc", |
| 199 "overlay_info.h", | 200 "overlay_info.h", |
| 200 "pipeline.h", | 201 "pipeline.h", |
| 201 "pipeline_impl.cc", | 202 "pipeline_impl.cc", |
| 202 "pipeline_impl.h", | 203 "pipeline_impl.h", |
| 203 "pipeline_metadata.cc", | 204 "pipeline_metadata.cc", |
| 204 "pipeline_metadata.h", | 205 "pipeline_metadata.h", |
| 205 "pipeline_status.h", | 206 "pipeline_status.h", |
| 206 "player_tracker.cc", | 207 "player_tracker.cc", |
| 207 "player_tracker.h", | 208 "player_tracker.h", |
| 208 "provision_fetcher.h", | 209 "provision_fetcher.h", |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 | 573 |
| 573 fuzzer_test("media_container_names_fuzzer") { | 574 fuzzer_test("media_container_names_fuzzer") { |
| 574 sources = [ | 575 sources = [ |
| 575 "container_names_fuzzertest.cc", | 576 "container_names_fuzzertest.cc", |
| 576 ] | 577 ] |
| 577 deps = [ | 578 deps = [ |
| 578 "//base", | 579 "//base", |
| 579 "//media", | 580 "//media", |
| 580 ] | 581 ] |
| 581 } | 582 } |
| OLD | NEW |