OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/Player.idl', | 6 'animation/Player.idl', |
7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
10 'clipboard/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
(...skipping 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2845 'svg/SVGAnimatedAngle.cpp', | 2845 'svg/SVGAnimatedAngle.cpp', |
2846 'svg/SVGAnimatedColor.cpp', | 2846 'svg/SVGAnimatedColor.cpp', |
2847 'svg/SVGAnimatedEnumerationBase.cpp', | 2847 'svg/SVGAnimatedEnumerationBase.cpp', |
2848 'svg/SVGAnimatedInteger.cpp', | 2848 'svg/SVGAnimatedInteger.cpp', |
2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp', | 2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp', |
2850 'svg/SVGAnimatedLength.cpp', | 2850 'svg/SVGAnimatedLength.cpp', |
2851 'svg/SVGAnimatedNewPropertyAnimator.cpp', | 2851 'svg/SVGAnimatedNewPropertyAnimator.cpp', |
2852 'svg/SVGAnimatedNumber.cpp', | 2852 'svg/SVGAnimatedNumber.cpp', |
2853 'svg/SVGAnimatedNumberOptionalNumber.cpp', | 2853 'svg/SVGAnimatedNumberOptionalNumber.cpp', |
2854 'svg/SVGAnimatedPath.cpp', | 2854 'svg/SVGAnimatedPath.cpp', |
2855 'svg/SVGAnimatedType.cpp', | |
2856 'svg/SVGAnimatedTypeAnimator.cpp', | 2855 'svg/SVGAnimatedTypeAnimator.cpp', |
2857 'svg/SVGAnimatedTypeAnimator.h', | 2856 'svg/SVGAnimatedTypeAnimator.h', |
2858 'svg/SVGAnimateElement.cpp', | 2857 'svg/SVGAnimateElement.cpp', |
2859 'svg/SVGAnimateElement.h', | 2858 'svg/SVGAnimateElement.h', |
2860 'svg/SVGAnimateMotionElement.cpp', | 2859 'svg/SVGAnimateMotionElement.cpp', |
2861 'svg/SVGAnimateMotionElement.h', | 2860 'svg/SVGAnimateMotionElement.h', |
2862 'svg/SVGAnimateTransformElement.cpp', | 2861 'svg/SVGAnimateTransformElement.cpp', |
2863 'svg/SVGAnimateTransformElement.h', | 2862 'svg/SVGAnimateTransformElement.h', |
2864 'svg/SVGAnimationElement.cpp', | 2863 'svg/SVGAnimationElement.cpp', |
2865 'svg/SVGAnimationElement.h', | 2864 'svg/SVGAnimationElement.h', |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3283 'html/parser/HTMLParserThreadTest.cpp', | 3282 'html/parser/HTMLParserThreadTest.cpp', |
3284 'html/track/vtt/BufferedLineReaderTest.cpp', | 3283 'html/track/vtt/BufferedLineReaderTest.cpp', |
3285 'html/track/vtt/VTTScannerTest.cpp', | 3284 'html/track/vtt/VTTScannerTest.cpp', |
3286 'rendering/RenderOverflowTest.cpp', | 3285 'rendering/RenderOverflowTest.cpp', |
3287 'rendering/shapes/BoxShapeTest.cpp', | 3286 'rendering/shapes/BoxShapeTest.cpp', |
3288 'testing/UnitTestHelpers.cpp', | 3287 'testing/UnitTestHelpers.cpp', |
3289 'testing/UnitTestHelpers.h', | 3288 'testing/UnitTestHelpers.h', |
3290 ], | 3289 ], |
3291 } | 3290 } |
3292 } | 3291 } |
OLD | NEW |