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

Unified Diff: media/media.gyp

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed bug with playing latest encrypted WebM. Addressing comments. Created 8 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 86c1a61d85e87c09eceb3936f11b19ecae18a86d..89dc34bd7af7f4a1adb56ec9794cecc4ea662be5 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -219,6 +219,8 @@
'base/video_util.h',
'crypto/aes_decryptor.cc',
'crypto/aes_decryptor.h',
+ 'crypto/decryptor_helpers.cc',
+ 'crypto/decryptor_helpers.h',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
'ffmpeg/file_protocol.cc',
@@ -295,6 +297,8 @@
'webm/webm_content_encodings.h',
'webm/webm_content_encodings_client.cc',
'webm/webm_content_encodings_client.h',
+ 'webm/webm_crypt_helpers.cc',
+ 'webm/webm_crypt_helpers.h',
'webm/webm_info_parser.cc',
'webm/webm_info_parser.h',
'webm/webm_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698