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

Unified Diff: media/media_options.gni

Issue 1530063002: Switch from build-time to run-time flags for Project Spitzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 07b7fdee74d31e5956e9f465c6b12511caaae645..8b01806a61818a64047d0a55afc61bd868de58ae 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -20,8 +20,8 @@ declare_args() {
# decoding of VP9 and VP8A type content.
media_use_libvpx = true
- # Neither Android nor iOS use ffmpeg, libvpx.
- if (is_android || is_ios) {
+ # iOS doesn't use ffmpeg, libvpx.
+ if (is_ios) {
media_use_ffmpeg = false
media_use_libvpx = false
}

Powered by Google App Engine
This is Rietveld 408576698