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

Unified Diff: content/browser/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
« no previous file with comments | « no previous file | content/browser/mojo/mojo_shell_context.cc » ('j') | content/gpu/gpu_process_control_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 23dca61865debf74c1bafd5b68b868b9e2299f33..d6c8e24792659de6d255eb6e9d0ea374642fffd0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -492,6 +492,10 @@ source_set("browser") {
deps += [ "//third_party/boringssl" ]
}
+ if (enable_mojo_media != "none") {
+ configs += [ "//media/mojo/services:enable_mojo_media_config" ]
+ }
+
if (enable_mojo_media == "browser") {
deps += [ "//media/mojo/services:application" ]
}
« no previous file with comments | « no previous file | content/browser/mojo/mojo_shell_context.cc » ('j') | content/gpu/gpu_process_control_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698