diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 19:39:04 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-12 19:39:04 +0000 |
commit | 800065dcdca61a5012b3e01059fab456d612e101 (patch) | |
tree | aa0f8b9fe5d3f35a8859e40e2bc61e0da57b6aff /chrome/chrome.gyp | |
parent | f168f21bc6839eeb68f5ce6ebacb94f132f98ac7 (diff) | |
download | chromium_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 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e148da9..06b5374 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1652,6 +1652,7 @@ '../third_party/lzma_sdk/lzma_sdk.gyp:*', '../third_party/modp_b64/modp_b64.gyp:*', '../third_party/npapi/npapi.gyp:*', + '../third_party/qcms/qcms.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', '../webkit/support/webkit_support.gyp:*', |