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

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

Issue 1069313002: Animation: FilterStyleInterpolation for animating filter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'animation/DocumentAnimation.h', 882 'animation/DocumentAnimation.h',
883 'animation/DocumentAnimations.cpp', 883 'animation/DocumentAnimations.cpp',
884 'animation/DocumentAnimations.h', 884 'animation/DocumentAnimations.h',
885 'animation/DoubleStyleInterpolation.h', 885 'animation/DoubleStyleInterpolation.h',
886 'animation/DoubleStyleInterpolation.cpp', 886 'animation/DoubleStyleInterpolation.cpp',
887 'animation/EffectInput.cpp', 887 'animation/EffectInput.cpp',
888 'animation/EffectInput.h', 888 'animation/EffectInput.h',
889 'animation/ElementAnimation.h', 889 'animation/ElementAnimation.h',
890 'animation/ElementAnimations.cpp', 890 'animation/ElementAnimations.cpp',
891 'animation/ElementAnimations.h', 891 'animation/ElementAnimations.h',
892 'animation/FilterStyleInterpolation.h',
893 'animation/FilterStyleInterpolation.cpp',
892 'animation/ImageSliceStyleInterpolation.cpp', 894 'animation/ImageSliceStyleInterpolation.cpp',
893 'animation/ImageSliceStyleInterpolation.h', 895 'animation/ImageSliceStyleInterpolation.h',
894 'animation/ImageStyleInterpolation.cpp', 896 'animation/ImageStyleInterpolation.cpp',
895 'animation/ImageStyleInterpolation.h', 897 'animation/ImageStyleInterpolation.h',
896 'animation/InertAnimation.cpp', 898 'animation/InertAnimation.cpp',
897 'animation/InertAnimation.h', 899 'animation/InertAnimation.h',
898 'animation/InterpolableValue.cpp', 900 'animation/InterpolableValue.cpp',
899 'animation/InterpolableValue.h', 901 'animation/InterpolableValue.h',
900 'animation/Interpolation.cpp', 902 'animation/Interpolation.cpp',
901 'animation/Interpolation.h', 903 'animation/Interpolation.h',
(...skipping 2781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3683 'animation/AnimationTestHelper.cpp', 3685 'animation/AnimationTestHelper.cpp',
3684 'animation/AnimationTestHelper.h', 3686 'animation/AnimationTestHelper.h',
3685 'animation/AnimationTimelineTest.cpp', 3687 'animation/AnimationTimelineTest.cpp',
3686 'animation/AnimationTranslationUtilTest.cpp', 3688 'animation/AnimationTranslationUtilTest.cpp',
3687 'animation/CompositorAnimationsTest.cpp', 3689 'animation/CompositorAnimationsTest.cpp',
3688 'animation/CompositorAnimationsTestHelper.h', 3690 'animation/CompositorAnimationsTestHelper.h',
3689 'animation/ColorStyleInterpolationTest.cpp', 3691 'animation/ColorStyleInterpolationTest.cpp',
3690 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3692 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3691 'animation/DoubleStyleInterpolationTest.cpp', 3693 'animation/DoubleStyleInterpolationTest.cpp',
3692 'animation/EffectInputTest.cpp', 3694 'animation/EffectInputTest.cpp',
3695 'animation/FilterStyleInterpolationTest.cpp',
3693 'animation/InterpolableValueTest.cpp', 3696 'animation/InterpolableValueTest.cpp',
3694 'animation/InterpolationEffectTest.cpp', 3697 'animation/InterpolationEffectTest.cpp',
3695 'animation/KeyframeEffectModelTest.cpp', 3698 'animation/KeyframeEffectModelTest.cpp',
3696 'animation/LengthBoxStyleInterpolationTest.cpp', 3699 'animation/LengthBoxStyleInterpolationTest.cpp',
3697 'animation/LengthPairStyleInterpolationTest.cpp', 3700 'animation/LengthPairStyleInterpolationTest.cpp',
3698 'animation/LengthStyleInterpolationTest.cpp', 3701 'animation/LengthStyleInterpolationTest.cpp',
3699 'animation/ListStyleInterpolationTest.cpp', 3702 'animation/ListStyleInterpolationTest.cpp',
3700 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp', 3703 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp',
3701 'animation/ShadowStyleInterpolationTest.cpp', 3704 'animation/ShadowStyleInterpolationTest.cpp',
3702 'animation/TimingCalculationsTest.cpp', 3705 'animation/TimingCalculationsTest.cpp',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
3809 'paint/LayoutObjectDrawingRecorderTest.cpp', 3812 'paint/LayoutObjectDrawingRecorderTest.cpp',
3810 'paint/TextPainterTest.cpp', 3813 'paint/TextPainterTest.cpp',
3811 'paint/ViewDisplayListTest.cpp', 3814 'paint/ViewDisplayListTest.cpp',
3812 'streams/ReadableStreamReaderTest.cpp', 3815 'streams/ReadableStreamReaderTest.cpp',
3813 'streams/ReadableStreamTest.cpp', 3816 'streams/ReadableStreamTest.cpp',
3814 'testing/PrivateScriptTestTest.cpp', 3817 'testing/PrivateScriptTestTest.cpp',
3815 'xml/parser/SharedBufferReaderTest.cpp', 3818 'xml/parser/SharedBufferReaderTest.cpp',
3816 ], 3819 ],
3817 } 3820 }
3818 } 3821 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698