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

Side by Side Diff: components/cdm/renderer/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 | « components/cdm/DEPS ('k') | components/cdm/renderer/external_clear_key_key_system_properties.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 static_library("renderer") { 5 static_library("renderer") {
6 sources = [ 6 sources = [
7 "external_clear_key_key_system_properties.cc", 7 "external_clear_key_key_system_properties.cc",
8 "external_clear_key_key_system_properties.h", 8 "external_clear_key_key_system_properties.h",
9 "widevine_key_system_properties.cc", 9 "widevine_key_system_properties.cc",
10 "widevine_key_system_properties.h", 10 "widevine_key_system_properties.h",
11 ] 11 ]
12 12
13 if (is_android) { 13 if (is_android) {
14 sources += [ 14 sources += [
15 "android_key_systems.cc", 15 "android_key_systems.cc",
16 "android_key_systems.h", 16 "android_key_systems.h",
17 ] 17 ]
18 } 18 }
19 19
20 deps = [ 20 deps = [
21 "//base", 21 "//base",
22 "//components/cdm/common", 22 "//components/cdm/common",
23 "//content/public/renderer", 23 "//content/public/renderer",
24 "//media", 24 "//media",
25 "//third_party/widevine/cdm:version_h", 25 "//ppapi/features",
26 "//third_party/widevine/cdm:headers",
26 ] 27 ]
27 } 28 }
OLDNEW
« no previous file with comments | « components/cdm/DEPS ('k') | components/cdm/renderer/external_clear_key_key_system_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698