| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 9e9895be7874a30497e857e0cd3359ac8474ce97..9758ccaadad895eb8515d5462209257369669614 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',
|
| @@ -1286,6 +1286,11 @@
|
| 'cdm/external_clear_key_test_helper.cc',
|
| 'cdm/external_clear_key_test_helper.h',
|
| 'cdm/json_web_key_unittest.cc',
|
| + 'cdm/simple_cdm_allocator.cc',
|
| + 'cdm/simple_cdm_allocator.h',
|
| + 'cdm/simple_cdm_allocator_unittest.cc',
|
| + 'cdm/simple_cdm_buffer.cc',
|
| + 'cdm/simple_cdm_buffer.h',
|
| 'ffmpeg/ffmpeg_common_unittest.cc',
|
| 'filters/audio_clock_unittest.cc',
|
| 'filters/audio_decoder_selector_unittest.cc',
|
|
|