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

Unified Diff: media/media_options.gni

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 1cb5a26cecafdbd2d5679487370e26cd302081d0..61464d48fdee0bb4292870187f939158c2144862 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -44,6 +44,8 @@ declare_args() {
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
+
+ enable_webrtc = !is_ios
}
# Use a second declare_args() to pick up possible overrides of |use_cras|.

Powered by Google App Engine
This is Rietveld 408576698