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

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

Issue 1490613005: media config: expand is_encrypted to a struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ddorwin comments Created 4 years, 9 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
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "decryptor.h", 104 "decryptor.h",
105 "demuxer.cc", 105 "demuxer.cc",
106 "demuxer.h", 106 "demuxer.h",
107 "demuxer_stream.cc", 107 "demuxer_stream.cc",
108 "demuxer_stream.h", 108 "demuxer_stream.h",
109 "demuxer_stream_provider.cc", 109 "demuxer_stream_provider.cc",
110 "demuxer_stream_provider.h", 110 "demuxer_stream_provider.h",
111 "djb2.cc", 111 "djb2.cc",
112 "djb2.h", 112 "djb2.h",
113 "eme_constants.h", 113 "eme_constants.h",
114 "encryption_scheme.cc",
115 "encryption_scheme.h",
114 "key_system_info.cc", 116 "key_system_info.cc",
115 "key_system_info.h", 117 "key_system_info.h",
116 "key_systems.cc", 118 "key_systems.cc",
117 "key_systems.h", 119 "key_systems.h",
118 "key_systems.h", 120 "key_systems.h",
119 "loopback_audio_converter.cc", 121 "loopback_audio_converter.cc",
120 "loopback_audio_converter.h", 122 "loopback_audio_converter.h",
121 "media.cc", 123 "media.cc",
122 "media.h", 124 "media.h",
123 "media_client.cc", 125 "media_client.cc",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 560
559 fuzzer_test("media_container_names_fuzzer") { 561 fuzzer_test("media_container_names_fuzzer") {
560 sources = [ 562 sources = [
561 "container_names_fuzzertest.cc", 563 "container_names_fuzzertest.cc",
562 ] 564 ]
563 deps = [ 565 deps = [
564 "//base", 566 "//base",
565 "//media", 567 "//media",
566 ] 568 ]
567 } 569 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698