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

Unified Diff: components/cdm.gypi

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 | « chromecast/renderer/key_systems_cast.cc ('k') | components/cdm/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm.gypi
diff --git a/components/cdm.gypi b/components/cdm.gypi
index 02ba08049cd48fbece2894fbbbeca48a0504ef99..3698f34bdae8654ed3ea4db442620e599791766e 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -38,12 +38,12 @@
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'include_dirs': [
- # Needed by widevine_key_systems.cc.
+ # Needed by widevine_key_system_properties.cc.
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
- 'cdm/renderer/widevine_key_systems.cc',
- 'cdm/renderer/widevine_key_systems.h',
+ 'cdm/renderer/widevine_key_system_properties.cc',
+ 'cdm/renderer/widevine_key_system_properties.h',
],
'conditions': [
['OS == "android"', {
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | components/cdm/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698