Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index 9e9895be7874a30497e857e0cd3359ac8474ce97..c6e845bf9ccfb232502f142d13a2eb6152c5d378 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -519,10 +519,14 @@ |
'cdm/aes_decryptor.h', |
'cdm/cdm_adapter.cc', |
'cdm/cdm_adapter.h', |
- 'cdm/cdm_buffer_impl.cc', |
- 'cdm/cdm_buffer_impl.h', |
+ 'cdm/cdm_buffer.cc', |
+ 'cdm/cdm_buffer.h', |
+ 'cdm/cdm_buffer_allocator.cc', |
+ 'cdm/cdm_buffer_allocator.h', |
'cdm/cdm_helpers.cc', |
'cdm/cdm_helpers.h', |
+ 'cdm/cdm_video_frame.cc', |
+ 'cdm/cdm_video_frame.h', |
'cdm/default_cdm_factory.cc', |
'cdm/default_cdm_factory.h', |
'cdm/json_web_key.cc', |
@@ -533,6 +537,10 @@ |
'cdm/player_tracker_impl.h', |
'cdm/proxy_decryptor.cc', |
'cdm/proxy_decryptor.h', |
+ 'cdm/simple_cdm_buffer.cc', |
+ 'cdm/simple_cdm_buffer.h', |
+ 'cdm/simple_cdm_buffer_allocator.cc', |
+ 'cdm/simple_cdm_buffer_allocator.h', |
'cdm/supported_cdm_versions.cc', |
'cdm/supported_cdm_versions.h', |
'ffmpeg/ffmpeg_common.cc', |