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

Unified Diff: content/gpu/BUILD.gn

Issue 1320453003: media: Support MojoMediaApplication in GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 2 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: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 879f744879ecccfe8a383da292ea5800095b78e2..b5d56da584dc165af9ff125a215693156db44a71 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -48,6 +48,10 @@ source_set("gpu_sources") {
"//ui/gl",
]
+ if (enable_mojo_media == "gpu") {
+ deps += [ "//media/mojo/services:application" ]
+ }
+
if (is_win) {
configs += [
"//third_party/khronos:khronos_headers",

Powered by Google App Engine
This is Rietveld 408576698