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

Unified Diff: third_party/BUILD.gn

Issue 548513002: android_webview: stop using system libjpeg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/common.gypi ('k') | third_party/libjpeg/libjpeg.gyp » ('j') | 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 a957e2fa0d238943a84e0242c490f1ec20ec2006..8c223ae92076f773733f2624573ce65a01cb2d85 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_android && is_android_webview_build
+ 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/common.gypi ('k') | third_party/libjpeg/libjpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698