aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/libjpeg.gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-10 15:19:33 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-10 15:19:33 +0000
commit42416ee303307c5169573b059f5a0fca07908651 (patch)
tree30a44cc9d82c6f9bd15f4a431a422a568fab0995 /gyp/libjpeg.gyp
parentd0925240efb3732475e62966896716c28e9902b2 (diff)
Update DEPS to use only googlesource.com repositories.
R=borenet@google.com, scroggo@google.com Review URL: https://codereview.chromium.org/16136013 git-svn-id: http://skia.googlecode.com/svn/trunk@9488 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/libjpeg.gyp')
-rw-r--r--gyp/libjpeg.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index da2b9deadb..c365941c59 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -35,6 +35,10 @@
'target_name': 'libjpeg',
'type': 'static_library',
'sources': [
+ # we currently build skia's version of libjpeg-turbo without
+ # SIMD optimizations for simplicity
+ '../third_party/externals/libjpeg/jsimd_none.c',
+
'../third_party/externals/libjpeg/jcapimin.c',
'../third_party/externals/libjpeg/jcapistd.c',
'../third_party/externals/libjpeg/jccoefct.c',
@@ -78,6 +82,7 @@
'../third_party/externals/libjpeg/jidctflt.c',
'../third_party/externals/libjpeg/jidctfst.c',
'../third_party/externals/libjpeg/jidctint.c',
+ '../third_party/externals/libjpeg/jidctred.c',
'../third_party/externals/libjpeg/jinclude.h',
'../third_party/externals/libjpeg/jmemmgr.c',
'../third_party/externals/libjpeg/jmemnobs.c',
@@ -85,6 +90,7 @@
'../third_party/externals/libjpeg/jmorecfg.h',
'../third_party/externals/libjpeg/jpegint.h',
'../third_party/externals/libjpeg/jpeglib.h',
+ '../third_party/externals/libjpeg/jpeglibmangler.h',
'../third_party/externals/libjpeg/jquant1.c',
'../third_party/externals/libjpeg/jquant2.c',
'../third_party/externals/libjpeg/jutils.c',