Chromium Code Reviews

Unified Diff: components/cdm.gypi

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up code, implement actual Delegates for Widevine (Android) and Chromecast Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/cdm.gypi
diff --git a/components/cdm.gypi b/components/cdm.gypi
index d6f640ae67ec2c1f13c2ef6a2b89ac7648851cf6..853ff35d5c0f7eb79e7c14c1edebdd9c990538e9 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -64,6 +64,8 @@
'sources': [
'cdm/browser/cdm_message_filter_android.cc',
'cdm/browser/cdm_message_filter_android.h',
+ 'cdm/browser/widevine_drm_delegate_android.cc',
+ 'cdm/browser/widevine_drm_delegate_android.h',
],
},
],

Powered by Google App Engine