summaryrefslogtreecommitdiffstats
path: root/content/renderer/BUILD.gn
diff options
context:
space:
mode:
authorxhwang <xhwang@chromium.org>2015-06-25 02:17:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-25 09:18:23 +0000
commite70b7ee129f05a3f838f1bc92efc0a44967a5f2f (patch)
treeed0bd06652fcb450e333b4d36f36d604eb67f024 /content/renderer/BUILD.gn
parentcc4a8e1227c9d931f3189a1b435074641e896d9b (diff)
downloadchromium_src-e70b7ee129f05a3f838f1bc92efc0a44967a5f2f.zip
chromium_src-e70b7ee129f05a3f838f1bc92efc0a44967a5f2f.tar.gz
chromium_src-e70b7ee129f05a3f838f1bc92efc0a44967a5f2f.tar.bz2
media: Enable MojoMediaApplication in the utility process.
Also refactor GN args and macros about "enable_mojo_media" to support running MojoMediaApplication in the browser process or the utility process. BUG=479935 TEST=Media plays with MojoMediaApplication running in the utility process. Review URL: https://codereview.chromium.org/1201363002 Cr-Commit-Position: refs/heads/master@{#336104}
Diffstat (limited to 'content/renderer/BUILD.gn')
-rw-r--r--content/renderer/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index e187c3f..9c8e19e 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -193,7 +193,7 @@ source_set("renderer") {
]
}
- if (enable_media_mojo_renderer) {
+ if (enable_mojo_media != "none") {
deps += [ "//media/mojo/services:proxy" ]
}