summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 19:39:04 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 19:39:04 +0000
commit800065dcdca61a5012b3e01059fab456d612e101 (patch)
treeaa0f8b9fe5d3f35a8859e40e2bc61e0da57b6aff /build
parentf168f21bc6839eeb68f5ce6ebacb94f132f98ac7 (diff)
downloadchromium_src-800065dcdca61a5012b3e01059fab456d612e101.zip
chromium_src-800065dcdca61a5012b3e01059fab456d612e101.tar.gz
chromium_src-800065dcdca61a5012b3e01059fab456d612e101.tar.bz2
Add qcms library for applying ICC color profile transforms to images. This
library is currently unused. http://codereview.chromium.org/4855001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 87fe78f..19fd005 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -43,6 +43,7 @@
'../third_party/modp_b64/modp_b64.gyp:*',
'../third_party/npapi/npapi.gyp:*',
'../third_party/ots/ots.gyp:*',
+ '../third_party/qcms/qcms.gyp:*',
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
'../third_party/zlib/zlib.gyp:*',