| 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 3340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3351 'svg/SVGAngleTearOff.cpp', | 3351 'svg/SVGAngleTearOff.cpp', |
| 3352 'svg/SVGAnimateElement.cpp', | 3352 'svg/SVGAnimateElement.cpp', |
| 3353 'svg/SVGAnimateElement.h', | 3353 'svg/SVGAnimateElement.h', |
| 3354 'svg/SVGAnimateMotionElement.cpp', | 3354 'svg/SVGAnimateMotionElement.cpp', |
| 3355 'svg/SVGAnimateMotionElement.h', | 3355 'svg/SVGAnimateMotionElement.h', |
| 3356 'svg/SVGAnimateTransformElement.cpp', | 3356 'svg/SVGAnimateTransformElement.cpp', |
| 3357 'svg/SVGAnimateTransformElement.h', | 3357 'svg/SVGAnimateTransformElement.h', |
| 3358 'svg/SVGAnimatedAngle.cpp', | 3358 'svg/SVGAnimatedAngle.cpp', |
| 3359 'svg/SVGAnimatedColor.cpp', | 3359 'svg/SVGAnimatedColor.cpp', |
| 3360 'svg/SVGAnimatedEnumerationBase.cpp', | 3360 'svg/SVGAnimatedEnumerationBase.cpp', |
| 3361 'svg/SVGAnimatedHref.cpp', | |
| 3362 'svg/SVGAnimatedHref.h', | |
| 3363 'svg/SVGAnimatedInteger.cpp', | 3361 'svg/SVGAnimatedInteger.cpp', |
| 3364 'svg/SVGAnimatedIntegerOptionalInteger.cpp', | 3362 'svg/SVGAnimatedIntegerOptionalInteger.cpp', |
| 3365 'svg/SVGAnimatedLength.cpp', | 3363 'svg/SVGAnimatedLength.cpp', |
| 3366 'svg/SVGAnimatedNumber.cpp', | 3364 'svg/SVGAnimatedNumber.cpp', |
| 3367 'svg/SVGAnimatedNumberOptionalNumber.cpp', | 3365 'svg/SVGAnimatedNumberOptionalNumber.cpp', |
| 3368 'svg/SVGAnimatedPath.cpp', | 3366 'svg/SVGAnimatedPath.cpp', |
| 3369 'svg/SVGAnimatedString.cpp', | 3367 'svg/SVGAnimatedString.cpp', |
| 3370 'svg/SVGAnimatedString.h', | 3368 'svg/SVGAnimatedString.h', |
| 3371 'svg/SVGAnimatedTypeAnimator.cpp', | 3369 'svg/SVGAnimatedTypeAnimator.cpp', |
| 3372 'svg/SVGAnimatedTypeAnimator.h', | 3370 'svg/SVGAnimatedTypeAnimator.h', |
| (...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4065 'style/SVGComputedStyleTest.cpp', | 4063 'style/SVGComputedStyleTest.cpp', |
| 4066 'svg/SVGPathParserTest.cpp', | 4064 'svg/SVGPathParserTest.cpp', |
| 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4068 'testing/PrivateScriptTestTest.cpp', | 4066 'testing/PrivateScriptTestTest.cpp', |
| 4069 'timing/MemoryInfoTest.cpp', | 4067 'timing/MemoryInfoTest.cpp', |
| 4070 'workers/WorkerThreadTest.cpp', | 4068 'workers/WorkerThreadTest.cpp', |
| 4071 'xml/parser/SharedBufferReaderTest.cpp', | 4069 'xml/parser/SharedBufferReaderTest.cpp', |
| 4072 ], | 4070 ], |
| 4073 } | 4071 } |
| 4074 } | 4072 } |
| OLD | NEW |