Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index 9e9895be7874a30497e857e0cd3359ac8474ce97..28165321afd2362b65ac6b033d80d8a00267e83c 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -519,8 +519,8 @@ |
'cdm/aes_decryptor.h', |
'cdm/cdm_adapter.cc', |
'cdm/cdm_adapter.h', |
- 'cdm/cdm_buffer_impl.cc', |
- 'cdm/cdm_buffer_impl.h', |
+ 'cdm/cdm_allocator.cc', |
+ 'cdm/cdm_allocator.h', |
'cdm/cdm_helpers.cc', |
'cdm/cdm_helpers.h', |
'cdm/default_cdm_factory.cc', |
@@ -533,6 +533,10 @@ |
'cdm/player_tracker_impl.h', |
'cdm/proxy_decryptor.cc', |
'cdm/proxy_decryptor.h', |
+ 'cdm/simple_cdm_allocator.cc', |
+ 'cdm/simple_cdm_allocator.h', |
+ 'cdm/simple_cdm_buffer.cc', |
+ 'cdm/simple_cdm_buffer.h', |
'cdm/supported_cdm_versions.cc', |
'cdm/supported_cdm_versions.h', |
'ffmpeg/ffmpeg_common.cc', |