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

Unified Diff: media/gpu/BUILD.gn

Issue 2876123004: media: Add mojo_media_config to media/gpu configs (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 7947c370c9f443b064577a79f6f8a95125f91c09..8010ced14729c9ec28dba669215728184f90d999 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -222,6 +222,7 @@ component("gpu") {
# media service. See http://crbug.com/522298
if (mojo_media_host == "gpu") {
deps += [ "//media:cdm_manager" ]
+ configs += [ "//media/mojo/services:mojo_media_config" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698