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

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

Issue 1512483004: Simplify and test SVGInterpolation effect application (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove removal Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/SVGInterpolation.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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'animation/PaintPropertyFunctions.h', 908 'animation/PaintPropertyFunctions.h',
909 'animation/PrimitiveInterpolation.h', 909 'animation/PrimitiveInterpolation.h',
910 'animation/PropertyHandle.cpp', 910 'animation/PropertyHandle.cpp',
911 'animation/PropertyHandle.h', 911 'animation/PropertyHandle.h',
912 'animation/SVGAngleInterpolationType.cpp', 912 'animation/SVGAngleInterpolationType.cpp',
913 'animation/SVGAngleInterpolationType.h', 913 'animation/SVGAngleInterpolationType.h',
914 'animation/SVGIntegerInterpolationType.cpp', 914 'animation/SVGIntegerInterpolationType.cpp',
915 'animation/SVGIntegerInterpolationType.h', 915 'animation/SVGIntegerInterpolationType.h',
916 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 916 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
917 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 917 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
918 'animation/SVGInterpolation.cpp',
919 'animation/SVGInterpolation.h', 918 'animation/SVGInterpolation.h',
920 'animation/SVGInterpolationType.cpp', 919 'animation/SVGInterpolationType.cpp',
921 'animation/SVGInterpolationType.h', 920 'animation/SVGInterpolationType.h',
922 'animation/SVGNumberInterpolationType.cpp', 921 'animation/SVGNumberInterpolationType.cpp',
923 'animation/SVGNumberInterpolationType.h', 922 'animation/SVGNumberInterpolationType.h',
924 'animation/SVGNumberListInterpolationType.cpp', 923 'animation/SVGNumberListInterpolationType.cpp',
925 'animation/SVGNumberListInterpolationType.h', 924 'animation/SVGNumberListInterpolationType.h',
926 'animation/SVGNumberOptionalNumberInterpolationType.cpp', 925 'animation/SVGNumberOptionalNumberInterpolationType.cpp',
927 'animation/SVGNumberOptionalNumberInterpolationType.h', 926 'animation/SVGNumberOptionalNumberInterpolationType.h',
928 'animation/SVGPointListInterpolationType.cpp', 927 'animation/SVGPointListInterpolationType.cpp',
(...skipping 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after
3949 'style/SVGComputedStyleTest.cpp', 3948 'style/SVGComputedStyleTest.cpp',
3950 'svg/SVGPathParserTest.cpp', 3949 'svg/SVGPathParserTest.cpp',
3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3950 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3952 'testing/PrivateScriptTestTest.cpp', 3951 'testing/PrivateScriptTestTest.cpp',
3953 'timing/MemoryInfoTest.cpp', 3952 'timing/MemoryInfoTest.cpp',
3954 'workers/WorkerThreadTest.cpp', 3953 'workers/WorkerThreadTest.cpp',
3955 'xml/parser/SharedBufferReaderTest.cpp', 3954 'xml/parser/SharedBufferReaderTest.cpp',
3956 ], 3955 ],
3957 } 3956 }
3958 } 3957 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/SVGInterpolation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698