| 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/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/TimedItem.idl', | 8 'animation/TimedItem.idl', |
| 9 'animation/Timeline.idl', | 9 'animation/Timeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2458 'html/HTMLViewSourceDocument.h', | 2458 'html/HTMLViewSourceDocument.h', |
| 2459 'html/HTMLWBRElement.cpp', | 2459 'html/HTMLWBRElement.cpp', |
| 2460 'html/HTMLWBRElement.h', | 2460 'html/HTMLWBRElement.h', |
| 2461 'html/ImageData.cpp', | 2461 'html/ImageData.cpp', |
| 2462 'html/ImageData.h', | 2462 'html/ImageData.h', |
| 2463 'html/ImageDocument.cpp', | 2463 'html/ImageDocument.cpp', |
| 2464 'html/ImageDocument.h', | 2464 'html/ImageDocument.h', |
| 2465 'html/LabelableElement.cpp', | 2465 'html/LabelableElement.cpp', |
| 2466 'html/LabelsNodeList.cpp', | 2466 'html/LabelsNodeList.cpp', |
| 2467 'html/LabelsNodeList.h', | 2467 'html/LabelsNodeList.h', |
| 2468 'html/LinkManifest.cpp', |
| 2469 'html/LinkManifest.h', |
| 2468 'html/LinkRelAttribute.cpp', | 2470 'html/LinkRelAttribute.cpp', |
| 2469 'html/LinkRelAttribute.h', | 2471 'html/LinkRelAttribute.h', |
| 2470 'html/LinkResource.cpp', | 2472 'html/LinkResource.cpp', |
| 2471 'html/LinkResource.h', | 2473 'html/LinkResource.h', |
| 2472 'html/MediaController.cpp', | 2474 'html/MediaController.cpp', |
| 2473 'html/MediaController.h', | 2475 'html/MediaController.h', |
| 2474 'html/MediaDocument.cpp', | 2476 'html/MediaDocument.cpp', |
| 2475 'html/MediaDocument.h', | 2477 'html/MediaDocument.h', |
| 2476 'html/MediaError.h', | 2478 'html/MediaError.h', |
| 2477 'html/MediaFragmentURIParser.cpp', | 2479 'html/MediaFragmentURIParser.cpp', |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 'html/track/vtt/VTTScannerTest.cpp', | 3397 'html/track/vtt/VTTScannerTest.cpp', |
| 3396 'loader/MixedContentCheckerTest.cpp', | 3398 'loader/MixedContentCheckerTest.cpp', |
| 3397 'rendering/RenderOverflowTest.cpp', | 3399 'rendering/RenderOverflowTest.cpp', |
| 3398 'rendering/shapes/BoxShapeTest.cpp', | 3400 'rendering/shapes/BoxShapeTest.cpp', |
| 3399 'testing/UnitTestHelpers.cpp', | 3401 'testing/UnitTestHelpers.cpp', |
| 3400 'testing/UnitTestHelpers.h', | 3402 'testing/UnitTestHelpers.h', |
| 3401 'xml/parser/SharedBufferReaderTest.cpp', | 3403 'xml/parser/SharedBufferReaderTest.cpp', |
| 3402 ], | 3404 ], |
| 3403 } | 3405 } |
| 3404 } | 3406 } |
| OLD | NEW |