| 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 'animation/SVGInterpolationType.cpp', | 921 'animation/SVGInterpolationType.cpp', |
| 922 'animation/SVGInterpolationType.h', | 922 'animation/SVGInterpolationType.h', |
| 923 'animation/SVGLengthInterpolationType.cpp', | 923 'animation/SVGLengthInterpolationType.cpp', |
| 924 'animation/SVGLengthInterpolationType.h', | 924 'animation/SVGLengthInterpolationType.h', |
| 925 'animation/SVGNumberInterpolationType.cpp', | 925 'animation/SVGNumberInterpolationType.cpp', |
| 926 'animation/SVGNumberInterpolationType.h', | 926 'animation/SVGNumberInterpolationType.h', |
| 927 'animation/SVGNumberListInterpolationType.cpp', | 927 'animation/SVGNumberListInterpolationType.cpp', |
| 928 'animation/SVGNumberListInterpolationType.h', | 928 'animation/SVGNumberListInterpolationType.h', |
| 929 'animation/SVGNumberOptionalNumberInterpolationType.cpp', | 929 'animation/SVGNumberOptionalNumberInterpolationType.cpp', |
| 930 'animation/SVGNumberOptionalNumberInterpolationType.h', | 930 'animation/SVGNumberOptionalNumberInterpolationType.h', |
| 931 'animation/SVGPathInterpolationType.cpp', |
| 932 'animation/SVGPathInterpolationType.h', |
| 933 'animation/SVGPathSegInterpolationFunctions.cpp', |
| 934 'animation/SVGPathSegInterpolationFunctions.h', |
| 931 'animation/SVGPointListInterpolationType.cpp', | 935 'animation/SVGPointListInterpolationType.cpp', |
| 932 'animation/SVGPointListInterpolationType.h', | 936 'animation/SVGPointListInterpolationType.h', |
| 933 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', | 937 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', |
| 934 'animation/SVGRectInterpolationType.cpp', | 938 'animation/SVGRectInterpolationType.cpp', |
| 935 'animation/SVGRectInterpolationType.h', | 939 'animation/SVGRectInterpolationType.h', |
| 936 'animation/SVGStrokeDasharrayStyleInterpolation.h', | 940 'animation/SVGStrokeDasharrayStyleInterpolation.h', |
| 937 'animation/SVGTransformListInterpolationType.cpp', | 941 'animation/SVGTransformListInterpolationType.cpp', |
| 938 'animation/SVGTransformListInterpolationType.h', | 942 'animation/SVGTransformListInterpolationType.h', |
| 939 'animation/SVGValueInterpolationType.cpp', | 943 'animation/SVGValueInterpolationType.cpp', |
| 940 'animation/SVGValueInterpolationType.h', | 944 'animation/SVGValueInterpolationType.h', |
| 941 'animation/SampledEffect.cpp', | 945 'animation/SampledEffect.cpp', |
| 942 'animation/SampledEffect.h', | 946 'animation/SampledEffect.h', |
| 943 'animation/ListSVGInterpolation.h', | 947 'animation/ListSVGInterpolation.h', |
| 944 'animation/ListStyleInterpolation.h', | 948 'animation/ListStyleInterpolation.h', |
| 945 'animation/PathSVGInterpolation.cpp', | |
| 946 'animation/PathSVGInterpolation.h', | |
| 947 'animation/ShadowInterpolationFunctions.cpp', | 949 'animation/ShadowInterpolationFunctions.cpp', |
| 948 'animation/ShadowInterpolationFunctions.h', | 950 'animation/ShadowInterpolationFunctions.h', |
| 949 'animation/StringKeyframe.cpp', | 951 'animation/StringKeyframe.cpp', |
| 950 'animation/StringKeyframe.h', | 952 'animation/StringKeyframe.h', |
| 951 'animation/StyleInterpolation.h', | 953 'animation/StyleInterpolation.h', |
| 952 'animation/Timing.cpp', | 954 'animation/Timing.cpp', |
| 953 'animation/Timing.h', | 955 'animation/Timing.h', |
| 954 'animation/TimingCalculations.h', | 956 'animation/TimingCalculations.h', |
| 955 'animation/TimingInput.cpp', | 957 'animation/TimingInput.cpp', |
| 956 'animation/TimingInput.h', | 958 'animation/TimingInput.h', |
| (...skipping 3008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3965 'style/SVGComputedStyleTest.cpp', | 3967 'style/SVGComputedStyleTest.cpp', |
| 3966 'svg/SVGPathParserTest.cpp', | 3968 'svg/SVGPathParserTest.cpp', |
| 3967 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3969 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3968 'testing/PrivateScriptTestTest.cpp', | 3970 'testing/PrivateScriptTestTest.cpp', |
| 3969 'timing/MemoryInfoTest.cpp', | 3971 'timing/MemoryInfoTest.cpp', |
| 3970 'workers/WorkerThreadTest.cpp', | 3972 'workers/WorkerThreadTest.cpp', |
| 3971 'xml/parser/SharedBufferReaderTest.cpp', | 3973 'xml/parser/SharedBufferReaderTest.cpp', |
| 3972 ], | 3974 ], |
| 3973 } | 3975 } |
| 3974 } | 3976 } |
| OLD | NEW |