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

Unified Diff: media/gpu/BUILD.gn

Issue 1968833002: media: Make media mojo services a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn style Created 4 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
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 09f394371349fd0050ff9f5c0c9cfbfe7091d838..5a49f77874c8b9dd694d0f5908dba7103c7b100d 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -218,8 +218,11 @@ component("gpu") {
]
}
+ # TODO(xhwang): This is needed for AVDA to access the CDM directly.
+ # Remove this dependency after VDAs are also running as part of the mojo
+ # media application. See http://crbug.com/522298
if (mojo_media_host == "gpu") {
- deps += [ "//media/mojo/services:cdm_service" ]
+ deps += [ "//media/mojo/services" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698