| 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/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2874 'svg/SVGAnimateTransformElement.cpp', | 2874 'svg/SVGAnimateTransformElement.cpp', |
| 2875 'svg/SVGAnimateTransformElement.h', | 2875 'svg/SVGAnimateTransformElement.h', |
| 2876 'svg/SVGAnimationElement.cpp', | 2876 'svg/SVGAnimationElement.cpp', |
| 2877 'svg/SVGAnimationElement.h', | 2877 'svg/SVGAnimationElement.h', |
| 2878 'svg/SVGBoolean.cpp', | 2878 'svg/SVGBoolean.cpp', |
| 2879 'svg/SVGBoolean.h', | 2879 'svg/SVGBoolean.h', |
| 2880 'svg/SVGCircleElement.cpp', | 2880 'svg/SVGCircleElement.cpp', |
| 2881 'svg/SVGCircleElement.h', | 2881 'svg/SVGCircleElement.h', |
| 2882 'svg/SVGClipPathElement.cpp', | 2882 'svg/SVGClipPathElement.cpp', |
| 2883 'svg/SVGClipPathElement.h', | 2883 'svg/SVGClipPathElement.h', |
| 2884 'svg/SVGColor.cpp', | |
| 2885 'svg/SVGComponentTransferFunctionElement.cpp', | 2884 'svg/SVGComponentTransferFunctionElement.cpp', |
| 2886 'svg/SVGComponentTransferFunctionElement.h', | 2885 'svg/SVGComponentTransferFunctionElement.h', |
| 2887 'svg/SVGCursorElement.cpp', | 2886 'svg/SVGCursorElement.cpp', |
| 2888 'svg/SVGCursorElement.h', | 2887 'svg/SVGCursorElement.h', |
| 2889 'svg/SVGDefsElement.cpp', | 2888 'svg/SVGDefsElement.cpp', |
| 2890 'svg/SVGDefsElement.h', | 2889 'svg/SVGDefsElement.h', |
| 2891 'svg/SVGDescElement.cpp', | 2890 'svg/SVGDescElement.cpp', |
| 2892 'svg/SVGDescElement.h', | 2891 'svg/SVGDescElement.h', |
| 2893 'svg/SVGDiscardElement.cpp', | 2892 'svg/SVGDiscardElement.cpp', |
| 2894 'svg/SVGDiscardElement.h', | 2893 'svg/SVGDiscardElement.h', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3298 'html/parser/HTMLParserThreadTest.cpp', | 3297 'html/parser/HTMLParserThreadTest.cpp', |
| 3299 'html/track/vtt/BufferedLineReaderTest.cpp', | 3298 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3300 'html/track/vtt/VTTScannerTest.cpp', | 3299 'html/track/vtt/VTTScannerTest.cpp', |
| 3301 'rendering/RenderOverflowTest.cpp', | 3300 'rendering/RenderOverflowTest.cpp', |
| 3302 'rendering/shapes/BoxShapeTest.cpp', | 3301 'rendering/shapes/BoxShapeTest.cpp', |
| 3303 'testing/UnitTestHelpers.cpp', | 3302 'testing/UnitTestHelpers.cpp', |
| 3304 'testing/UnitTestHelpers.h', | 3303 'testing/UnitTestHelpers.h', |
| 3305 ], | 3304 ], |
| 3306 } | 3305 } |
| 3307 } | 3306 } |
| OLD | NEW |