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

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: 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/browser/media/cast_media_client_android.cc ('k') | chromecast/media/base/key_systems_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index a9892ab23b9a3ec50fb248666d6c07416fd69560..f882b8aea7357681e52e9b72ce512a27241cce5d 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -189,6 +189,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',
@@ -239,6 +240,8 @@
'browser/devtools/remote_debugging_server.h',
'browser/geolocation/cast_access_token_store.cc',
'browser/geolocation/cast_access_token_store.h',
+ 'browser/media/cast_media_client_android.cc',
+ 'browser/media/cast_media_client_android.h',
'browser/metrics/cast_metrics_prefs.cc',
'browser/metrics/cast_metrics_prefs.h',
'browser/metrics/cast_metrics_service_client.cc',
@@ -319,6 +322,11 @@
'../ui/aura/aura.gyp:aura_test_support',
],
}],
+ ['OS=="android"', {
+ 'dependencies': [
+ '../components/components.gyp:cdm_browser',
+ ],
+ }],
],
},
{
« no previous file with comments | « chromecast/browser/media/cast_media_client_android.cc ('k') | chromecast/media/base/key_systems_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698