Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: media/base/BUILD.gn

Issue 1953803002: Remove remaining uses of KeySystemInfo and InitDataTypeMask (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/media/render_media_client_unittest.cc ('k') | media/base/eme_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "demuxer.h", 111 "demuxer.h",
112 "demuxer_stream.cc", 112 "demuxer_stream.cc",
113 "demuxer_stream.h", 113 "demuxer_stream.h",
114 "demuxer_stream_provider.cc", 114 "demuxer_stream_provider.cc",
115 "demuxer_stream_provider.h", 115 "demuxer_stream_provider.h",
116 "djb2.cc", 116 "djb2.cc",
117 "djb2.h", 117 "djb2.h",
118 "eme_constants.h", 118 "eme_constants.h",
119 "encryption_scheme.cc", 119 "encryption_scheme.cc",
120 "encryption_scheme.h", 120 "encryption_scheme.h",
121 "key_system_info.cc",
122 "key_system_info.h",
123 "key_system_names.cc", 121 "key_system_names.cc",
124 "key_system_names.h", 122 "key_system_names.h",
125 "key_system_properties.cc", 123 "key_system_properties.cc",
126 "key_system_properties.h", 124 "key_system_properties.h",
127 "key_systems.cc", 125 "key_systems.cc",
128 "key_systems.h", 126 "key_systems.h",
129 "loopback_audio_converter.cc", 127 "loopback_audio_converter.cc",
130 "loopback_audio_converter.h", 128 "loopback_audio_converter.h",
131 "media.cc", 129 "media.cc",
132 "media.h", 130 "media.h",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 595
598 fuzzer_test("media_container_names_fuzzer") { 596 fuzzer_test("media_container_names_fuzzer") {
599 sources = [ 597 sources = [
600 "container_names_fuzzertest.cc", 598 "container_names_fuzzertest.cc",
601 ] 599 ]
602 deps = [ 600 deps = [
603 "//base", 601 "//base",
604 "//media", 602 "//media",
605 ] 603 ]
606 } 604 }
OLDNEW
« no previous file with comments | « content/renderer/media/render_media_client_unittest.cc ('k') | media/base/eme_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698