summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 19:27:24 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 19:27:24 +0000
commit8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517 (patch)
tree0e1be35cc0e0caea9d20d064f95a7a426fc8fa04 /chrome/chrome_tests.gypi
parent4f9cd41c22af611e92609757fdcb3a5de01c3752 (diff)
downloadchromium_src-8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517.zip
chromium_src-8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517.tar.gz
chromium_src-8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517.tar.bz2
Tweaks to BoundsAnimator/SlideAnimation and TabStrip:
. Adds unit test for BoundsAnimator and SlideAnimation. . Fixes leak in BoundsAnimator. . Fixes possibility of deleting delegate twice. . Makes sure delegate is notified when new animation is set for view. . Fixes crashes in TabStrip that resulted from dragging a tab back in. BUG=40475 TEST=make sure dragging tabs out/in to a tabstrip doesn't cause problems. Review URL: http://codereview.chromium.org/1585020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f710254..a7b876d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -20,6 +20,7 @@
],
# TODO(jcampan): move these vars to views.gyp.
'views_unit_tests_sources': [
+ '../views/animation/bounds_animator_unittest.cc',
'../views/view_unittest.cc',
'../views/focus/focus_manager_unittest.cc',
'../views/controls/label_unittest.cc',