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

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: ASSERT isValueList || CSSValueNone Created 5 years, 7 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
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/css/CSSValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'animation/DocumentAnimation.h', 885 'animation/DocumentAnimation.h',
886 'animation/DocumentAnimations.cpp', 886 'animation/DocumentAnimations.cpp',
887 'animation/DocumentAnimations.h', 887 'animation/DocumentAnimations.h',
888 'animation/DoubleStyleInterpolation.h', 888 'animation/DoubleStyleInterpolation.h',
889 'animation/DoubleStyleInterpolation.cpp', 889 'animation/DoubleStyleInterpolation.cpp',
890 'animation/EffectInput.cpp', 890 'animation/EffectInput.cpp',
891 'animation/EffectInput.h', 891 'animation/EffectInput.h',
892 'animation/ElementAnimation.h', 892 'animation/ElementAnimation.h',
893 'animation/ElementAnimations.cpp', 893 'animation/ElementAnimations.cpp',
894 'animation/ElementAnimations.h', 894 'animation/ElementAnimations.h',
895 'animation/FilterStyleInterpolation.h',
896 'animation/FilterStyleInterpolation.cpp',
895 'animation/ImageSliceStyleInterpolation.cpp', 897 'animation/ImageSliceStyleInterpolation.cpp',
896 'animation/ImageSliceStyleInterpolation.h', 898 'animation/ImageSliceStyleInterpolation.h',
897 'animation/ImageStyleInterpolation.cpp', 899 'animation/ImageStyleInterpolation.cpp',
898 'animation/ImageStyleInterpolation.h', 900 'animation/ImageStyleInterpolation.h',
899 'animation/InertAnimation.cpp', 901 'animation/InertAnimation.cpp',
900 'animation/InertAnimation.h', 902 'animation/InertAnimation.h',
901 'animation/IntegerOptionalIntegerSVGInterpolation.cpp', 903 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
902 'animation/IntegerOptionalIntegerSVGInterpolation.h', 904 'animation/IntegerOptionalIntegerSVGInterpolation.h',
903 'animation/IntegerSVGInterpolation.h', 905 'animation/IntegerSVGInterpolation.h',
904 'animation/InterpolableValue.cpp', 906 'animation/InterpolableValue.cpp',
(...skipping 2830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3735 'animation/AnimationTestHelper.cpp', 3737 'animation/AnimationTestHelper.cpp',
3736 'animation/AnimationTestHelper.h', 3738 'animation/AnimationTestHelper.h',
3737 'animation/AnimationTimelineTest.cpp', 3739 'animation/AnimationTimelineTest.cpp',
3738 'animation/AnimationTranslationUtilTest.cpp', 3740 'animation/AnimationTranslationUtilTest.cpp',
3739 'animation/CompositorAnimationsTest.cpp', 3741 'animation/CompositorAnimationsTest.cpp',
3740 'animation/CompositorAnimationsTestHelper.h', 3742 'animation/CompositorAnimationsTestHelper.h',
3741 'animation/ColorStyleInterpolationTest.cpp', 3743 'animation/ColorStyleInterpolationTest.cpp',
3742 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3744 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3743 'animation/DoubleStyleInterpolationTest.cpp', 3745 'animation/DoubleStyleInterpolationTest.cpp',
3744 'animation/EffectInputTest.cpp', 3746 'animation/EffectInputTest.cpp',
3747 'animation/FilterStyleInterpolationTest.cpp',
3745 'animation/InterpolableValueTest.cpp', 3748 'animation/InterpolableValueTest.cpp',
3746 'animation/InterpolationEffectTest.cpp', 3749 'animation/InterpolationEffectTest.cpp',
3747 'animation/KeyframeEffectModelTest.cpp', 3750 'animation/KeyframeEffectModelTest.cpp',
3748 'animation/LengthBoxStyleInterpolationTest.cpp', 3751 'animation/LengthBoxStyleInterpolationTest.cpp',
3749 'animation/LengthPairStyleInterpolationTest.cpp', 3752 'animation/LengthPairStyleInterpolationTest.cpp',
3750 'animation/LengthStyleInterpolationTest.cpp', 3753 'animation/LengthStyleInterpolationTest.cpp',
3751 'animation/ListStyleInterpolationTest.cpp', 3754 'animation/ListStyleInterpolationTest.cpp',
3752 'animation/PropertyHandleTest.cpp', 3755 'animation/PropertyHandleTest.cpp',
3753 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp', 3756 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp',
3754 'animation/ShadowStyleInterpolationTest.cpp', 3757 'animation/ShadowStyleInterpolationTest.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 'paint/LayerClipRecorderTest.cpp', 3872 'paint/LayerClipRecorderTest.cpp',
3870 'paint/LayoutObjectDrawingRecorderTest.cpp', 3873 'paint/LayoutObjectDrawingRecorderTest.cpp',
3871 'paint/TextPainterTest.cpp', 3874 'paint/TextPainterTest.cpp',
3872 'streams/ReadableStreamReaderTest.cpp', 3875 'streams/ReadableStreamReaderTest.cpp',
3873 'streams/ReadableStreamTest.cpp', 3876 'streams/ReadableStreamTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3877 'testing/PrivateScriptTestTest.cpp',
3875 'xml/parser/SharedBufferReaderTest.cpp', 3878 'xml/parser/SharedBufferReaderTest.cpp',
3876 ], 3879 ],
3877 } 3880 }
3878 } 3881 }
OLDNEW
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698