Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Side by Side Diff: Source/core/core.gypi

Issue 863863004: Implemented additive animations for length (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed AnimationStackTest Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'animation/ImageStyleInterpolation.cpp', 904 'animation/ImageStyleInterpolation.cpp',
905 'animation/ImageStyleInterpolation.h', 905 'animation/ImageStyleInterpolation.h',
906 'animation/InertAnimation.cpp', 906 'animation/InertAnimation.cpp',
907 'animation/InertAnimation.h', 907 'animation/InertAnimation.h',
908 'animation/InterpolableValue.cpp', 908 'animation/InterpolableValue.cpp',
909 'animation/InterpolableValue.h', 909 'animation/InterpolableValue.h',
910 'animation/Interpolation.cpp', 910 'animation/Interpolation.cpp',
911 'animation/Interpolation.h', 911 'animation/Interpolation.h',
912 'animation/InterpolationEffect.cpp', 912 'animation/InterpolationEffect.cpp',
913 'animation/InterpolationEffect.h', 913 'animation/InterpolationEffect.h',
914 'animation/InterpolationFactory.h',
915 'animation/InterpolationFactory.cpp',
914 'animation/KeyframeEffectModel.cpp', 916 'animation/KeyframeEffectModel.cpp',
915 'animation/KeyframeEffectModel.h', 917 'animation/KeyframeEffectModel.h',
916 'animation/LegacyStyleInterpolation.h', 918 'animation/LegacyStyleInterpolation.h',
917 'animation/LengthBoxStyleInterpolation.cpp', 919 'animation/LengthBoxStyleInterpolation.cpp',
918 'animation/LengthBoxStyleInterpolation.h', 920 'animation/LengthBoxStyleInterpolation.h',
919 'animation/LengthPairStyleInterpolation.cpp', 921 'animation/LengthPairStyleInterpolation.cpp',
920 'animation/LengthPairStyleInterpolation.h', 922 'animation/LengthPairStyleInterpolation.h',
921 'animation/LengthStyleInterpolation.cpp', 923 'animation/LengthStyleInterpolation.cpp',
922 'animation/LengthStyleInterpolation.h', 924 'animation/LengthStyleInterpolation.h',
923 'animation/SVGLengthStyleInterpolation.cpp', 925 'animation/SVGLengthStyleInterpolation.cpp',
(...skipping 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3806 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3807 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3808 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3809 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3810 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3811 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3812 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3813 ],
3812 } 3814 }
3813 } 3815 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698