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

Unified Diff: media/media.gyp

Issue 10969028: Add video decoding methods in Decryptor and add DecryptingVideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 0d23796dc2568fb53894542ab8f092ce14316637..65692a1535ef872105186a9fc6d4abfb17439f39 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -233,6 +233,8 @@
'base/video_util.h',
'crypto/aes_decryptor.cc',
'crypto/aes_decryptor.h',
+ 'crypto/decrypting_video_decoder.cc',
ddorwin 2012/09/21 00:36:08 I don't think this file actually depends on crypto
xhwang 2012/09/25 23:52:32 It makes sense to be in media/base since it only d
+ 'crypto/decrypting_video_decoder.h',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
'ffmpeg/file_protocol.cc',

Powered by Google App Engine
This is Rietveld 408576698