diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 11:34:04 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 11:34:04 +0000 |
commit | 2b58524da5241f175121a4b747f5cecc912fec6a (patch) | |
tree | d0ceb7b7782671b637411c734266798ecc0ec372 /cc/cc_tests.gyp | |
parent | 6dfd8b386c3e18c2db539487d1cc3f90c38a882a (diff) | |
download | chromium_src-2b58524da5241f175121a4b747f5cecc912fec6a.zip chromium_src-2b58524da5241f175121a4b747f5cecc912fec6a.tar.gz chromium_src-2b58524da5241f175121a4b747f5cecc912fec6a.tar.bz2 |
Add two new gfx::Tween::Types and use one of them for the timing function for the overview mode animation
BUG=334428
TEST=None
Review URL: https://codereview.chromium.org/143413020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index c61414c..aeed917 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -12,7 +12,6 @@ 'animation/scroll_offset_animation_curve_unittest.cc', 'animation/scrollbar_animation_controller_linear_fade_unittest.cc', 'animation/scrollbar_animation_controller_thinning_unittest.cc', - 'animation/timing_function_unittest.cc', 'animation/transform_operations_unittest.cc', 'base/float_quad_unittest.cc', 'base/math_util_unittest.cc', |