| 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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'animation/AnimatableImage.cpp', | 543 'animation/AnimatableImage.cpp', |
| 544 'animation/AnimatableImage.h', | 544 'animation/AnimatableImage.h', |
| 545 'animation/AnimatableLength.cpp', | 545 'animation/AnimatableLength.cpp', |
| 546 'animation/AnimatableLength.h', | 546 'animation/AnimatableLength.h', |
| 547 'animation/AnimatableLengthBox.cpp', | 547 'animation/AnimatableLengthBox.cpp', |
| 548 'animation/AnimatableLengthBox.h', | 548 'animation/AnimatableLengthBox.h', |
| 549 'animation/AnimatableLengthBoxAndBool.cpp', | 549 'animation/AnimatableLengthBoxAndBool.cpp', |
| 550 'animation/AnimatableLengthBoxAndBool.h', | 550 'animation/AnimatableLengthBoxAndBool.h', |
| 551 'animation/AnimatableLengthPoint.cpp', | 551 'animation/AnimatableLengthPoint.cpp', |
| 552 'animation/AnimatableLengthPoint.h', | 552 'animation/AnimatableLengthPoint.h', |
| 553 'animation/AnimatableLengthPoint3D.cpp', |
| 554 'animation/AnimatableLengthPoint3D.h', |
| 553 'animation/AnimatableLengthSize.cpp', | 555 'animation/AnimatableLengthSize.cpp', |
| 554 'animation/AnimatableLengthSize.h', | 556 'animation/AnimatableLengthSize.h', |
| 555 'animation/AnimatableNeutral.h', | 557 'animation/AnimatableNeutral.h', |
| 556 'animation/AnimatableRepeatable.cpp', | 558 'animation/AnimatableRepeatable.cpp', |
| 557 'animation/AnimatableRepeatable.h', | 559 'animation/AnimatableRepeatable.h', |
| 558 'animation/AnimatableSVGLength.cpp', | 560 'animation/AnimatableSVGLength.cpp', |
| 559 'animation/AnimatableSVGLength.h', | 561 'animation/AnimatableSVGLength.h', |
| 560 'animation/AnimatableSVGPaint.cpp', | 562 'animation/AnimatableSVGPaint.cpp', |
| 561 'animation/AnimatableSVGPaint.h', | 563 'animation/AnimatableSVGPaint.h', |
| 562 'animation/AnimatableShadow.cpp', | 564 'animation/AnimatableShadow.cpp', |
| (...skipping 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3321 'html/track/vtt/BufferedLineReaderTest.cpp', | 3323 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3322 'html/track/vtt/VTTScannerTest.cpp', | 3324 'html/track/vtt/VTTScannerTest.cpp', |
| 3323 'rendering/RenderOverflowTest.cpp', | 3325 'rendering/RenderOverflowTest.cpp', |
| 3324 'rendering/shapes/BoxShapeTest.cpp', | 3326 'rendering/shapes/BoxShapeTest.cpp', |
| 3325 'testing/UnitTestHelpers.cpp', | 3327 'testing/UnitTestHelpers.cpp', |
| 3326 'testing/UnitTestHelpers.h', | 3328 'testing/UnitTestHelpers.h', |
| 3327 'xml/parser/SharedBufferReaderTest.cpp', | 3329 'xml/parser/SharedBufferReaderTest.cpp', |
| 3328 ], | 3330 ], |
| 3329 } | 3331 } |
| 3330 } | 3332 } |
| OLD | NEW |