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

Side by Side Diff: components/cdm/renderer/BUILD.gn

Issue 2268283003: media: Add External Clear Key content browser test on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 3 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 static_library("renderer") { 5 static_library("renderer") {
6 sources = [ 6 sources = [
7 "external_clear_key_key_system_properties.cc",
8 "external_clear_key_key_system_properties.h",
7 "widevine_key_system_properties.cc", 9 "widevine_key_system_properties.cc",
8 "widevine_key_system_properties.h", 10 "widevine_key_system_properties.h",
9 ] 11 ]
10 12
11 if (is_android) { 13 if (is_android) {
12 sources += [ 14 sources += [
13 "android_key_systems.cc", 15 "android_key_systems.cc",
14 "android_key_systems.h", 16 "android_key_systems.h",
15 ] 17 ]
16 } 18 }
17 19
18 deps = [ 20 deps = [
19 "//base", 21 "//base",
20 "//components/cdm/common", 22 "//components/cdm/common",
21 "//content/public/renderer", 23 "//content/public/renderer",
22 "//media", 24 "//media",
23 "//third_party/widevine/cdm:version_h", 25 "//third_party/widevine/cdm:version_h",
24 ] 26 ]
25 } 27 }
OLDNEW
« no previous file with comments | « chrome/renderer/media/chrome_key_systems.cc ('k') | components/cdm/renderer/android_key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698