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

Unified Diff: content/browser/BUILD.gn

Issue 712463004: media: Support MojoRendererService in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN; Drop GYP. Created 6 years 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/DEPS » ('j') | content/renderer/render_frame_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 113bec62a7f6db961bf1213d27bde30ff44345c7..e11e335a39b0e45a01a2798b521e2ea4b6b8cadd 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -435,4 +435,8 @@ source_set("browser") {
"media/media_web_contents_observer.h",
]
}
+
+ if (enable_media_mojo_renderer) {
+ deps += [ "//media/mojo/services:renderer_service" ]
+ }
}
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/renderer/render_frame_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698