Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index 2a8c6c6aeb406f6311413654c5399cedff34b408..a750f184f1cd1338f10540c99e7f7a1c263412a6 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -196,6 +196,10 @@ |
'base/video_util.h', |
'crypto/aes_decryptor.cc', |
'crypto/aes_decryptor.h', |
+ 'crypto/decryptor.cc', |
+ 'crypto/decryptor.h', |
+ 'crypto/hmac_aes_decryptor.cc', |
+ 'crypto/hmac_aes_decryptor.h', |
'ffmpeg/ffmpeg_common.cc', |
'ffmpeg/ffmpeg_common.h', |
'ffmpeg/file_protocol.cc', |
@@ -682,6 +686,7 @@ |
'base/video_util_unittest.cc', |
'base/yuv_convert_unittest.cc', |
'crypto/aes_decryptor_unittest.cc', |
+ 'crypto/hmac_aes_decryptor_unittest.cc', |
'ffmpeg/ffmpeg_common_unittest.cc', |
'filters/audio_renderer_algorithm_unittest.cc', |
'filters/audio_renderer_impl_unittest.cc', |