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

Unified Diff: gyp/libjpeg.gyp

Issue 1180983002: Switch SkJpegCode to libjpeg-turbo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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
Index: gyp/libjpeg.gyp
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 73072948854ee6ae4d797599d1553d52ccd78c1b..fe5afb89ae9285b9bd5debe6b078ba1b38749c45 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -20,10 +20,10 @@
'target_name': 'libjpeg',
'type': 'none',
'dependencies': [
- 'android_deps.gyp:jpeg',
+ '../third_party/libjpeg-turbo/libjpeg-turbo-code/libjpeg-turbo.gyp:libjpeg-turbo',
scroggo 2015/06/16 20:39:22 I don't see any reason not to use turbo on all pla
msarett 2015/06/18 21:06:10 Yes agreed.
],
'export_dependent_settings': [
- 'android_deps.gyp:jpeg',
+ '../third_party/libjpeg-turbo/libjpeg-turbo-code/libjpeg-turbo.gyp:libjpeg-turbo',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698