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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "demuxer_stream.h", | 112 "demuxer_stream.h", |
113 "demuxer_stream_provider.cc", | 113 "demuxer_stream_provider.cc", |
114 "demuxer_stream_provider.h", | 114 "demuxer_stream_provider.h", |
115 "djb2.cc", | 115 "djb2.cc", |
116 "djb2.h", | 116 "djb2.h", |
117 "eme_constants.h", | 117 "eme_constants.h", |
118 "encryption_scheme.cc", | 118 "encryption_scheme.cc", |
119 "encryption_scheme.h", | 119 "encryption_scheme.h", |
120 "key_system_info.cc", | 120 "key_system_info.cc", |
121 "key_system_info.h", | 121 "key_system_info.h", |
| 122 "key_system_names.cc", |
| 123 "key_system_names.h", |
122 "key_systems.cc", | 124 "key_systems.cc", |
123 "key_systems.h", | 125 "key_systems.h", |
124 "key_systems.h", | |
125 "loopback_audio_converter.cc", | 126 "loopback_audio_converter.cc", |
126 "loopback_audio_converter.h", | 127 "loopback_audio_converter.h", |
127 "media.cc", | 128 "media.cc", |
128 "media.h", | 129 "media.h", |
129 "media_client.cc", | 130 "media_client.cc", |
130 "media_client.h", | 131 "media_client.h", |
131 "media_keys.cc", | 132 "media_keys.cc", |
132 "media_keys.h", | 133 "media_keys.h", |
133 "media_log.cc", | 134 "media_log.cc", |
134 "media_log.h", | 135 "media_log.h", |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 | 585 |
585 fuzzer_test("media_container_names_fuzzer") { | 586 fuzzer_test("media_container_names_fuzzer") { |
586 sources = [ | 587 sources = [ |
587 "container_names_fuzzertest.cc", | 588 "container_names_fuzzertest.cc", |
588 ] | 589 ] |
589 deps = [ | 590 deps = [ |
590 "//base", | 591 "//base", |
591 "//media", | 592 "//media", |
592 ] | 593 ] |
593 } | 594 } |
OLD | NEW |