diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 19:27:24 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 19:27:24 +0000 |
commit | 8bd8aa1f07df8752a74e79bbcfb6d49e8a49d517 (patch) | |
tree | 0e1be35cc0e0caea9d20d064f95a7a426fc8fa04 /app/app.gyp | |
parent | 4f9cd41c22af611e92609757fdcb3a5de01c3752 (diff) | |
download | chromium_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 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', |