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

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: mojo changes; Message->base::Pickle 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "decryptor.h", 99 "decryptor.h",
100 "demuxer.cc", 100 "demuxer.cc",
101 "demuxer.h", 101 "demuxer.h",
102 "demuxer_stream.cc", 102 "demuxer_stream.cc",
103 "demuxer_stream.h", 103 "demuxer_stream.h",
104 "demuxer_stream_provider.cc", 104 "demuxer_stream_provider.cc",
105 "demuxer_stream_provider.h", 105 "demuxer_stream_provider.h",
106 "djb2.cc", 106 "djb2.cc",
107 "djb2.h", 107 "djb2.h",
108 "eme_constants.h", 108 "eme_constants.h",
109 "encryption_scheme.cc",
110 "encryption_scheme.h",
109 "key_system_info.cc", 111 "key_system_info.cc",
110 "key_system_info.h", 112 "key_system_info.h",
111 "key_systems.cc", 113 "key_systems.cc",
112 "key_systems.h", 114 "key_systems.h",
113 "key_systems.h", 115 "key_systems.h",
114 "loopback_audio_converter.cc", 116 "loopback_audio_converter.cc",
115 "loopback_audio_converter.h", 117 "loopback_audio_converter.h",
116 "media.cc", 118 "media.cc",
117 "media.h", 119 "media.h",
118 "media_client.cc", 120 "media_client.cc",
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 } 554 }
553 555
554 fuzzer_test("media_container_names_fuzzer") { 556 fuzzer_test("media_container_names_fuzzer") {
555 sources = [ 557 sources = [
556 "container_names_fuzzertest.cc", 558 "container_names_fuzzertest.cc",
557 ] 559 ]
558 deps = [ 560 deps = [
559 "//media", 561 "//media",
560 ] 562 ]
561 } 563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698