| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "demuxer_stream_provider.cc", | 100 "demuxer_stream_provider.cc", |
| 101 "demuxer_stream_provider.h", | 101 "demuxer_stream_provider.h", |
| 102 "djb2.cc", | 102 "djb2.cc", |
| 103 "djb2.h", | 103 "djb2.h", |
| 104 "eme_constants.h", | 104 "eme_constants.h", |
| 105 "key_system_info.cc", | 105 "key_system_info.cc", |
| 106 "key_system_info.h", | 106 "key_system_info.h", |
| 107 "key_systems.cc", | 107 "key_systems.cc", |
| 108 "key_systems.h", | 108 "key_systems.h", |
| 109 "key_systems.h", | 109 "key_systems.h", |
| 110 "key_systems_support_uma.cc", | |
| 111 "key_systems_support_uma.h", | |
| 112 "loopback_audio_converter.cc", | 110 "loopback_audio_converter.cc", |
| 113 "loopback_audio_converter.h", | 111 "loopback_audio_converter.h", |
| 114 "media.cc", | 112 "media.cc", |
| 115 "media.h", | 113 "media.h", |
| 116 "media_client.cc", | 114 "media_client.cc", |
| 117 "media_client.h", | 115 "media_client.h", |
| 118 "media_keys.cc", | 116 "media_keys.cc", |
| 119 "media_keys.h", | 117 "media_keys.h", |
| 120 "media_log.cc", | 118 "media_log.cc", |
| 121 "media_log.h", | 119 "media_log.h", |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 } | 546 } |
| 549 | 547 |
| 550 fuzzer_test("media_container_names_fuzzer") { | 548 fuzzer_test("media_container_names_fuzzer") { |
| 551 sources = [ | 549 sources = [ |
| 552 "container_names_fuzzertest.cc", | 550 "container_names_fuzzertest.cc", |
| 553 ] | 551 ] |
| 554 deps = [ | 552 deps = [ |
| 555 "//media", | 553 "//media", |
| 556 ] | 554 ] |
| 557 } | 555 } |
| OLD | NEW |