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

Unified Diff: media/BUILD.gn

Issue 2900773004: media: Add experimental feature to enable Mojo CDM on desktop Chromium (Closed)
Patch Set: drop utility_process_host_impl.cc change Created 3 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 | « content/utility/utility_service_factory.cc ('k') | media/base/media_switches.h » ('j') | no next file with comments »
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 c4ac9221afc59ce551f22335499158af92d6db9d..b13af784a9d745e8c5e80cf13a62971104a0e367 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -511,6 +511,21 @@ component("media") {
"device_monitors/device_monitor_udev.h",
]
}
+
+ # TODO(xhwang): Move other library CDM related files to this block as well.
+ if (enable_pepper_cdms) {
+ deps += [
+ ":cdm_paths",
+
+ # TODO(xhwang): Remove this after Widevine specific logic is removed in
+ # CdmAdapterFactory. See http://crbug.com/510604
+ "//third_party/widevine/cdm:headers",
+ ]
+ sources += [
+ "cdm/cdm_adapter_factory.cc",
+ "cdm/cdm_adapter_factory.h",
+ ]
+ }
}
config("cdm_manager_implementation") {
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698