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

Unified Diff: content/common/BUILD.gn

Issue 1448303002: media: Add static MojoCdmService::GetCdm(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index fbe711a7834dff20032a00973b20fb9607b3b604..be9766f7ce4d3caca706199ccca54e212ff896d5 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/common/common.gni")
+import("//media/media_options.gni")
import("//mojo/public/tools/bindings/mojom.gni")
if (is_mac) {
import("//build/config/mac/mac_sdk.gni")
@@ -368,6 +369,10 @@ source_set("common") {
"gpu/media/android_video_encode_accelerator.h",
]
}
+
+ if (enable_mojo_media == "gpu") {
+ deps += [ "//media/mojo/services:application" ]
+ }
}
if (is_chromeos) {
« no previous file with comments | « no previous file | content/common/gpu/media/android_video_decode_accelerator.cc » ('j') | media/mojo/services/mojo_cdm_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698