summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 04:55:07 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 04:55:07 +0000
commit1b1be7c0dafd41d2d66a6c6ec1790a43b676c1b0 (patch)
tree020c667ccae41bf9fa5d4856d635d71ab440b8b7 /views/views.gyp
parente7a1258df3b509726bc4dffe2a520c6318d45af3 (diff)
downloadchromium_src-1b1be7c0dafd41d2d66a6c6ec1790a43b676c1b0.zip
chromium_src-1b1be7c0dafd41d2d66a6c6ec1790a43b676c1b0.tar.gz
chromium_src-1b1be7c0dafd41d2d66a6c6ec1790a43b676c1b0.tar.bz2
Adds a simple class for animating a views bounds from one location to
another. This is just a starting point, I need to integrate a lot of other things to make this really useful, but it's a start and something I'm going to use for the login manager. BUG=none TEST=none Review URL: http://codereview.chromium.org/593051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 144f17f..9888628 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -55,6 +55,8 @@
'accessibility/view_accessibility.h',
'accessibility/view_accessibility_wrapper.cc',
'accessibility/view_accessibility_wrapper.h',
+ 'animation/bounds_animator.cc',
+ 'animation/bounds_animator.h',
'background.cc',
'background.h',
'border.cc',