| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3209 'svg/SVGAnimateTransformElement.h', | 3209 'svg/SVGAnimateTransformElement.h', |
| 3210 'svg/SVGAnimatedAngle.cpp', | 3210 'svg/SVGAnimatedAngle.cpp', |
| 3211 'svg/SVGAnimatedColor.cpp', | 3211 'svg/SVGAnimatedColor.cpp', |
| 3212 'svg/SVGAnimatedEnumerationBase.cpp', | 3212 'svg/SVGAnimatedEnumerationBase.cpp', |
| 3213 'svg/SVGAnimatedInteger.cpp', | 3213 'svg/SVGAnimatedInteger.cpp', |
| 3214 'svg/SVGAnimatedIntegerOptionalInteger.cpp', | 3214 'svg/SVGAnimatedIntegerOptionalInteger.cpp', |
| 3215 'svg/SVGAnimatedLength.cpp', | 3215 'svg/SVGAnimatedLength.cpp', |
| 3216 'svg/SVGAnimatedNumber.cpp', | 3216 'svg/SVGAnimatedNumber.cpp', |
| 3217 'svg/SVGAnimatedNumberOptionalNumber.cpp', | 3217 'svg/SVGAnimatedNumberOptionalNumber.cpp', |
| 3218 'svg/SVGAnimatedPath.cpp', | 3218 'svg/SVGAnimatedPath.cpp', |
| 3219 'svg/SVGAnimatedString.cpp', |
| 3220 'svg/SVGAnimatedString.h', |
| 3219 'svg/SVGAnimatedTypeAnimator.cpp', | 3221 'svg/SVGAnimatedTypeAnimator.cpp', |
| 3220 'svg/SVGAnimatedTypeAnimator.h', | 3222 'svg/SVGAnimatedTypeAnimator.h', |
| 3221 'svg/SVGAnimationElement.cpp', | 3223 'svg/SVGAnimationElement.cpp', |
| 3222 'svg/SVGAnimationElement.h', | 3224 'svg/SVGAnimationElement.h', |
| 3223 'svg/SVGBoolean.cpp', | 3225 'svg/SVGBoolean.cpp', |
| 3224 'svg/SVGBoolean.h', | 3226 'svg/SVGBoolean.h', |
| 3225 'svg/SVGCircleElement.cpp', | 3227 'svg/SVGCircleElement.cpp', |
| 3226 'svg/SVGCircleElement.h', | 3228 'svg/SVGCircleElement.h', |
| 3227 'svg/SVGClipPathElement.cpp', | 3229 'svg/SVGClipPathElement.cpp', |
| 3228 'svg/SVGClipPathElement.h', | 3230 'svg/SVGClipPathElement.h', |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3832 'paint/LayerClipRecorderTest.cpp', | 3834 'paint/LayerClipRecorderTest.cpp', |
| 3833 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3835 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3834 'paint/TextPainterTest.cpp', | 3836 'paint/TextPainterTest.cpp', |
| 3835 'streams/ReadableStreamReaderTest.cpp', | 3837 'streams/ReadableStreamReaderTest.cpp', |
| 3836 'streams/ReadableStreamTest.cpp', | 3838 'streams/ReadableStreamTest.cpp', |
| 3837 'testing/PrivateScriptTestTest.cpp', | 3839 'testing/PrivateScriptTestTest.cpp', |
| 3838 'xml/parser/SharedBufferReaderTest.cpp', | 3840 'xml/parser/SharedBufferReaderTest.cpp', |
| 3839 ], | 3841 ], |
| 3840 } | 3842 } |
| 3841 } | 3843 } |
| OLD | NEW |