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

Unified Diff: components/cdm/renderer/BUILD.gn

Issue 1927953004: Reland of "Convert Widevine and Android platform key systems to KeySystemProperties" with fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cdm.gypi ('k') | components/cdm/renderer/android_key_systems.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/renderer/BUILD.gn
diff --git a/components/cdm/renderer/BUILD.gn b/components/cdm/renderer/BUILD.gn
index ef4d03d018ee971e56b2f061850a32f1ee978178..f364f89c829cf971d7bca1a0f53ce412201ea0da 100644
--- a/components/cdm/renderer/BUILD.gn
+++ b/components/cdm/renderer/BUILD.gn
@@ -4,8 +4,8 @@
static_library("renderer") {
sources = [
- "widevine_key_systems.cc",
- "widevine_key_systems.h",
+ "widevine_key_system_properties.cc",
+ "widevine_key_system_properties.h",
]
if (is_android) {
« no previous file with comments | « components/cdm.gypi ('k') | components/cdm/renderer/android_key_systems.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698