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

Unified Diff: webrtc/build/common.gypi

Issue 1978243002: Disable libyuv jpeg support on Android (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months 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 | « no previous file | webrtc/build/webrtc.gni » ('j') | webrtc/supplement.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 5335cc8b16a8ffe0f679977fe28435ad11e0185c..1f2839150236c48f2fd8290fe853e24f4d916d27 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -99,7 +99,6 @@
# Disable these to not build components which can be externally provided.
'build_expat%': 1,
'build_json%': 1,
- 'build_libjpeg%': 1,
'build_libsrtp%': 1,
'build_libvpx%': 1,
'build_libyuv%': 1,
@@ -203,9 +202,6 @@
'include_tests%': 1,
'restrict_webrtc_logging%': 0,
}],
- ['OS=="ios"', {
- 'build_libjpeg%': 0,
- }],
['target_arch=="arm" or target_arch=="arm64" or target_arch=="mipsel"', {
'prefer_fixed_point%': 1,
}],
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | webrtc/supplement.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698