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

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 BUILD.gn. Created 5 years, 11 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/DEPS » ('j') | no next file with comments »
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 1c0b2893b6be4f876831b4253344d9ca9ca6b331..736cd5b3a4b1d8799db804272794205ba87b8a7b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -442,4 +442,8 @@ source_set("browser") {
if (is_linux && use_openssl) {
deps += [ "//third_party/boringssl" ]
}
+
+ if (enable_media_mojo_renderer) {
+ deps += [ "//media/mojo/services:renderer_service" ]
+ }
}
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698