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

Unified Diff: chromecast/chromecast.gyp

Issue 568243002: Adds initial key systems support for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address last comments Created 6 years, 3 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 | « build/common.gypi ('k') | chromecast/media/DEPS » ('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 644273e5dc45028bc7d7af8ea76f1e897d33ff6b..90c3c87ae5579585eed0109603b0edd3102ab278 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -200,10 +200,12 @@
'cast_version_header',
'chromecast_locales.gyp:chromecast_locales_pak',
'chromecast_locales.gyp:chromecast_settings',
+ 'media/media.gyp:media_base',
'../components/components.gyp:component_metrics_proto',
'../content/content.gyp:content',
'../content/content.gyp:content_app_browser',
'../skia/skia.gyp:skia',
+ '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'sources': [
'shell/app/cast_main_delegate.cc',
@@ -231,6 +233,8 @@
'shell/common/cast_content_client.h',
'shell/renderer/cast_content_renderer_client.cc',
'shell/renderer/cast_content_renderer_client.h',
+ 'shell/renderer/key_systems_cast.cc',
+ 'shell/renderer/key_systems_cast.h',
],
'conditions': [
['chromecast_branding=="Chrome"', {
@@ -241,6 +245,7 @@
'sources': [
'shell/browser/devtools/remote_debugging_server_simple.cc',
'shell/browser/webui/webui_cast_simple.cc',
+ 'shell/renderer/key_systems_cast_simple.cc',
],
}],
],
« no previous file with comments | « build/common.gypi ('k') | chromecast/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698