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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10575026: Add ProxyDecryptor which wraps concrete Decryptor implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits and rebased. Created 8 years, 6 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 | « webkit/media/key_systems.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 111b5efac86429d7fb69b6f2329da86aaf014ff3..702031ac6b91e86acceba17cc9e7f2a78f14cc55 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -32,10 +32,12 @@
'buffered_resource_loader.h',
'cache_util.cc',
'cache_util.h',
+ 'crypto/key_systems.cc',
+ 'crypto/key_systems.h',
+ 'crypto/proxy_decryptor.cc',
+ 'crypto/proxy_decryptor.h',
'filter_helpers.cc',
'filter_helpers.h',
- 'key_systems.cc',
- 'key_systems.h',
'media_stream_client.h',
'preload.h',
'skcanvas_video_renderer.cc',
« no previous file with comments | « webkit/media/key_systems.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698