| 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 3355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3366 'css/parser/MediaConditionTest.cpp', | 3366 'css/parser/MediaConditionTest.cpp', |
| 3367 'css/resolver/FontBuilderTest.cpp', | 3367 'css/resolver/FontBuilderTest.cpp', |
| 3368 'dom/ActiveDOMObjectTest.cpp', | 3368 'dom/ActiveDOMObjectTest.cpp', |
| 3369 'dom/DOMImplementationTest.cpp', | 3369 'dom/DOMImplementationTest.cpp', |
| 3370 'dom/DocumentMarkerControllerTest.cpp', | 3370 'dom/DocumentMarkerControllerTest.cpp', |
| 3371 'dom/DocumentTest.cpp', | 3371 'dom/DocumentTest.cpp', |
| 3372 'dom/MainThreadTaskRunnerTest.cpp', | 3372 'dom/MainThreadTaskRunnerTest.cpp', |
| 3373 'dom/RangeTest.cpp', | 3373 'dom/RangeTest.cpp', |
| 3374 'dom/TreeScopeTest.cpp', | 3374 'dom/TreeScopeTest.cpp', |
| 3375 'editing/TextIteratorTest.cpp', | 3375 'editing/TextIteratorTest.cpp', |
| 3376 'editing/VisibleSelectionTest.cpp', |
| 3376 'fetch/CachingCorrectnessTest.cpp', | 3377 'fetch/CachingCorrectnessTest.cpp', |
| 3377 'fetch/ImageResourceTest.cpp', | 3378 'fetch/ImageResourceTest.cpp', |
| 3378 'fetch/MemoryCacheTest.cpp', | 3379 'fetch/MemoryCacheTest.cpp', |
| 3379 'fetch/RawResourceTest.cpp', | 3380 'fetch/RawResourceTest.cpp', |
| 3380 'fetch/ResourceFetcherTest.cpp', | 3381 'fetch/ResourceFetcherTest.cpp', |
| 3381 'frame/ImageBitmapTest.cpp', | 3382 'frame/ImageBitmapTest.cpp', |
| 3382 'html/HTMLDimensionTest.cpp', | 3383 'html/HTMLDimensionTest.cpp', |
| 3383 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3384 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3384 'html/LinkRelAttributeTest.cpp', | 3385 'html/LinkRelAttributeTest.cpp', |
| 3385 'html/TimeRangesTest.cpp', | 3386 'html/TimeRangesTest.cpp', |
| 3386 'html/parser/HTMLParserThreadTest.cpp', | 3387 'html/parser/HTMLParserThreadTest.cpp', |
| 3387 'html/parser/HTMLSrcsetParserTest.cpp', | 3388 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3388 'html/track/vtt/BufferedLineReaderTest.cpp', | 3389 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3389 'html/track/vtt/VTTScannerTest.cpp', | 3390 'html/track/vtt/VTTScannerTest.cpp', |
| 3390 'loader/MixedContentCheckerTest.cpp', | 3391 'loader/MixedContentCheckerTest.cpp', |
| 3391 'rendering/RenderOverflowTest.cpp', | 3392 'rendering/RenderOverflowTest.cpp', |
| 3392 'rendering/shapes/BoxShapeTest.cpp', | 3393 'rendering/shapes/BoxShapeTest.cpp', |
| 3393 'testing/UnitTestHelpers.cpp', | 3394 'testing/UnitTestHelpers.cpp', |
| 3394 'testing/UnitTestHelpers.h', | 3395 'testing/UnitTestHelpers.h', |
| 3395 'xml/parser/SharedBufferReaderTest.cpp', | 3396 'xml/parser/SharedBufferReaderTest.cpp', |
| 3396 ], | 3397 ], |
| 3397 } | 3398 } |
| 3398 } | 3399 } |
| OLD | NEW |