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

Unified Diff: chromecast/chromecast.gyp

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index fc4dbd52ff169c54d5da4db30b4a202edd77d5c7..143534401a03c4e008bb7094a794a12688f52598 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -177,6 +177,7 @@
'chromecast_locales.gyp:chromecast_locales_pak',
'chromecast_locales.gyp:chromecast_settings',
'media/media.gyp:media_base',
+ 'media/media.gyp:media_cdm',
'../base/base.gyp:base',
'../components/components.gyp:breakpad_host',
'../components/components.gyp:cdm_renderer',
@@ -302,6 +303,11 @@
'../components/components.gyp:metrics_serialization',
],
}],
+ ['OS=="android"', {
+ 'dependencies': [
+ '../components/components.gyp:cdm_browser',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698