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

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

Issue 1414413002: SVG Web Animations: Add SVGInterpolationType pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgAttributeReference
Patch Set: Move assert to not wrong location Created 5 years, 1 month 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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'animation/NumberSVGInterpolation.h', 904 'animation/NumberSVGInterpolation.h',
905 'animation/PaintPropertyFunctions.cpp', 905 'animation/PaintPropertyFunctions.cpp',
906 'animation/PaintPropertyFunctions.h', 906 'animation/PaintPropertyFunctions.h',
907 'animation/PrimitiveInterpolation.h', 907 'animation/PrimitiveInterpolation.h',
908 'animation/PropertyHandle.cpp', 908 'animation/PropertyHandle.cpp',
909 'animation/PropertyHandle.h', 909 'animation/PropertyHandle.h',
910 'animation/RectSVGInterpolation.cpp', 910 'animation/RectSVGInterpolation.cpp',
911 'animation/RectSVGInterpolation.h', 911 'animation/RectSVGInterpolation.h',
912 'animation/SVGInterpolation.cpp', 912 'animation/SVGInterpolation.cpp',
913 'animation/SVGInterpolation.h', 913 'animation/SVGInterpolation.h',
914 'animation/SVGInterpolationType.cpp',
915 'animation/SVGInterpolationType.h',
914 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 916 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
915 'animation/SVGStrokeDasharrayStyleInterpolation.h', 917 'animation/SVGStrokeDasharrayStyleInterpolation.h',
918 'animation/SVGValueInterpolationType.cpp',
919 'animation/SVGValueInterpolationType.h',
916 'animation/SampledEffect.cpp', 920 'animation/SampledEffect.cpp',
917 'animation/SampledEffect.h', 921 'animation/SampledEffect.h',
918 'animation/ListSVGInterpolation.h', 922 'animation/ListSVGInterpolation.h',
919 'animation/ListStyleInterpolation.h', 923 'animation/ListStyleInterpolation.h',
920 'animation/PathSVGInterpolation.cpp', 924 'animation/PathSVGInterpolation.cpp',
921 'animation/PathSVGInterpolation.h', 925 'animation/PathSVGInterpolation.h',
922 'animation/PointSVGInterpolation.h', 926 'animation/PointSVGInterpolation.h',
923 'animation/ShadowInterpolationFunctions.cpp', 927 'animation/ShadowInterpolationFunctions.cpp',
924 'animation/ShadowInterpolationFunctions.h', 928 'animation/ShadowInterpolationFunctions.h',
925 'animation/StringKeyframe.cpp', 929 'animation/StringKeyframe.cpp',
(...skipping 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'style/SVGComputedStyleTest.cpp', 3892 'style/SVGComputedStyleTest.cpp',
3889 'svg/SVGPathParserTest.cpp', 3893 'svg/SVGPathParserTest.cpp',
3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3894 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3891 'testing/PrivateScriptTestTest.cpp', 3895 'testing/PrivateScriptTestTest.cpp',
3892 'timing/MemoryInfoTest.cpp', 3896 'timing/MemoryInfoTest.cpp',
3893 'workers/WorkerThreadTest.cpp', 3897 'workers/WorkerThreadTest.cpp',
3894 'xml/parser/SharedBufferReaderTest.cpp', 3898 'xml/parser/SharedBufferReaderTest.cpp',
3895 ], 3899 ],
3896 } 3900 }
3897 } 3901 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGStaticStringList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698