| 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 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2444 'html/HTMLViewSourceDocument.h', | 2444 'html/HTMLViewSourceDocument.h', |
| 2445 'html/HTMLWBRElement.cpp', | 2445 'html/HTMLWBRElement.cpp', |
| 2446 'html/HTMLWBRElement.h', | 2446 'html/HTMLWBRElement.h', |
| 2447 'html/ImageData.cpp', | 2447 'html/ImageData.cpp', |
| 2448 'html/ImageData.h', | 2448 'html/ImageData.h', |
| 2449 'html/ImageDocument.cpp', | 2449 'html/ImageDocument.cpp', |
| 2450 'html/ImageDocument.h', | 2450 'html/ImageDocument.h', |
| 2451 'html/LabelableElement.cpp', | 2451 'html/LabelableElement.cpp', |
| 2452 'html/LabelsNodeList.cpp', | 2452 'html/LabelsNodeList.cpp', |
| 2453 'html/LabelsNodeList.h', | 2453 'html/LabelsNodeList.h', |
| 2454 'html/LinkManifest.cpp', |
| 2455 'html/LinkManifest.h', |
| 2454 'html/LinkRelAttribute.cpp', | 2456 'html/LinkRelAttribute.cpp', |
| 2455 'html/LinkRelAttribute.h', | 2457 'html/LinkRelAttribute.h', |
| 2456 'html/LinkResource.cpp', | 2458 'html/LinkResource.cpp', |
| 2457 'html/LinkResource.h', | 2459 'html/LinkResource.h', |
| 2458 'html/MediaController.cpp', | 2460 'html/MediaController.cpp', |
| 2459 'html/MediaController.h', | 2461 'html/MediaController.h', |
| 2460 'html/MediaDocument.cpp', | 2462 'html/MediaDocument.cpp', |
| 2461 'html/MediaDocument.h', | 2463 'html/MediaDocument.h', |
| 2462 'html/MediaError.h', | 2464 'html/MediaError.h', |
| 2463 'html/MediaFragmentURIParser.cpp', | 2465 'html/MediaFragmentURIParser.cpp', |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3379 'html/track/vtt/VTTScannerTest.cpp', | 3381 'html/track/vtt/VTTScannerTest.cpp', |
| 3380 'loader/MixedContentCheckerTest.cpp', | 3382 'loader/MixedContentCheckerTest.cpp', |
| 3381 'rendering/RenderOverflowTest.cpp', | 3383 'rendering/RenderOverflowTest.cpp', |
| 3382 'rendering/shapes/BoxShapeTest.cpp', | 3384 'rendering/shapes/BoxShapeTest.cpp', |
| 3383 'testing/UnitTestHelpers.cpp', | 3385 'testing/UnitTestHelpers.cpp', |
| 3384 'testing/UnitTestHelpers.h', | 3386 'testing/UnitTestHelpers.h', |
| 3385 'xml/parser/SharedBufferReaderTest.cpp', | 3387 'xml/parser/SharedBufferReaderTest.cpp', |
| 3386 ], | 3388 ], |
| 3387 } | 3389 } |
| 3388 } | 3390 } |
| OLD | NEW |