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

Unified Diff: media/media_options.gni

Issue 1541513002: 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
« no previous file with comments | « media/media.gyp ('k') | media/media_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 96582e5af9e64d42cfbf4c351388b2b31fcfd3d6..62401b1eb42bdc0a7c07ea3f693784823ea7c986 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
}
« no previous file with comments | « media/media.gyp ('k') | media/media_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698