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

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

Issue 1607633003: Code cleanup: Remove SVGInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused assertion variable to make release compile Created 4 years, 11 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
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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'animation/CSSVisibilityInterpolationType.cpp', 867 'animation/CSSVisibilityInterpolationType.cpp',
868 'animation/CSSVisibilityInterpolationType.h', 868 'animation/CSSVisibilityInterpolationType.h',
869 'animation/CompositorAnimations.cpp', 869 'animation/CompositorAnimations.cpp',
870 'animation/CompositorAnimations.h', 870 'animation/CompositorAnimations.h',
871 'animation/CompositorAnimationsImpl.h', 871 'animation/CompositorAnimationsImpl.h',
872 'animation/CompositorPendingAnimations.cpp', 872 'animation/CompositorPendingAnimations.cpp',
873 'animation/CompositorPendingAnimations.h', 873 'animation/CompositorPendingAnimations.h',
874 'animation/ColorPropertyFunctions.cpp', 874 'animation/ColorPropertyFunctions.cpp',
875 'animation/ColorPropertyFunctions.h', 875 'animation/ColorPropertyFunctions.h',
876 'animation/ConstantStyleInterpolation.h', 876 'animation/ConstantStyleInterpolation.h',
877 'animation/DefaultSVGInterpolation.cpp',
878 'animation/DefaultSVGInterpolation.h',
879 'animation/DeferredLegacyStyleInterpolation.cpp', 877 'animation/DeferredLegacyStyleInterpolation.cpp',
880 'animation/DeferredLegacyStyleInterpolation.h', 878 'animation/DeferredLegacyStyleInterpolation.h',
881 'animation/DocumentAnimation.h', 879 'animation/DocumentAnimation.h',
882 'animation/DocumentAnimations.cpp', 880 'animation/DocumentAnimations.cpp',
883 'animation/DocumentAnimations.h', 881 'animation/DocumentAnimations.h',
884 'animation/DoubleStyleInterpolation.h', 882 'animation/DoubleStyleInterpolation.h',
885 'animation/DoubleStyleInterpolation.cpp', 883 'animation/DoubleStyleInterpolation.cpp',
886 'animation/EffectInput.cpp', 884 'animation/EffectInput.cpp',
887 'animation/EffectInput.h', 885 'animation/EffectInput.h',
888 'animation/ElementAnimation.h', 886 'animation/ElementAnimation.h',
(...skipping 27 matching lines...) Expand all
916 'animation/LengthPropertyFunctions.cpp', 914 'animation/LengthPropertyFunctions.cpp',
917 'animation/LengthPropertyFunctions.h', 915 'animation/LengthPropertyFunctions.h',
918 'animation/LengthStyleInterpolation.cpp', 916 'animation/LengthStyleInterpolation.cpp',
919 'animation/LengthStyleInterpolation.h', 917 'animation/LengthStyleInterpolation.h',
920 'animation/ListInterpolationFunctions.cpp', 918 'animation/ListInterpolationFunctions.cpp',
921 'animation/ListInterpolationFunctions.h', 919 'animation/ListInterpolationFunctions.h',
922 'animation/NonInterpolableValue.h', 920 'animation/NonInterpolableValue.h',
923 'animation/NumberAttributeFunctions.h', 921 'animation/NumberAttributeFunctions.h',
924 'animation/NumberPropertyFunctions.cpp', 922 'animation/NumberPropertyFunctions.cpp',
925 'animation/NumberPropertyFunctions.h', 923 'animation/NumberPropertyFunctions.h',
926 'animation/NumberSVGInterpolation.cpp',
927 'animation/NumberSVGInterpolation.h',
928 'animation/PaintPropertyFunctions.cpp', 924 'animation/PaintPropertyFunctions.cpp',
929 'animation/PaintPropertyFunctions.h', 925 'animation/PaintPropertyFunctions.h',
930 'animation/PathInterpolationFunctions.cpp', 926 'animation/PathInterpolationFunctions.cpp',
931 'animation/PathInterpolationFunctions.h', 927 'animation/PathInterpolationFunctions.h',
932 'animation/PrimitiveInterpolation.h', 928 'animation/PrimitiveInterpolation.h',
933 'animation/PropertyHandle.cpp', 929 'animation/PropertyHandle.cpp',
934 'animation/PropertyHandle.h', 930 'animation/PropertyHandle.h',
935 'animation/SVGAngleInterpolationType.cpp', 931 'animation/SVGAngleInterpolationType.cpp',
936 'animation/SVGAngleInterpolationType.h', 932 'animation/SVGAngleInterpolationType.h',
937 'animation/SVGIntegerInterpolationType.cpp', 933 'animation/SVGIntegerInterpolationType.cpp',
938 'animation/SVGIntegerInterpolationType.h', 934 'animation/SVGIntegerInterpolationType.h',
939 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 935 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
940 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 936 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
941 'animation/SVGInterpolation.h',
942 'animation/SVGInterpolationType.cpp', 937 'animation/SVGInterpolationType.cpp',
943 'animation/SVGInterpolationType.h', 938 'animation/SVGInterpolationType.h',
944 'animation/SVGLengthInterpolationType.cpp', 939 'animation/SVGLengthInterpolationType.cpp',
945 'animation/SVGLengthInterpolationType.h', 940 'animation/SVGLengthInterpolationType.h',
946 'animation/SVGLengthListInterpolationType.cpp', 941 'animation/SVGLengthListInterpolationType.cpp',
947 'animation/SVGLengthListInterpolationType.h', 942 'animation/SVGLengthListInterpolationType.h',
948 'animation/SVGNumberInterpolationType.cpp', 943 'animation/SVGNumberInterpolationType.cpp',
949 'animation/SVGNumberInterpolationType.h', 944 'animation/SVGNumberInterpolationType.h',
950 'animation/SVGNumberListInterpolationType.cpp', 945 'animation/SVGNumberListInterpolationType.cpp',
951 'animation/SVGNumberListInterpolationType.h', 946 'animation/SVGNumberListInterpolationType.h',
(...skipping 3077 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'style/SVGComputedStyleTest.cpp', 4024 'style/SVGComputedStyleTest.cpp',
4030 'svg/SVGPathParserTest.cpp', 4025 'svg/SVGPathParserTest.cpp',
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4032 'testing/PrivateScriptTestTest.cpp', 4027 'testing/PrivateScriptTestTest.cpp',
4033 'timing/MemoryInfoTest.cpp', 4028 'timing/MemoryInfoTest.cpp',
4034 'workers/WorkerThreadTest.cpp', 4029 'workers/WorkerThreadTest.cpp',
4035 'xml/parser/SharedBufferReaderTest.cpp', 4030 'xml/parser/SharedBufferReaderTest.cpp',
4036 ], 4031 ],
4037 } 4032 }
4038 } 4033 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698