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

Unified Diff: media/mojo/services/BUILD.gn

Issue 840473002: media: Support creation and SetCdm() for mojo based CDM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only; compiles but needs more polish... Created 5 years, 7 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 | « media/mojo/interfaces/media_renderer.mojom ('k') | media/mojo/services/mojo_cdm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 38adaa7c397660dc3420a867074bc87251247946..59c213626a076ef0c06b6682e62569d429cb4f47 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -52,6 +52,8 @@ source_set("cdm_proxy") {
sources = [
"mojo_cdm.cc",
"mojo_cdm.h",
+ "mojo_cdm_factory.cc",
+ "mojo_cdm_factory.h",
"mojo_type_trait.h",
]
}
@@ -69,10 +71,14 @@ source_set("cdm_service") {
]
sources = [
+ "mojo_cdm_factory_service.cc",
+ "mojo_cdm_factory_service.h",
"mojo_cdm_promise.cc",
"mojo_cdm_promise.h",
"mojo_cdm_service.cc",
"mojo_cdm_service.h",
+ "mojo_cdm_service_context.cc",
+ "mojo_cdm_service_context.h",
"mojo_type_trait.h",
]
@@ -168,6 +174,7 @@ if (!is_component_build) {
]
deps = [
+ ":cdm_service",
":renderer_service",
"//mojo/application/public/cpp",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
« no previous file with comments | « media/mojo/interfaces/media_renderer.mojom ('k') | media/mojo/services/mojo_cdm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698