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

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: Add missing import 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
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 879f744879ecccfe8a383da292ea5800095b78e2..74c01427ef1f98803958102906e41e696f89d95f 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/ui.gni")
import("//content/content.gni")
+import("//media/media_options.gni")
# See //content/BUILD.gn for how this works.
group("gpu") {
@@ -48,6 +49,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",
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698