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

Unified Diff: chromecast/media/media.gyp

Issue 741823004: Chromecast: extensions to the BrowserCdm interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser_cdm_cast.cc ('k') | no next file » | 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 9eaf8d1be75b32b1381187afc002fc4767149d39..b5bd62131b9a645763807f6961f96d29f540a5f1 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -36,6 +36,19 @@
],
},
{
+ 'target_name': 'media_cdm',
+ 'type': '<(component)',
+ 'dependencies': [
+ 'media_base',
+ '../../base/base.gyp:base',
+ '../../media/media.gyp:media',
+ ],
+ 'sources': [
+ 'cdm/browser_cdm_cast.cc',
+ 'cdm/browser_cdm_cast.h',
+ ],
+ },
+ {
'target_name': 'cma_base',
'type': '<(component)',
'dependencies': [
@@ -166,6 +179,7 @@
'cma_filters',
'cma_ipc',
'cma_ipc_streamer',
+ 'media_cdm',
],
},
{
« no previous file with comments | « chromecast/media/cdm/browser_cdm_cast.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698