| 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/AnimationEffect.idl', |
| 6 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 7 'animation/TimedItem.idl', | 8 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 9 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 11 'clipboard/DataTransfer.idl', |
| 11 'clipboard/DataTransferItem.idl', | 12 'clipboard/DataTransferItem.idl', |
| 12 'clipboard/DataTransferItemList.idl', | 13 'clipboard/DataTransferItemList.idl', |
| 13 'css/CSS.idl', | 14 'css/CSS.idl', |
| 14 'css/CSSCharsetRule.idl', | 15 'css/CSSCharsetRule.idl', |
| 15 'css/CSSFontFaceLoadEvent.idl', | 16 'css/CSSFontFaceLoadEvent.idl', |
| (...skipping 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3394 'html/track/vtt/VTTScannerTest.cpp', | 3395 'html/track/vtt/VTTScannerTest.cpp', |
| 3395 'loader/MixedContentCheckerTest.cpp', | 3396 'loader/MixedContentCheckerTest.cpp', |
| 3396 'rendering/RenderOverflowTest.cpp', | 3397 'rendering/RenderOverflowTest.cpp', |
| 3397 'rendering/shapes/BoxShapeTest.cpp', | 3398 'rendering/shapes/BoxShapeTest.cpp', |
| 3398 'testing/UnitTestHelpers.cpp', | 3399 'testing/UnitTestHelpers.cpp', |
| 3399 'testing/UnitTestHelpers.h', | 3400 'testing/UnitTestHelpers.h', |
| 3400 'xml/parser/SharedBufferReaderTest.cpp', | 3401 'xml/parser/SharedBufferReaderTest.cpp', |
| 3401 ], | 3402 ], |
| 3402 } | 3403 } |
| 3403 } | 3404 } |
| OLD | NEW |