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

Unified Diff: media/base/BUILD.gn

Issue 660673002: Introduce CdmFactory interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_result_promise
Patch Set: Pass CdmFactory by pointer. 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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index fbbada50107d7e449b1030c93c7604a699c7afb5..5e0f8d0c368b5a70f394a1961d36d0ce1d1b0bcc 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -58,6 +58,8 @@ source_set("base") {
"byte_queue.h",
"cdm_callback_promise.cc",
"cdm_callback_promise.h",
+ "cdm_factory.cc",
+ "cdm_factory.h",
"cdm_promise.cc",
"cdm_promise.h",
"channel_mixer.cc",

Powered by Google App Engine
This is Rietveld 408576698