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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 'css/RGBColor.h', | 800 'css/RGBColor.h', |
801 'css/Rect.cpp', | 801 'css/Rect.cpp', |
802 'css/Rect.h', | 802 'css/Rect.h', |
803 'css/RuleFeature.cpp', | 803 'css/RuleFeature.cpp', |
804 'css/RuleFeature.h', | 804 'css/RuleFeature.h', |
805 'css/RuleSet.cpp', | 805 'css/RuleSet.cpp', |
806 'css/RuleSet.h', | 806 'css/RuleSet.h', |
807 'css/RuntimeCSSEnabled.cpp', | 807 'css/RuntimeCSSEnabled.cpp', |
808 'css/RuntimeCSSEnabled.h', | 808 'css/RuntimeCSSEnabled.h', |
809 'css/SVGCSSComputedStyleDeclaration.cpp', | 809 'css/SVGCSSComputedStyleDeclaration.cpp', |
810 'css/SVGCSSParser.cpp', | |
811 'css/SelectorChecker.cpp', | 810 'css/SelectorChecker.cpp', |
812 'css/SelectorChecker.h', | 811 'css/SelectorChecker.h', |
813 'css/SelectorCheckerFastPath.cpp', | 812 'css/SelectorCheckerFastPath.cpp', |
814 'css/SelectorCheckerFastPath.h', | 813 'css/SelectorCheckerFastPath.h', |
815 'css/SelectorFilter.cpp', | 814 'css/SelectorFilter.cpp', |
816 'css/SelectorFilter.h', | 815 'css/SelectorFilter.h', |
817 'css/SiblingTraversalStrategies.h', | 816 'css/SiblingTraversalStrategies.h', |
818 'css/StyleColor.h', | 817 'css/StyleColor.h', |
819 'css/StyleInvalidationAnalysis.cpp', | 818 'css/StyleInvalidationAnalysis.cpp', |
820 'css/StyleInvalidationAnalysis.h', | 819 'css/StyleInvalidationAnalysis.h', |
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3284 'html/parser/HTMLParserThreadTest.cpp', | 3283 'html/parser/HTMLParserThreadTest.cpp', |
3285 'html/track/vtt/BufferedLineReaderTest.cpp', | 3284 'html/track/vtt/BufferedLineReaderTest.cpp', |
3286 'html/track/vtt/VTTScannerTest.cpp', | 3285 'html/track/vtt/VTTScannerTest.cpp', |
3287 'rendering/RenderOverflowTest.cpp', | 3286 'rendering/RenderOverflowTest.cpp', |
3288 'rendering/shapes/BoxShapeTest.cpp', | 3287 'rendering/shapes/BoxShapeTest.cpp', |
3289 'testing/UnitTestHelpers.cpp', | 3288 'testing/UnitTestHelpers.cpp', |
3290 'testing/UnitTestHelpers.h', | 3289 'testing/UnitTestHelpers.h', |
3291 ], | 3290 ], |
3292 } | 3291 } |
3293 } | 3292 } |
OLD | NEW |