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

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

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 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 | « chrome/test/BUILD.gn ('k') | chromecast/renderer/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 6
7 source_set("key_systems") { 7 source_set("key_systems") {
8 sources = [ 8 sources = [
9 "key_systems_common.cc", 9 "key_systems_common.cc",
10 "key_systems_common.h", 10 "key_systems_common.h",
11 ] 11 ]
12 12
13 if (use_playready) { 13 if (use_playready) {
14 public_configs = [ "//chromecast:playready_config" ] 14 public_configs = [ "//chromecast:playready_config" ]
15 } 15 }
16 16
17 deps = [ 17 deps = [
18 "//base", 18 "//base",
19 "//chromecast/public/media", 19 "//chromecast/public/media",
20 "//media", 20 "//media",
21 "//third_party/widevine/cdm:version_h", 21 "//third_party/widevine/cdm:headers",
22 ] 22 ]
23 } 23 }
24 24
25 source_set("base") { 25 source_set("base") {
26 sources = [ 26 sources = [
27 "decrypt_context_impl.cc", 27 "decrypt_context_impl.cc",
28 "decrypt_context_impl.h", 28 "decrypt_context_impl.h",
29 "decrypt_context_impl_clearkey.cc", 29 "decrypt_context_impl_clearkey.cc",
30 "decrypt_context_impl_clearkey.h", 30 "decrypt_context_impl_clearkey.h",
31 "media_caps.cc", 31 "media_caps.cc",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "//chromecast/public/media", 102 "//chromecast/public/media",
103 ] 103 ]
104 104
105 deps = [ 105 deps = [
106 "//base", 106 "//base",
107 "//build/config/sanitizers:deps", 107 "//build/config/sanitizers:deps",
108 "//chromecast/base", 108 "//chromecast/base",
109 "//chromecast/media/cma/backend", 109 "//chromecast/media/cma/backend",
110 ] 110 ]
111 } 111 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromecast/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698