| 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 'css/CSS.idl', | 8 'css/CSS.idl', |
| 9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
| 10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
| (...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3252 'animation/DocumentTimelineTest.cpp', | 3252 'animation/DocumentTimelineTest.cpp', |
| 3253 'animation/ElementAnimationTest.cpp', | 3253 'animation/ElementAnimationTest.cpp', |
| 3254 'animation/KeyframeEffectModelTest.cpp', | 3254 'animation/KeyframeEffectModelTest.cpp', |
| 3255 'animation/PlayerTest.cpp', | 3255 'animation/PlayerTest.cpp', |
| 3256 'animation/TimedItemCalculationsTest.cpp', | 3256 'animation/TimedItemCalculationsTest.cpp', |
| 3257 'animation/TimedItemTest.cpp', | 3257 'animation/TimedItemTest.cpp', |
| 3258 'css/CSSParserValuesTest.cpp', | 3258 'css/CSSParserValuesTest.cpp', |
| 3259 'css/CSSCalculationValueTest.cpp', | 3259 'css/CSSCalculationValueTest.cpp', |
| 3260 'css/CSSValueTestHelper.h', | 3260 'css/CSSValueTestHelper.h', |
| 3261 'dom/DocumentMarkerControllerTest.cpp', | 3261 'dom/DocumentMarkerControllerTest.cpp', |
| 3262 'dom/DocumentTest.cpp', |
| 3262 'editing/TextIteratorTest.cpp', | 3263 'editing/TextIteratorTest.cpp', |
| 3263 'dom/DOMImplementationTest.cpp', | 3264 'dom/DOMImplementationTest.cpp', |
| 3264 'dom/MainThreadTaskRunnerTest.cpp', | 3265 'dom/MainThreadTaskRunnerTest.cpp', |
| 3265 'fetch/ImageResourceTest.cpp', | 3266 'fetch/ImageResourceTest.cpp', |
| 3266 'fetch/MemoryCacheTest.cpp', | 3267 'fetch/MemoryCacheTest.cpp', |
| 3267 'fetch/RawResourceTest.cpp', | 3268 'fetch/RawResourceTest.cpp', |
| 3268 'fetch/ResourceFetcherTest.cpp', | 3269 'fetch/ResourceFetcherTest.cpp', |
| 3269 'html/HTMLDimensionTest.cpp', | 3270 'html/HTMLDimensionTest.cpp', |
| 3270 'html/LinkRelAttributeTest.cpp', | 3271 'html/LinkRelAttributeTest.cpp', |
| 3271 'html/TimeRangesTest.cpp', | 3272 'html/TimeRangesTest.cpp', |
| 3272 'html/track/vtt/BufferedLineReaderTest.cpp', | 3273 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3273 'html/track/vtt/VTTScannerTest.cpp', | 3274 'html/track/vtt/VTTScannerTest.cpp', |
| 3274 'frame/ImageBitmapTest.cpp', | 3275 'frame/ImageBitmapTest.cpp', |
| 3275 'rendering/RenderOverflowTest.cpp', | 3276 'rendering/RenderOverflowTest.cpp', |
| 3276 'rendering/shapes/BoxShapeTest.cpp', | 3277 'rendering/shapes/BoxShapeTest.cpp', |
| 3277 'testing/UnitTestHelpers.h', | 3278 'testing/UnitTestHelpers.h', |
| 3278 'testing/UnitTestHelpers.cpp', | 3279 'testing/UnitTestHelpers.cpp', |
| 3279 ], | 3280 ], |
| 3280 } | 3281 } |
| 3281 } | 3282 } |
| OLD | NEW |