Index: chromecast/media/media.gyp |
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp |
index 0674a9e63cc74fd605b27791940d127da87d7748..3502402231025ed3b076297083ddc4efa193b134 100644 |
--- a/chromecast/media/media.gyp |
+++ b/chromecast/media/media.gyp |
@@ -5,6 +5,18 @@ |
{ |
'targets': [ |
{ |
+ 'target_name': 'media_base', |
+ 'type': '<(component)', |
+ 'dependencies': [ |
+ '../../base/base.gyp:base', |
+ '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
+ ], |
+ 'sources': [ |
+ 'base/key_systems_common.cc', |
+ 'base/key_systems_common.h', |
+ ], |
+ }, |
+ { |
'target_name': 'cma_base', |
'type': '<(component)', |
'dependencies': [ |