Skip to content

Commit

Permalink
[chromecast] Enables mojo:media everywhere.
Browse files Browse the repository at this point in the history
We had already enabled it on chromecast devices. This patch enables
it on desktop as well to gain test coverage on cast-linux buildbot.
The caveat for developers testing media on desktop is that only
audio works since the media service on desktop does not support
video yet.

BUG=571155

Review-Url: https://codereview.chromium.org/2279863003
Cr-Commit-Position: refs/heads/master@{#416102}
  • Loading branch information
alokp-chromium authored and Commit bot committed Sep 1, 2016
1 parent 22647f9 commit 3445a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/media_options.gni
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ declare_args() {
# |mojo_media_services|). When enabled, selected mojo paths will be enabled in
# the media pipeline and corresponding services will hosted in the selected
# remote process (e.g. "utility" process, see |mojo_media_host|).
enable_mojo_media = is_android || (is_chromecast && !is_cast_desktop_build)
enable_mojo_media = is_android || is_chromecast
}

# Use a second declare_args() to pick up possible overrides of enable_mojo_media
Expand Down

0 comments on commit 3445a2e

Please sign in to comment.