From 800065dcdca61a5012b3e01059fab456d612e101 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Fri, 12 Nov 2010 19:39:04 +0000 Subject: 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 --- build/all.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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:*', -- cgit v1.1