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

Unified Diff: media/gpu/BUILD.gn

Issue 2857953006: Extract CdmManager from MojoCdmService. (Closed)
Patch Set: Actually include cdm_manager.cc. Created 3 years, 8 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/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index a0e6fa1d0191189cbb3b284a92e851f1b5478880..dc9c400b5eeefcfddceeaeff9aa4cf2a884e42b7 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -223,7 +223,7 @@ component("gpu") {
# Remove this dependency after VDAs are also running as part of the mojo
# media service. See http://crbug.com/522298
if (mojo_media_host == "gpu") {
- deps += [ "//media/mojo/services" ]
+ deps += [ "//media:cdm_manager" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698