| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "media_keys.h", | 119 "media_keys.h", |
| 120 "media_log.cc", | 120 "media_log.cc", |
| 121 "media_log.h", | 121 "media_log.h", |
| 122 "media_log_event.h", | 122 "media_log_event.h", |
| 123 "media_permission.cc", | 123 "media_permission.cc", |
| 124 "media_permission.h", | 124 "media_permission.h", |
| 125 "media_resources.cc", | 125 "media_resources.cc", |
| 126 "media_resources.h", | 126 "media_resources.h", |
| 127 "media_switches.cc", | 127 "media_switches.cc", |
| 128 "media_switches.h", | 128 "media_switches.h", |
| 129 "media_track.cc", |
| 130 "media_track.h", |
| 131 "media_tracks.cc", |
| 132 "media_tracks.h", |
| 129 "media_util.cc", | 133 "media_util.cc", |
| 130 "media_util.h", | 134 "media_util.h", |
| 131 "mime_util.cc", | 135 "mime_util.cc", |
| 132 "mime_util.h", | 136 "mime_util.h", |
| 133 "mime_util_internal.cc", | 137 "mime_util_internal.cc", |
| 134 "mime_util_internal.h", | 138 "mime_util_internal.h", |
| 135 "moving_average.cc", | 139 "moving_average.cc", |
| 136 "moving_average.h", | 140 "moving_average.h", |
| 137 "multi_channel_resampler.cc", | 141 "multi_channel_resampler.cc", |
| 138 "multi_channel_resampler.h", | 142 "multi_channel_resampler.h", |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 } | 553 } |
| 550 | 554 |
| 551 fuzzer_test("media_container_names_fuzzer") { | 555 fuzzer_test("media_container_names_fuzzer") { |
| 552 sources = [ | 556 sources = [ |
| 553 "container_names_fuzzertest.cc", | 557 "container_names_fuzzertest.cc", |
| 554 ] | 558 ] |
| 555 deps = [ | 559 deps = [ |
| 556 "//media", | 560 "//media", |
| 557 ] | 561 ] |
| 558 } | 562 } |
| OLD | NEW |