diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 05:51:01 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 05:51:01 +0000 |
commit | 6990a1947220656e34e5d98d3cf6058af4757b7b (patch) | |
tree | cb994672f74777d384339b9d7920a2dce07a2d09 /third_party/iccjpeg | |
parent | d1d150f9b9363b439953544f8a0195a536befb8f (diff) | |
download | chromium_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/iccjpeg')
-rw-r--r-- | third_party/iccjpeg/iccjpeg.gyp | 5 |
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': [ + '.', + ], + }, }, ], } |