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

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

Issue 1153943003: Add foundation for removing AnimatableValues from StyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make ConversionInvalidators independent of the InterpolationPrimitive conversion result Created 5 years, 6 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 | Annotate | Revision Log
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 'animation/AnimationEffectTiming.cpp', 865 'animation/AnimationEffectTiming.cpp',
866 'animation/AnimationEffectTiming.h', 866 'animation/AnimationEffectTiming.h',
867 'animation/Animation.cpp', 867 'animation/Animation.cpp',
868 'animation/Animation.h', 868 'animation/Animation.h',
869 'animation/AnimationStack.cpp', 869 'animation/AnimationStack.cpp',
870 'animation/AnimationStack.h', 870 'animation/AnimationStack.h',
871 'animation/AnimationTimeline.cpp', 871 'animation/AnimationTimeline.cpp',
872 'animation/AnimationTimeline.h', 872 'animation/AnimationTimeline.h',
873 'animation/AnimationTranslationUtil.cpp', 873 'animation/AnimationTranslationUtil.cpp',
874 'animation/AnimationTranslationUtil.h', 874 'animation/AnimationTranslationUtil.h',
875 'animation/AnimationType.h',
876 'animation/AnimationValue.h',
877 'animation/CSSValueAnimationType.cpp',
878 'animation/CSSValueAnimationType.h',
875 'animation/CompositorAnimations.cpp', 879 'animation/CompositorAnimations.cpp',
876 'animation/CompositorAnimations.h', 880 'animation/CompositorAnimations.h',
877 'animation/CompositorAnimationsImpl.h', 881 'animation/CompositorAnimationsImpl.h',
878 'animation/CompositorPendingAnimations.cpp', 882 'animation/CompositorPendingAnimations.cpp',
879 'animation/CompositorPendingAnimations.h', 883 'animation/CompositorPendingAnimations.h',
880 'animation/ColorStyleInterpolation.cpp', 884 'animation/ColorStyleInterpolation.cpp',
881 'animation/ColorStyleInterpolation.h', 885 'animation/ColorStyleInterpolation.h',
882 'animation/ConstantStyleInterpolation.h', 886 'animation/ConstantStyleInterpolation.h',
883 'animation/DefaultSVGInterpolation.cpp', 887 'animation/DefaultSVGInterpolation.cpp',
884 'animation/DefaultSVGInterpolation.h', 888 'animation/DefaultSVGInterpolation.h',
(...skipping 19 matching lines...) Expand all
904 'animation/InertEffect.h', 908 'animation/InertEffect.h',
905 'animation/IntegerOptionalIntegerSVGInterpolation.cpp', 909 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
906 'animation/IntegerOptionalIntegerSVGInterpolation.h', 910 'animation/IntegerOptionalIntegerSVGInterpolation.h',
907 'animation/IntegerSVGInterpolation.h', 911 'animation/IntegerSVGInterpolation.h',
908 'animation/InterpolableValue.cpp', 912 'animation/InterpolableValue.cpp',
909 'animation/InterpolableValue.h', 913 'animation/InterpolableValue.h',
910 'animation/Interpolation.cpp', 914 'animation/Interpolation.cpp',
911 'animation/Interpolation.h', 915 'animation/Interpolation.h',
912 'animation/InterpolationEffect.cpp', 916 'animation/InterpolationEffect.cpp',
913 'animation/InterpolationEffect.h', 917 'animation/InterpolationEffect.h',
918 'animation/InterpolationPrimitive.h',
919 'animation/InvalidatableStyleInterpolation.cpp',
920 'animation/InvalidatableStyleInterpolation.h',
914 'animation/KeyframeEffectModel.cpp', 921 'animation/KeyframeEffectModel.cpp',
915 'animation/KeyframeEffectModel.h', 922 'animation/KeyframeEffectModel.h',
916 'animation/LegacyStyleInterpolation.h', 923 'animation/LegacyStyleInterpolation.h',
917 'animation/LengthBoxStyleInterpolation.cpp', 924 'animation/LengthBoxStyleInterpolation.cpp',
918 'animation/LengthBoxStyleInterpolation.h', 925 'animation/LengthBoxStyleInterpolation.h',
919 'animation/LengthPairStyleInterpolation.cpp', 926 'animation/LengthPairStyleInterpolation.cpp',
920 'animation/LengthPairStyleInterpolation.h', 927 'animation/LengthPairStyleInterpolation.h',
921 'animation/LengthSVGInterpolation.cpp', 928 'animation/LengthSVGInterpolation.cpp',
922 'animation/LengthSVGInterpolation.h', 929 'animation/LengthSVGInterpolation.h',
923 'animation/LengthStyleInterpolation.cpp', 930 'animation/LengthStyleInterpolation.cpp',
924 'animation/LengthStyleInterpolation.h', 931 'animation/LengthStyleInterpolation.h',
932 'animation/NonInterpolableValue.h',
925 'animation/NumberOptionalNumberSVGInterpolation.h', 933 'animation/NumberOptionalNumberSVGInterpolation.h',
926 'animation/NumberSVGInterpolation.cpp', 934 'animation/NumberSVGInterpolation.cpp',
927 'animation/NumberSVGInterpolation.h', 935 'animation/NumberSVGInterpolation.h',
928 'animation/PropertyHandle.cpp', 936 'animation/PropertyHandle.cpp',
929 'animation/PropertyHandle.h', 937 'animation/PropertyHandle.h',
930 'animation/RectSVGInterpolation.cpp', 938 'animation/RectSVGInterpolation.cpp',
931 'animation/RectSVGInterpolation.h', 939 'animation/RectSVGInterpolation.h',
932 'animation/SVGInterpolation.cpp', 940 'animation/SVGInterpolation.cpp',
933 'animation/SVGInterpolation.h', 941 'animation/SVGInterpolation.h',
934 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 942 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
(...skipping 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after
3937 'style/OutlineValueTest.cpp', 3945 'style/OutlineValueTest.cpp',
3938 'style/SVGComputedStyleTest.cpp', 3946 'style/SVGComputedStyleTest.cpp',
3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3947 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3940 'testing/PrivateScriptTestTest.cpp', 3948 'testing/PrivateScriptTestTest.cpp',
3941 'timing/MemoryInfoTest.cpp', 3949 'timing/MemoryInfoTest.cpp',
3942 'workers/WorkerThreadTest.cpp', 3950 'workers/WorkerThreadTest.cpp',
3943 'xml/parser/SharedBufferReaderTest.cpp', 3951 'xml/parser/SharedBufferReaderTest.cpp',
3944 ], 3952 ],
3945 } 3953 }
3946 } 3954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698