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

Unified Diff: media/BUILD.gn

Issue 1888603002: Add CdmFileIOProvider interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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') | media/cdm/cdm_file_io_provider.h » ('J')
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 d738e2c4d361375d531467c5f8c7b2bd6926d601..dbc57d674191cc29b39126ef584ace66735a1f84 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -78,6 +78,8 @@ component("media") {
"cdm/cdm_adapter.h",
"cdm/cdm_allocator.cc",
"cdm/cdm_allocator.h",
+ "cdm/cdm_file_io_provider.cc",
+ "cdm/cdm_file_io_provider.h",
"cdm/cdm_helpers.cc",
"cdm/cdm_helpers.h",
"cdm/default_cdm_factory.cc",
@@ -496,6 +498,8 @@ test("media_unittests") {
"cdm/simple_cdm_allocator_unittest.cc",
"cdm/simple_cdm_buffer.cc",
"cdm/simple_cdm_buffer.h",
+ "cdm/simple_cdm_file_io_provider.cc",
+ "cdm/simple_cdm_file_io_provider.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') | media/cdm/cdm_file_io_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698