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

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: callback 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_adapter.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..400f0681f1dff8e5ac33fd67ca8059dde197222a 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.cc",
+ "cdm/cdm_file_io.h",
"cdm/cdm_helpers.cc",
"cdm/cdm_helpers.h",
"cdm/default_cdm_factory.cc",
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('j') | media/cdm/cdm_adapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698