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

Unified Diff: media/BUILD.gn

Issue 1673383002: Add allocator interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add MEDIA_CDM_EXPORT for Windows 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
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index f22d585106b46909f6fb311c3890d67d980d4796..e9f4443177963cb22410deb77cc47b6e2a81c7cb 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -174,8 +174,8 @@ component("media") {
"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",
@@ -624,6 +624,11 @@ test("media_unittests") {
"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",
"filters/audio_clock_unittest.cc",
"filters/audio_decoder_selector_unittest.cc",
"filters/audio_renderer_algorithm_unittest.cc",
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698