From 8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Wed, 7 Apr 2010 19:27:24 +0000 Subject: 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 --- app/app.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'app/app.gyp') diff --git a/app/app.gyp b/app/app.gyp index f87f721..3267c75 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -45,6 +45,7 @@ 'l10n_util_unittest.cc', 'os_exchange_data_win_unittest.cc', 'run_all_unittests.cc', + 'slide_animation_unittest.cc', 'system_monitor_unittest.cc', 'test_suite.h', 'text_elider_unittest.cc', -- cgit v1.1