OLD | NEW |
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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'animation/NumberSVGInterpolation.h', | 925 'animation/NumberSVGInterpolation.h', |
926 'animation/PaintPropertyFunctions.cpp', | 926 'animation/PaintPropertyFunctions.cpp', |
927 'animation/PaintPropertyFunctions.h', | 927 'animation/PaintPropertyFunctions.h', |
928 'animation/PrimitiveInterpolation.h', | 928 'animation/PrimitiveInterpolation.h', |
929 'animation/PropertyHandle.cpp', | 929 'animation/PropertyHandle.cpp', |
930 'animation/PropertyHandle.h', | 930 'animation/PropertyHandle.h', |
931 'animation/RectSVGInterpolation.cpp', | 931 'animation/RectSVGInterpolation.cpp', |
932 'animation/RectSVGInterpolation.h', | 932 'animation/RectSVGInterpolation.h', |
933 'animation/SVGInterpolation.cpp', | 933 'animation/SVGInterpolation.cpp', |
934 'animation/SVGInterpolation.h', | 934 'animation/SVGInterpolation.h', |
| 935 'animation/SVGInterpolationType.cpp', |
| 936 'animation/SVGInterpolationType.h', |
935 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 937 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
936 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 938 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 939 'animation/SVGValueInterpolationType.cpp', |
| 940 'animation/SVGValueInterpolationType.h', |
937 'animation/SampledEffect.cpp', | 941 'animation/SampledEffect.cpp', |
938 'animation/SampledEffect.h', | 942 'animation/SampledEffect.h', |
939 'animation/ListSVGInterpolation.h', | 943 'animation/ListSVGInterpolation.h', |
940 'animation/ListStyleInterpolation.h', | 944 'animation/ListStyleInterpolation.h', |
941 'animation/PathSVGInterpolation.cpp', | 945 'animation/PathSVGInterpolation.cpp', |
942 'animation/PathSVGInterpolation.h', | 946 'animation/PathSVGInterpolation.h', |
943 'animation/PointSVGInterpolation.h', | 947 'animation/PointSVGInterpolation.h', |
944 'animation/ShadowInterpolationFunctions.cpp', | 948 'animation/ShadowInterpolationFunctions.cpp', |
945 'animation/ShadowInterpolationFunctions.h', | 949 'animation/ShadowInterpolationFunctions.h', |
946 'animation/StringKeyframe.cpp', | 950 'animation/StringKeyframe.cpp', |
(...skipping 2987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3934 'style/SVGComputedStyleTest.cpp', | 3938 'style/SVGComputedStyleTest.cpp', |
3935 'svg/SVGPathParserTest.cpp', | 3939 'svg/SVGPathParserTest.cpp', |
3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3937 'testing/PrivateScriptTestTest.cpp', | 3941 'testing/PrivateScriptTestTest.cpp', |
3938 'timing/MemoryInfoTest.cpp', | 3942 'timing/MemoryInfoTest.cpp', |
3939 'workers/WorkerThreadTest.cpp', | 3943 'workers/WorkerThreadTest.cpp', |
3940 'xml/parser/SharedBufferReaderTest.cpp', | 3944 'xml/parser/SharedBufferReaderTest.cpp', |
3941 ], | 3945 ], |
3942 } | 3946 } |
3943 } | 3947 } |
OLD | NEW |