| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "output_device_info.cc", | 182 "output_device_info.cc", |
| 183 "output_device_info.h", | 183 "output_device_info.h", |
| 184 "pipeline.h", | 184 "pipeline.h", |
| 185 "pipeline_impl.cc", | 185 "pipeline_impl.cc", |
| 186 "pipeline_impl.h", | 186 "pipeline_impl.h", |
| 187 "pipeline_metadata.cc", | 187 "pipeline_metadata.cc", |
| 188 "pipeline_metadata.h", | 188 "pipeline_metadata.h", |
| 189 "pipeline_status.h", | 189 "pipeline_status.h", |
| 190 "player_tracker.cc", | 190 "player_tracker.cc", |
| 191 "player_tracker.h", | 191 "player_tracker.h", |
| 192 "provision_fetcher.h", |
| 192 "ranges.cc", | 193 "ranges.cc", |
| 193 "ranges.h", | 194 "ranges.h", |
| 194 "renderer.cc", | 195 "renderer.cc", |
| 195 "renderer.h", | 196 "renderer.h", |
| 196 "renderer_client.h", | 197 "renderer_client.h", |
| 197 "renderer_factory.cc", | 198 "renderer_factory.cc", |
| 198 "renderer_factory.h", | 199 "renderer_factory.h", |
| 199 "sample_format.cc", | 200 "sample_format.cc", |
| 200 "sample_format.h", | 201 "sample_format.h", |
| 201 "seekable_buffer.cc", | 202 "seekable_buffer.cc", |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 | 606 |
| 606 fuzzer_test("media_container_names_fuzzer") { | 607 fuzzer_test("media_container_names_fuzzer") { |
| 607 sources = [ | 608 sources = [ |
| 608 "container_names_fuzzertest.cc", | 609 "container_names_fuzzertest.cc", |
| 609 ] | 610 ] |
| 610 deps = [ | 611 deps = [ |
| 611 "//base", | 612 "//base", |
| 612 "//media", | 613 "//media", |
| 613 ] | 614 ] |
| 614 } | 615 } |
| OLD | NEW |