summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 05:51:01 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 05:51:01 +0000
commit6990a1947220656e34e5d98d3cf6058af4757b7b (patch)
treecb994672f74777d384339b9d7920a2dce07a2d09 /third_party
parentd1d150f9b9363b439953544f8a0195a536befb8f (diff)
downloadchromium_src-6990a1947220656e34e5d98d3cf6058af4757b7b.zip
chromium_src-6990a1947220656e34e5d98d3cf6058af4757b7b.tar.gz
chromium_src-6990a1947220656e34e5d98d3cf6058af4757b7b.tar.bz2
Add include directory for ICC JPEG. Turns out this is required to actually use the library.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/iccjpeg/iccjpeg.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp
index e4ebd87..dfbeb50 100644
--- a/third_party/iccjpeg/iccjpeg.gyp
+++ b/third_party/iccjpeg/iccjpeg.gyp
@@ -15,6 +15,11 @@
'iccjpeg.c',
'iccjpeg.h',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '.',
+ ],
+ },
},
],
}