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 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3383 'html/track/vtt/BufferedLineReaderTest.cpp', | 3384 'html/track/vtt/BufferedLineReaderTest.cpp', |
3384 'html/track/vtt/VTTScannerTest.cpp', | 3385 'html/track/vtt/VTTScannerTest.cpp', |
3385 'rendering/RenderOverflowTest.cpp', | 3386 'rendering/RenderOverflowTest.cpp', |
3386 'rendering/shapes/BoxShapeTest.cpp', | 3387 'rendering/shapes/BoxShapeTest.cpp', |
3387 'testing/UnitTestHelpers.cpp', | 3388 'testing/UnitTestHelpers.cpp', |
3388 'testing/UnitTestHelpers.h', | 3389 'testing/UnitTestHelpers.h', |
3389 'xml/parser/SharedBufferReaderTest.cpp', | 3390 'xml/parser/SharedBufferReaderTest.cpp', |
3390 ], | 3391 ], |
3391 } | 3392 } |
3392 } | 3393 } |
OLD | NEW |