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

Unified Diff: content/content_renderer.gypi

Issue 501473003: Move EME code out of WebMediaPlayerImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | « no previous file | content/renderer/media/crypto/encrypted_media_player_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 48e009a656af5f755c01b308743f6dd029d3ef1a..d06b7851870b88283803d240a4e7d97247b30120 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -251,6 +251,10 @@
'renderer/media/cdm_session_adapter.h',
'renderer/media/crypto/content_decryption_module_factory.cc',
'renderer/media/crypto/content_decryption_module_factory.h',
+ 'renderer/media/crypto/encrypted_media_player_support.cc',
+ 'renderer/media/crypto/encrypted_media_player_support.h',
+ 'renderer/media/crypto/encrypted_media_player_support_impl.cc',
+ 'renderer/media/crypto/encrypted_media_player_support_impl.h',
'renderer/media/crypto/key_systems.cc',
'renderer/media/crypto/key_systems.h',
'renderer/media/crypto/key_systems_support_uma.cc',
@@ -756,6 +760,7 @@
'renderer/accessibility/renderer_accessibility_focus_only.cc',
'renderer/media/audio_decoder.cc',
'renderer/media/filter_helpers.cc',
+ 'renderer/media/crypto/encrypted_media_player_support_impl.cc',
'renderer/media/webmediaplayer_impl.cc',
],
'sources': [
« no previous file with comments | « no previous file | content/renderer/media/crypto/encrypted_media_player_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698