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

Unified Diff: chromecast/media/media.gyp

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 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/media/cdm/playready_drm_delegate_android.cc ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 8b98ec9cbce80993b66ec9545edb72ca92c69a33..3ca9effd2e63cca194a9630030518f1e63de13f8 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -54,6 +54,14 @@
'cdm/browser_cdm_cast.cc',
'cdm/browser_cdm_cast.h',
],
+ 'conditions': [
+ ['use_playready==1', {
+ 'sources': [
+ 'cdm/playready_drm_delegate_android.cc',
+ 'cdm/playready_drm_delegate_android.h',
+ ],
+ }],
+ ],
},
{
'target_name': 'cma_base',
« no previous file with comments | « chromecast/media/cdm/playready_drm_delegate_android.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698