diff options
author | gunsch <gunsch@chromium.org> | 2014-09-16 21:05:28 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-17 04:05:52 +0000 |
commit | b50a4e3f22e64129176a9dccd4d280b9aba2f700 (patch) | |
tree | 49a68be2a701762b4035ecda98b2dc6b929710b0 /chromecast/chromecast.gyp | |
parent | f79df3346ce523b2c44c7d99e0b819788c432203 (diff) | |
download | chromium_src-b50a4e3f22e64129176a9dccd4d280b9aba2f700.zip chromium_src-b50a4e3f22e64129176a9dccd4d280b9aba2f700.tar.gz chromium_src-b50a4e3f22e64129176a9dccd4d280b9aba2f700.tar.bz2 |
Adds initial key systems support for Chromecast.
R=lcwu@chromium.org,byungchul@chromium.org
BUG=400914
Review URL: https://codereview.chromium.org/568243002
Cr-Commit-Position: refs/heads/master@{#295226}
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r-- | chromecast/chromecast.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index 644273e..90c3c87 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', ], }], ], |