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

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: Add missing header file 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'animation/AnimationEffectTiming.cpp', 862 'animation/AnimationEffectTiming.cpp',
863 'animation/AnimationEffectTiming.h', 863 'animation/AnimationEffectTiming.h',
864 'animation/Animation.cpp', 864 'animation/Animation.cpp',
865 'animation/Animation.h', 865 'animation/Animation.h',
866 'animation/AnimationStack.cpp', 866 'animation/AnimationStack.cpp',
867 'animation/AnimationStack.h', 867 'animation/AnimationStack.h',
868 'animation/AnimationTimeline.cpp', 868 'animation/AnimationTimeline.cpp',
869 'animation/AnimationTimeline.h', 869 'animation/AnimationTimeline.h',
870 'animation/AnimationTranslationUtil.cpp', 870 'animation/AnimationTranslationUtil.cpp',
871 'animation/AnimationTranslationUtil.h', 871 'animation/AnimationTranslationUtil.h',
872 'animation/AnimationType.h',
873 'animation/AnimationValue.h',
872 'animation/CompositorAnimations.cpp', 874 'animation/CompositorAnimations.cpp',
873 'animation/CompositorAnimations.h', 875 'animation/CompositorAnimations.h',
874 'animation/CompositorAnimationsImpl.h', 876 'animation/CompositorAnimationsImpl.h',
875 'animation/CompositorPendingAnimations.cpp', 877 'animation/CompositorPendingAnimations.cpp',
876 'animation/CompositorPendingAnimations.h', 878 'animation/CompositorPendingAnimations.h',
877 'animation/ColorStyleInterpolation.cpp', 879 'animation/ColorStyleInterpolation.cpp',
878 'animation/ColorStyleInterpolation.h', 880 'animation/ColorStyleInterpolation.h',
879 'animation/ConstantStyleInterpolation.h', 881 'animation/ConstantStyleInterpolation.h',
882 'animation/DefaultAnimationType.cpp',
883 'animation/DefaultAnimationType.h',
880 'animation/DefaultSVGInterpolation.cpp', 884 'animation/DefaultSVGInterpolation.cpp',
881 'animation/DefaultSVGInterpolation.h', 885 'animation/DefaultSVGInterpolation.h',
882 'animation/DeferredLegacyStyleInterpolation.cpp', 886 'animation/DeferredLegacyStyleInterpolation.cpp',
883 'animation/DeferredLegacyStyleInterpolation.h', 887 'animation/DeferredLegacyStyleInterpolation.h',
884 'animation/DocumentAnimation.h', 888 'animation/DocumentAnimation.h',
885 'animation/DocumentAnimations.cpp', 889 'animation/DocumentAnimations.cpp',
886 'animation/DocumentAnimations.h', 890 'animation/DocumentAnimations.h',
887 'animation/DoubleStyleInterpolation.h', 891 'animation/DoubleStyleInterpolation.h',
888 'animation/DoubleStyleInterpolation.cpp', 892 'animation/DoubleStyleInterpolation.cpp',
889 'animation/EffectInput.cpp', 893 'animation/EffectInput.cpp',
(...skipping 11 matching lines...) Expand all
901 'animation/InertEffect.h', 905 'animation/InertEffect.h',
902 'animation/IntegerOptionalIntegerSVGInterpolation.cpp', 906 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
903 'animation/IntegerOptionalIntegerSVGInterpolation.h', 907 'animation/IntegerOptionalIntegerSVGInterpolation.h',
904 'animation/IntegerSVGInterpolation.h', 908 'animation/IntegerSVGInterpolation.h',
905 'animation/InterpolableValue.cpp', 909 'animation/InterpolableValue.cpp',
906 'animation/InterpolableValue.h', 910 'animation/InterpolableValue.h',
907 'animation/Interpolation.cpp', 911 'animation/Interpolation.cpp',
908 'animation/Interpolation.h', 912 'animation/Interpolation.h',
909 'animation/InterpolationEffect.cpp', 913 'animation/InterpolationEffect.cpp',
910 'animation/InterpolationEffect.h', 914 'animation/InterpolationEffect.h',
915 'animation/InterpolationInvalidators.h',
916 'animation/InvalidatableStyleInterpolation.cpp',
917 'animation/InvalidatableStyleInterpolation.h',
911 'animation/KeyframeEffectModel.cpp', 918 'animation/KeyframeEffectModel.cpp',
912 'animation/KeyframeEffectModel.h', 919 'animation/KeyframeEffectModel.h',
913 'animation/LegacyStyleInterpolation.h', 920 'animation/LegacyStyleInterpolation.h',
914 'animation/LengthBoxStyleInterpolation.cpp', 921 'animation/LengthBoxStyleInterpolation.cpp',
915 'animation/LengthBoxStyleInterpolation.h', 922 'animation/LengthBoxStyleInterpolation.h',
916 'animation/LengthPairStyleInterpolation.cpp', 923 'animation/LengthPairStyleInterpolation.cpp',
917 'animation/LengthPairStyleInterpolation.h', 924 'animation/LengthPairStyleInterpolation.h',
918 'animation/LengthSVGInterpolation.cpp', 925 'animation/LengthSVGInterpolation.cpp',
919 'animation/LengthSVGInterpolation.h', 926 'animation/LengthSVGInterpolation.h',
920 'animation/LengthStyleInterpolation.cpp', 927 'animation/LengthStyleInterpolation.cpp',
921 'animation/LengthStyleInterpolation.h', 928 'animation/LengthStyleInterpolation.h',
929 'animation/NonInterpolableValue.h',
922 'animation/NumberOptionalNumberSVGInterpolation.h', 930 'animation/NumberOptionalNumberSVGInterpolation.h',
923 'animation/NumberSVGInterpolation.cpp', 931 'animation/NumberSVGInterpolation.cpp',
924 'animation/NumberSVGInterpolation.h', 932 'animation/NumberSVGInterpolation.h',
925 'animation/PropertyHandle.cpp', 933 'animation/PropertyHandle.cpp',
926 'animation/PropertyHandle.h', 934 'animation/PropertyHandle.h',
927 'animation/RectSVGInterpolation.cpp', 935 'animation/RectSVGInterpolation.cpp',
928 'animation/RectSVGInterpolation.h', 936 'animation/RectSVGInterpolation.h',
929 'animation/SVGInterpolation.cpp', 937 'animation/SVGInterpolation.cpp',
930 'animation/SVGInterpolation.h', 938 'animation/SVGInterpolation.h',
931 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 939 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
(...skipping 2976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/ComputedStyleTest.cpp', 3916 'style/ComputedStyleTest.cpp',
3909 'style/OutlineValueTest.cpp', 3917 'style/OutlineValueTest.cpp',
3910 'style/SVGComputedStyleTest.cpp', 3918 'style/SVGComputedStyleTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3919 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3920 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3921 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3922 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3923 ],
3916 } 3924 }
3917 } 3925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698