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

Unified Diff: components/cdm.gypi

Issue 1926533002: Convert Widevine and Android platform key systems to KeySystemProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky nits 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 853ff35d5c0f7eb79e7c14c1edebdd9c990538e9..dd7a9c0905d679f187f072c09913c41c723f21da 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -30,12 +30,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