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

Unified Diff: media/base/BUILD.gn

Issue 604283003: Refactor CdmPromise and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + override Created 6 years, 2 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 | « content/renderer/media/webcontentdecryptionmodulesession_impl.cc ('k') | media/base/cdm_callback_promise.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 5ab445de3d165fa0591c7e6e50712130194bc804..fbbada50107d7e449b1030c93c7604a699c7afb5 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -56,6 +56,8 @@ source_set("base") {
"buffers.h",
"byte_queue.cc",
"byte_queue.h",
+ "cdm_callback_promise.cc",
+ "cdm_callback_promise.h",
"cdm_promise.cc",
"cdm_promise.h",
"channel_mixer.cc",
« no previous file with comments | « content/renderer/media/webcontentdecryptionmodulesession_impl.cc ('k') | media/base/cdm_callback_promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698