| 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'animation/NumberAttributeFunctions.h', | 898 'animation/NumberAttributeFunctions.h', |
| 899 'animation/NumberPropertyFunctions.cpp', | 899 'animation/NumberPropertyFunctions.cpp', |
| 900 'animation/NumberPropertyFunctions.h', | 900 'animation/NumberPropertyFunctions.h', |
| 901 'animation/NumberSVGInterpolation.cpp', | 901 'animation/NumberSVGInterpolation.cpp', |
| 902 'animation/NumberSVGInterpolation.h', | 902 'animation/NumberSVGInterpolation.h', |
| 903 'animation/PaintPropertyFunctions.cpp', | 903 'animation/PaintPropertyFunctions.cpp', |
| 904 'animation/PaintPropertyFunctions.h', | 904 'animation/PaintPropertyFunctions.h', |
| 905 'animation/PrimitiveInterpolation.h', | 905 'animation/PrimitiveInterpolation.h', |
| 906 'animation/PropertyHandle.cpp', | 906 'animation/PropertyHandle.cpp', |
| 907 'animation/PropertyHandle.h', | 907 'animation/PropertyHandle.h', |
| 908 'animation/RectSVGInterpolation.cpp', | |
| 909 'animation/RectSVGInterpolation.h', | |
| 910 'animation/SVGAngleInterpolationType.cpp', | 908 'animation/SVGAngleInterpolationType.cpp', |
| 911 'animation/SVGAngleInterpolationType.h', | 909 'animation/SVGAngleInterpolationType.h', |
| 912 'animation/SVGIntegerInterpolationType.cpp', | 910 'animation/SVGIntegerInterpolationType.cpp', |
| 913 'animation/SVGIntegerInterpolationType.h', | 911 'animation/SVGIntegerInterpolationType.h', |
| 914 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', | 912 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', |
| 915 'animation/SVGIntegerOptionalIntegerInterpolationType.h', | 913 'animation/SVGIntegerOptionalIntegerInterpolationType.h', |
| 916 'animation/SVGInterpolation.cpp', | 914 'animation/SVGInterpolation.cpp', |
| 917 'animation/SVGInterpolation.h', | 915 'animation/SVGInterpolation.h', |
| 918 'animation/SVGInterpolationType.cpp', | 916 'animation/SVGInterpolationType.cpp', |
| 919 'animation/SVGInterpolationType.h', | 917 'animation/SVGInterpolationType.h', |
| 920 'animation/SVGNumberInterpolationType.cpp', | 918 'animation/SVGNumberInterpolationType.cpp', |
| 921 'animation/SVGNumberInterpolationType.h', | 919 'animation/SVGNumberInterpolationType.h', |
| 922 'animation/SVGNumberOptionalNumberInterpolationType.cpp', | 920 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
| 923 'animation/SVGNumberOptionalNumberInterpolationType.h', | 921 'animation/SVGNumberOptionalNumberInterpolationType.h', |
| 924 'animation/SVGPointListInterpolationType.cpp', | 922 'animation/SVGPointListInterpolationType.cpp', |
| 925 'animation/SVGPointListInterpolationType.h', | 923 'animation/SVGPointListInterpolationType.h', |
| 926 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 924 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
| 925 'animation/SVGRectInterpolationType.cpp', |
| 926 'animation/SVGRectInterpolationType.h', |
| 927 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 927 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 928 'animation/SVGValueInterpolationType.cpp', | 928 'animation/SVGValueInterpolationType.cpp', |
| 929 'animation/SVGValueInterpolationType.h', | 929 'animation/SVGValueInterpolationType.h', |
| 930 'animation/SampledEffect.cpp', | 930 'animation/SampledEffect.cpp', |
| 931 'animation/SampledEffect.h', | 931 'animation/SampledEffect.h', |
| 932 'animation/ListSVGInterpolation.h', | 932 'animation/ListSVGInterpolation.h', |
| 933 'animation/ListStyleInterpolation.h', | 933 'animation/ListStyleInterpolation.h', |
| 934 'animation/PathSVGInterpolation.cpp', | 934 'animation/PathSVGInterpolation.cpp', |
| 935 'animation/PathSVGInterpolation.h', | 935 'animation/PathSVGInterpolation.h', |
| 936 'animation/ShadowInterpolationFunctions.cpp', | 936 'animation/ShadowInterpolationFunctions.cpp', |
| (...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3931 'style/SVGComputedStyleTest.cpp', | 3931 'style/SVGComputedStyleTest.cpp', |
| 3932 'svg/SVGPathParserTest.cpp', | 3932 'svg/SVGPathParserTest.cpp', |
| 3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3934 'testing/PrivateScriptTestTest.cpp', | 3934 'testing/PrivateScriptTestTest.cpp', |
| 3935 'timing/MemoryInfoTest.cpp', | 3935 'timing/MemoryInfoTest.cpp', |
| 3936 'workers/WorkerThreadTest.cpp', | 3936 'workers/WorkerThreadTest.cpp', |
| 3937 'xml/parser/SharedBufferReaderTest.cpp', | 3937 'xml/parser/SharedBufferReaderTest.cpp', |
| 3938 ], | 3938 ], |
| 3939 } | 3939 } |
| 3940 } | 3940 } |
| OLD | NEW |