summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-25 19:30:24 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-25 19:30:24 +0000
commit87ecde9bc0017384d98b195dfd7e76dae63ac504 (patch)
tree13a7e43e7e934765443c06ad40f0ed939615c2b6 /cc/cc_tests.gyp
parent150e25b76db47d0b0a2edfe27d79a5b1a6f55d07 (diff)
downloadchromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.zip
chromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.tar.gz
chromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.tar.bz2
cc: Define ScrollOffsetAnimationCurve
This defines ScrollOffsetAnimationCurve, which will be used by the implementation of the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/60113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 4683294..1699577 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -9,6 +9,7 @@
'animation/animation_unittest.cc',
'animation/keyframed_animation_curve_unittest.cc',
'animation/layer_animation_controller_unittest.cc',
+ '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',