summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authormotek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-04 16:52:52 +0000
committermotek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-04 16:52:52 +0000
commite7338783c12381e22253260ffafdd037095ade0d (patch)
treec7ed96227fc68a95b4869298c2c923cf963a9f74 /ui/ui.gyp
parentf335421145bb7f82c60fb9d61babcd6ce2e4b21e (diff)
downloadchromium_src-e7338783c12381e22253260ffafdd037095ade0d.zip
chromium_src-e7338783c12381e22253260ffafdd037095ade0d.tar.gz
chromium_src-e7338783c12381e22253260ffafdd037095ade0d.tar.bz2
Added Matrix3F class to gfx.
Will need it to implement color decomposition for thumbnails. BUG=155269 Review URL: https://chromiumcodereview.appspot.com/12096069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index a3f93d7..1744c05 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -407,6 +407,8 @@
'gfx/interpolated_transform.cc',
'gfx/interpolated_transform.h',
'gfx/mac/scoped_ns_disable_screen_updates.h',
+ 'gfx/matrix3_f.cc',
+ 'gfx/matrix3_f.h',
'gfx/native_widget_types.h',
'gfx/pango_util.cc',
'gfx/pango_util.h',