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

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

Issue 1210353004: Rename {Animation,Interpolation}Type and {Animation,Interpolation}Value (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 5 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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'animation/AnimationEffectTiming.cpp', 869 'animation/AnimationEffectTiming.cpp',
870 'animation/AnimationEffectTiming.h', 870 'animation/AnimationEffectTiming.h',
871 'animation/Animation.cpp', 871 'animation/Animation.cpp',
872 'animation/Animation.h', 872 'animation/Animation.h',
873 'animation/AnimationStack.cpp', 873 'animation/AnimationStack.cpp',
874 'animation/AnimationStack.h', 874 'animation/AnimationStack.h',
875 'animation/AnimationTimeline.cpp', 875 'animation/AnimationTimeline.cpp',
876 'animation/AnimationTimeline.h', 876 'animation/AnimationTimeline.h',
877 'animation/AnimationTranslationUtil.cpp', 877 'animation/AnimationTranslationUtil.cpp',
878 'animation/AnimationTranslationUtil.h', 878 'animation/AnimationTranslationUtil.h',
879 'animation/AnimationType.h', 879 'animation/CSSValueInterpolationType.cpp',
880 'animation/AnimationValue.h', 880 'animation/CSSValueInterpolationType.h',
881 'animation/CSSValueAnimationType.cpp',
882 'animation/CSSValueAnimationType.h',
883 'animation/CompositorAnimations.cpp', 881 'animation/CompositorAnimations.cpp',
884 'animation/CompositorAnimations.h', 882 'animation/CompositorAnimations.h',
885 'animation/CompositorAnimationsImpl.h', 883 'animation/CompositorAnimationsImpl.h',
886 'animation/CompositorPendingAnimations.cpp', 884 'animation/CompositorPendingAnimations.cpp',
887 'animation/CompositorPendingAnimations.h', 885 'animation/CompositorPendingAnimations.h',
888 'animation/ColorStyleInterpolation.cpp', 886 'animation/ColorStyleInterpolation.cpp',
889 'animation/ColorStyleInterpolation.h', 887 'animation/ColorStyleInterpolation.h',
890 'animation/ConstantStyleInterpolation.h', 888 'animation/ConstantStyleInterpolation.h',
891 'animation/DefaultSVGInterpolation.cpp', 889 'animation/DefaultSVGInterpolation.cpp',
892 'animation/DefaultSVGInterpolation.h', 890 'animation/DefaultSVGInterpolation.h',
(...skipping 19 matching lines...) Expand all
912 'animation/InertEffect.h', 910 'animation/InertEffect.h',
913 'animation/IntegerOptionalIntegerSVGInterpolation.cpp', 911 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
914 'animation/IntegerOptionalIntegerSVGInterpolation.h', 912 'animation/IntegerOptionalIntegerSVGInterpolation.h',
915 'animation/IntegerSVGInterpolation.h', 913 'animation/IntegerSVGInterpolation.h',
916 'animation/InterpolableValue.cpp', 914 'animation/InterpolableValue.cpp',
917 'animation/InterpolableValue.h', 915 'animation/InterpolableValue.h',
918 'animation/Interpolation.cpp', 916 'animation/Interpolation.cpp',
919 'animation/Interpolation.h', 917 'animation/Interpolation.h',
920 'animation/InterpolationEffect.cpp', 918 'animation/InterpolationEffect.cpp',
921 'animation/InterpolationEffect.h', 919 'animation/InterpolationEffect.h',
920 'animation/InterpolationType.h',
921 'animation/InterpolationValue.h',
922 'animation/InvalidatableStyleInterpolation.cpp', 922 'animation/InvalidatableStyleInterpolation.cpp',
923 'animation/InvalidatableStyleInterpolation.h', 923 'animation/InvalidatableStyleInterpolation.h',
924 'animation/KeyframeEffectModel.cpp', 924 'animation/KeyframeEffectModel.cpp',
925 'animation/KeyframeEffectModel.h', 925 'animation/KeyframeEffectModel.h',
926 'animation/LegacyStyleInterpolation.h', 926 'animation/LegacyStyleInterpolation.h',
927 'animation/LengthBoxStyleInterpolation.cpp', 927 'animation/LengthBoxStyleInterpolation.cpp',
928 'animation/LengthBoxStyleInterpolation.h', 928 'animation/LengthBoxStyleInterpolation.h',
929 'animation/LengthPairStyleInterpolation.cpp', 929 'animation/LengthPairStyleInterpolation.cpp',
930 'animation/LengthPairStyleInterpolation.h', 930 'animation/LengthPairStyleInterpolation.h',
931 'animation/LengthSVGInterpolation.cpp', 931 'animation/LengthSVGInterpolation.cpp',
(...skipping 3036 matching lines...) Expand 10 before | Expand all | Expand 10 after
3968 'style/OutlineValueTest.cpp', 3968 'style/OutlineValueTest.cpp',
3969 'style/SVGComputedStyleTest.cpp', 3969 'style/SVGComputedStyleTest.cpp',
3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3971 'testing/PrivateScriptTestTest.cpp', 3971 'testing/PrivateScriptTestTest.cpp',
3972 'timing/MemoryInfoTest.cpp', 3972 'timing/MemoryInfoTest.cpp',
3973 'workers/WorkerThreadTest.cpp', 3973 'workers/WorkerThreadTest.cpp',
3974 'xml/parser/SharedBufferReaderTest.cpp', 3974 'xml/parser/SharedBufferReaderTest.cpp',
3975 ], 3975 ],
3976 } 3976 }
3977 } 3977 }
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