| 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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 'animation/animatable/AnimatableLengthBox.h', | 973 'animation/animatable/AnimatableLengthBox.h', |
| 974 'animation/animatable/AnimatableLengthBoxAndBool.cpp', | 974 'animation/animatable/AnimatableLengthBoxAndBool.cpp', |
| 975 'animation/animatable/AnimatableLengthBoxAndBool.h', | 975 'animation/animatable/AnimatableLengthBoxAndBool.h', |
| 976 'animation/animatable/AnimatableLengthPoint.cpp', | 976 'animation/animatable/AnimatableLengthPoint.cpp', |
| 977 'animation/animatable/AnimatableLengthPoint.h', | 977 'animation/animatable/AnimatableLengthPoint.h', |
| 978 'animation/animatable/AnimatableLengthPoint3D.cpp', | 978 'animation/animatable/AnimatableLengthPoint3D.cpp', |
| 979 'animation/animatable/AnimatableLengthPoint3D.h', | 979 'animation/animatable/AnimatableLengthPoint3D.h', |
| 980 'animation/animatable/AnimatableLengthSize.cpp', | 980 'animation/animatable/AnimatableLengthSize.cpp', |
| 981 'animation/animatable/AnimatableLengthSize.h', | 981 'animation/animatable/AnimatableLengthSize.h', |
| 982 'animation/animatable/AnimatableNeutral.h', | 982 'animation/animatable/AnimatableNeutral.h', |
| 983 'animation/animatable/AnimatablePath.cpp', |
| 984 'animation/animatable/AnimatablePath.h', |
| 983 'animation/animatable/AnimatableRepeatable.cpp', | 985 'animation/animatable/AnimatableRepeatable.cpp', |
| 984 'animation/animatable/AnimatableRepeatable.h', | 986 'animation/animatable/AnimatableRepeatable.h', |
| 985 'animation/animatable/AnimatableSVGPaint.cpp', | 987 'animation/animatable/AnimatableSVGPaint.cpp', |
| 986 'animation/animatable/AnimatableSVGPaint.h', | 988 'animation/animatable/AnimatableSVGPaint.h', |
| 987 'animation/animatable/AnimatableShadow.cpp', | 989 'animation/animatable/AnimatableShadow.cpp', |
| 988 'animation/animatable/AnimatableShadow.h', | 990 'animation/animatable/AnimatableShadow.h', |
| 989 'animation/animatable/AnimatableShapeValue.cpp', | 991 'animation/animatable/AnimatableShapeValue.cpp', |
| 990 'animation/animatable/AnimatableShapeValue.h', | 992 'animation/animatable/AnimatableShapeValue.h', |
| 991 'animation/animatable/AnimatableStrokeDasharrayList.cpp', | 993 'animation/animatable/AnimatableStrokeDasharrayList.cpp', |
| 992 'animation/animatable/AnimatableStrokeDasharrayList.h', | 994 'animation/animatable/AnimatableStrokeDasharrayList.h', |
| (...skipping 2967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3960 'style/SVGComputedStyleTest.cpp', | 3962 'style/SVGComputedStyleTest.cpp', |
| 3961 'svg/SVGPathParserTest.cpp', | 3963 'svg/SVGPathParserTest.cpp', |
| 3962 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3964 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3963 'testing/PrivateScriptTestTest.cpp', | 3965 'testing/PrivateScriptTestTest.cpp', |
| 3964 'timing/MemoryInfoTest.cpp', | 3966 'timing/MemoryInfoTest.cpp', |
| 3965 'workers/WorkerThreadTest.cpp', | 3967 'workers/WorkerThreadTest.cpp', |
| 3966 'xml/parser/SharedBufferReaderTest.cpp', | 3968 'xml/parser/SharedBufferReaderTest.cpp', |
| 3967 ], | 3969 ], |
| 3968 } | 3970 } |
| 3969 } | 3971 } |
| OLD | NEW |