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

Unified Diff: third_party/BUILD.gn

Issue 1886443002: Revert "[iOS] Defaults to use system libjpeg on iOS." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put back "libs = [ ... ]" in system_libjpeg_config config Created 4 years, 8 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 | « build/secondary/third_party/libjpeg_turbo/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 6d97aafdbce05c75ea1a3ed68552d77ba115b94e..f3ea1273804e2635c3d33eb17d6a5d15f6ea69ce 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -8,7 +8,7 @@ if (is_android) {
declare_args() {
# Uses system libjpeg. If true, overrides use_libjpeg_turbo.
- use_system_libjpeg = is_ios
+ use_system_libjpeg = false
# Uses libjpeg_turbo as the jpeg implementation. Has no effect if
# use_system_libjpeg is set.
« no previous file with comments | « build/secondary/third_party/libjpeg_turbo/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698