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

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: Review changes 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
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'animation/AnimationEffectTiming.cpp', 871 'animation/AnimationEffectTiming.cpp',
872 'animation/AnimationEffectTiming.h', 872 'animation/AnimationEffectTiming.h',
873 'animation/Animation.cpp', 873 'animation/Animation.cpp',
874 'animation/Animation.h', 874 'animation/Animation.h',
875 'animation/AnimationStack.cpp', 875 'animation/AnimationStack.cpp',
876 'animation/AnimationStack.h', 876 'animation/AnimationStack.h',
877 'animation/AnimationTimeline.cpp', 877 'animation/AnimationTimeline.cpp',
878 'animation/AnimationTimeline.h', 878 'animation/AnimationTimeline.h',
879 'animation/AnimationTranslationUtil.cpp', 879 'animation/AnimationTranslationUtil.cpp',
880 'animation/AnimationTranslationUtil.h', 880 'animation/AnimationTranslationUtil.h',
881 'animation/AnimationType.h',
882 'animation/AnimationValue.h',
883 'animation/CSSValueAnimationType.cpp',
884 'animation/CSSValueAnimationType.h',
881 'animation/CompositorAnimations.cpp', 885 'animation/CompositorAnimations.cpp',
882 'animation/CompositorAnimations.h', 886 'animation/CompositorAnimations.h',
883 'animation/CompositorAnimationsImpl.h', 887 'animation/CompositorAnimationsImpl.h',
884 'animation/CompositorPendingAnimations.cpp', 888 'animation/CompositorPendingAnimations.cpp',
885 'animation/CompositorPendingAnimations.h', 889 'animation/CompositorPendingAnimations.h',
886 'animation/ColorStyleInterpolation.cpp', 890 'animation/ColorStyleInterpolation.cpp',
887 'animation/ColorStyleInterpolation.h', 891 'animation/ColorStyleInterpolation.h',
888 'animation/ConstantStyleInterpolation.h', 892 'animation/ConstantStyleInterpolation.h',
889 'animation/DefaultSVGInterpolation.cpp', 893 'animation/DefaultSVGInterpolation.cpp',
890 'animation/DefaultSVGInterpolation.h', 894 'animation/DefaultSVGInterpolation.h',
(...skipping 19 matching lines...) Expand all
910 'animation/InertEffect.h', 914 'animation/InertEffect.h',
911 'animation/IntegerOptionalIntegerSVGInterpolation.cpp', 915 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
912 'animation/IntegerOptionalIntegerSVGInterpolation.h', 916 'animation/IntegerOptionalIntegerSVGInterpolation.h',
913 'animation/IntegerSVGInterpolation.h', 917 'animation/IntegerSVGInterpolation.h',
914 'animation/InterpolableValue.cpp', 918 'animation/InterpolableValue.cpp',
915 'animation/InterpolableValue.h', 919 'animation/InterpolableValue.h',
916 'animation/Interpolation.cpp', 920 'animation/Interpolation.cpp',
917 'animation/Interpolation.h', 921 'animation/Interpolation.h',
918 'animation/InterpolationEffect.cpp', 922 'animation/InterpolationEffect.cpp',
919 'animation/InterpolationEffect.h', 923 'animation/InterpolationEffect.h',
924 'animation/InvalidatableStyleInterpolation.cpp',
925 'animation/InvalidatableStyleInterpolation.h',
920 'animation/KeyframeEffectModel.cpp', 926 'animation/KeyframeEffectModel.cpp',
921 'animation/KeyframeEffectModel.h', 927 'animation/KeyframeEffectModel.h',
922 'animation/LegacyStyleInterpolation.h', 928 'animation/LegacyStyleInterpolation.h',
923 'animation/LengthBoxStyleInterpolation.cpp', 929 'animation/LengthBoxStyleInterpolation.cpp',
924 'animation/LengthBoxStyleInterpolation.h', 930 'animation/LengthBoxStyleInterpolation.h',
925 'animation/LengthPairStyleInterpolation.cpp', 931 'animation/LengthPairStyleInterpolation.cpp',
926 'animation/LengthPairStyleInterpolation.h', 932 'animation/LengthPairStyleInterpolation.h',
927 'animation/LengthSVGInterpolation.cpp', 933 'animation/LengthSVGInterpolation.cpp',
928 'animation/LengthSVGInterpolation.h', 934 'animation/LengthSVGInterpolation.h',
929 'animation/LengthStyleInterpolation.cpp', 935 'animation/LengthStyleInterpolation.cpp',
930 'animation/LengthStyleInterpolation.h', 936 'animation/LengthStyleInterpolation.h',
937 'animation/NonInterpolableValue.h',
931 'animation/NumberOptionalNumberSVGInterpolation.h', 938 'animation/NumberOptionalNumberSVGInterpolation.h',
932 'animation/NumberSVGInterpolation.cpp', 939 'animation/NumberSVGInterpolation.cpp',
933 'animation/NumberSVGInterpolation.h', 940 'animation/NumberSVGInterpolation.h',
941 'animation/PrimitiveInterpolation.h',
934 'animation/PropertyHandle.cpp', 942 'animation/PropertyHandle.cpp',
935 'animation/PropertyHandle.h', 943 'animation/PropertyHandle.h',
936 'animation/RectSVGInterpolation.cpp', 944 'animation/RectSVGInterpolation.cpp',
937 'animation/RectSVGInterpolation.h', 945 'animation/RectSVGInterpolation.h',
938 'animation/SVGInterpolation.cpp', 946 'animation/SVGInterpolation.cpp',
939 'animation/SVGInterpolation.h', 947 'animation/SVGInterpolation.h',
940 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 948 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
941 'animation/SVGStrokeDasharrayStyleInterpolation.h', 949 'animation/SVGStrokeDasharrayStyleInterpolation.h',
942 'animation/SampledEffect.cpp', 950 'animation/SampledEffect.cpp',
943 'animation/SampledEffect.h', 951 'animation/SampledEffect.h',
(...skipping 3009 matching lines...) Expand 10 before | Expand all | Expand 10 after
3953 'style/OutlineValueTest.cpp', 3961 'style/OutlineValueTest.cpp',
3954 'style/SVGComputedStyleTest.cpp', 3962 'style/SVGComputedStyleTest.cpp',
3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3963 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3956 'testing/PrivateScriptTestTest.cpp', 3964 'testing/PrivateScriptTestTest.cpp',
3957 'timing/MemoryInfoTest.cpp', 3965 'timing/MemoryInfoTest.cpp',
3958 'workers/WorkerThreadTest.cpp', 3966 'workers/WorkerThreadTest.cpp',
3959 'xml/parser/SharedBufferReaderTest.cpp', 3967 'xml/parser/SharedBufferReaderTest.cpp',
3960 ], 3968 ],
3961 } 3969 }
3962 } 3970 }
OLDNEW
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698