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

Unified Diff: media/media.gyp

Issue 1673383002: Add allocator interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simple classes Created 4 years, 10 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
« media/cdm/simple_cdm_buffer.cc ('K') | « media/cdm/simple_cdm_buffer_allocator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« media/cdm/simple_cdm_buffer.cc ('K') | « media/cdm/simple_cdm_buffer_allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698