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

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: rebase only 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
« no previous file with comments | « content/utility/utility_process_control_impl.cc ('k') | media/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 00386d99099b0173a83bc5b8b0f596331575286c..856f9f567646718709478dab928374aaf2549c85 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -221,8 +221,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" ]
}
}
« no previous file with comments | « content/utility/utility_process_control_impl.cc ('k') | media/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698