| 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/DataTransfer.idl', |
| 11 'clipboard/DataTransferItem.idl', | 11 'clipboard/DataTransferItem.idl', |
| 12 'clipboard/DataTransferItemList.idl', | 12 'clipboard/DataTransferItemList.idl', |
| 13 'css/CSS.idl', | 13 'css/CSS.idl', |
| 14 'css/CSSCharsetRule.idl', | 14 'css/CSSCharsetRule.idl', |
| 15 'css/CSSFontFaceLoadEvent.idl', | 15 'css/CSSFontFaceLoadEvent.idl', |
| 16 'css/CSSFontFaceRule.idl', | 16 'css/CSSFontFaceRule.idl', |
| 17 'css/CSSImportRule.idl', | 17 'css/CSSImportRule.idl', |
| 18 'css/CSSKeyframeRule.idl', | 18 'css/CSSKeyframeRule.idl', |
| 19 'css/CSSKeyframesRule.idl', | 19 'css/CSSKeyframesRule.idl', |
| 20 'css/CSSMediaRule.idl', | 20 'css/CSSMediaRule.idl', |
| (...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3282 'html/parser/HTMLParserThreadTest.cpp', | 3282 'html/parser/HTMLParserThreadTest.cpp', |
| 3283 'html/track/vtt/BufferedLineReaderTest.cpp', | 3283 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3284 'html/track/vtt/VTTScannerTest.cpp', | 3284 'html/track/vtt/VTTScannerTest.cpp', |
| 3285 'rendering/RenderOverflowTest.cpp', | 3285 'rendering/RenderOverflowTest.cpp', |
| 3286 'rendering/shapes/BoxShapeTest.cpp', | 3286 'rendering/shapes/BoxShapeTest.cpp', |
| 3287 'testing/UnitTestHelpers.cpp', | 3287 'testing/UnitTestHelpers.cpp', |
| 3288 'testing/UnitTestHelpers.h', | 3288 'testing/UnitTestHelpers.h', |
| 3289 ], | 3289 ], |
| 3290 } | 3290 } |
| 3291 } | 3291 } |
| OLD | NEW |