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

Unified Diff: chromecast/chromecast.gyp

Issue 825913003: Chromecast: adds BrowserCdmFactory that delegates to the platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_browser_cdm_factory_simple.cc ('k') | no next file » | 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 74525ac6b70d1bddbf038e4417444d235dcd7a5c..47eee5b4c92b28b4faabd79d841f8f16bf59ffa8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -195,6 +195,7 @@
'sources': [
'browser/cast_network_delegate_simple.cc',
'browser/devtools/remote_debugging_server_simple.cc',
+ 'browser/media/cast_browser_cdm_factory_simple.cc',
'browser/metrics/platform_metrics_providers_simple.cc',
'browser/pref_service_helper_simple.cc',
'common/platform_client_auth_simple.cc',
@@ -426,8 +427,11 @@
'media/media.gyp:cast_media',
'../content/content.gyp:content',
'../ipc/ipc.gyp:ipc',
+ '../media/media.gyp:media',
],
'sources': [
+ 'browser/media/cast_browser_cdm_factory.cc',
+ 'browser/media/cast_browser_cdm_factory.h',
'browser/media/cma_message_filter_host.cc',
'browser/media/cma_message_filter_host.h',
'browser/media/cma_message_loop.cc',
« no previous file with comments | « chromecast/browser/media/cast_browser_cdm_factory_simple.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698