| 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 'css/RemoteFontFaceSource.h', | 821 'css/RemoteFontFaceSource.h', |
| 822 'css/RuleFeature.cpp', | 822 'css/RuleFeature.cpp', |
| 823 'css/RuleFeature.h', | 823 'css/RuleFeature.h', |
| 824 'css/RuleSet.cpp', | 824 'css/RuleSet.cpp', |
| 825 'css/RuleSet.h', | 825 'css/RuleSet.h', |
| 826 'css/RuntimeCSSEnabled.cpp', | 826 'css/RuntimeCSSEnabled.cpp', |
| 827 'css/RuntimeCSSEnabled.h', | 827 'css/RuntimeCSSEnabled.h', |
| 828 'css/SVGCSSComputedStyleDeclaration.cpp', | 828 'css/SVGCSSComputedStyleDeclaration.cpp', |
| 829 'css/SelectorChecker.cpp', | 829 'css/SelectorChecker.cpp', |
| 830 'css/SelectorChecker.h', | 830 'css/SelectorChecker.h', |
| 831 'css/SelectorCheckerFastPath.cpp', | |
| 832 'css/SelectorCheckerFastPath.h', | |
| 833 'css/SelectorFilter.cpp', | 831 'css/SelectorFilter.cpp', |
| 834 'css/SelectorFilter.h', | 832 'css/SelectorFilter.h', |
| 835 'css/SiblingTraversalStrategies.h', | 833 'css/SiblingTraversalStrategies.h', |
| 836 'css/StyleColor.h', | 834 'css/StyleColor.h', |
| 837 'css/StyleInvalidationAnalysis.cpp', | 835 'css/StyleInvalidationAnalysis.cpp', |
| 838 'css/StyleInvalidationAnalysis.h', | 836 'css/StyleInvalidationAnalysis.h', |
| 839 'css/invalidation/StyleInvalidator.cpp', | 837 'css/invalidation/StyleInvalidator.cpp', |
| 840 'css/invalidation/StyleInvalidator.h', | 838 'css/invalidation/StyleInvalidator.h', |
| 841 'css/StyleMedia.cpp', | 839 'css/StyleMedia.cpp', |
| 842 'css/StyleMedia.h', | 840 'css/StyleMedia.h', |
| (...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3325 'html/track/vtt/BufferedLineReaderTest.cpp', | 3323 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3326 'html/track/vtt/VTTScannerTest.cpp', | 3324 'html/track/vtt/VTTScannerTest.cpp', |
| 3327 'rendering/RenderOverflowTest.cpp', | 3325 'rendering/RenderOverflowTest.cpp', |
| 3328 'rendering/shapes/BoxShapeTest.cpp', | 3326 'rendering/shapes/BoxShapeTest.cpp', |
| 3329 'testing/UnitTestHelpers.cpp', | 3327 'testing/UnitTestHelpers.cpp', |
| 3330 'testing/UnitTestHelpers.h', | 3328 'testing/UnitTestHelpers.h', |
| 3331 'xml/parser/SharedBufferReaderTest.cpp', | 3329 'xml/parser/SharedBufferReaderTest.cpp', |
| 3332 ], | 3330 ], |
| 3333 } | 3331 } |
| 3334 } | 3332 } |
| OLD | NEW |