| 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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3308 'dom/MainThreadTaskRunnerTest.cpp', | 3308 'dom/MainThreadTaskRunnerTest.cpp', |
| 3309 'dom/RangeTest.cpp', | 3309 'dom/RangeTest.cpp', |
| 3310 'editing/TextIteratorTest.cpp', | 3310 'editing/TextIteratorTest.cpp', |
| 3311 'fetch/CachingCorrectnessTest.cpp', | 3311 'fetch/CachingCorrectnessTest.cpp', |
| 3312 'fetch/ImageResourceTest.cpp', | 3312 'fetch/ImageResourceTest.cpp', |
| 3313 'fetch/MemoryCacheTest.cpp', | 3313 'fetch/MemoryCacheTest.cpp', |
| 3314 'fetch/RawResourceTest.cpp', | 3314 'fetch/RawResourceTest.cpp', |
| 3315 'fetch/ResourceFetcherTest.cpp', | 3315 'fetch/ResourceFetcherTest.cpp', |
| 3316 'frame/ImageBitmapTest.cpp', | 3316 'frame/ImageBitmapTest.cpp', |
| 3317 'html/HTMLDimensionTest.cpp', | 3317 'html/HTMLDimensionTest.cpp', |
| 3318 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3318 'html/LinkRelAttributeTest.cpp', | 3319 'html/LinkRelAttributeTest.cpp', |
| 3319 'html/TimeRangesTest.cpp', | 3320 'html/TimeRangesTest.cpp', |
| 3320 'html/parser/HTMLParserThreadTest.cpp', | 3321 'html/parser/HTMLParserThreadTest.cpp', |
| 3321 'html/track/vtt/BufferedLineReaderTest.cpp', | 3322 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3322 'html/track/vtt/VTTScannerTest.cpp', | 3323 'html/track/vtt/VTTScannerTest.cpp', |
| 3323 'rendering/RenderOverflowTest.cpp', | 3324 'rendering/RenderOverflowTest.cpp', |
| 3324 'rendering/shapes/BoxShapeTest.cpp', | 3325 'rendering/shapes/BoxShapeTest.cpp', |
| 3325 'testing/UnitTestHelpers.cpp', | 3326 'testing/UnitTestHelpers.cpp', |
| 3326 'testing/UnitTestHelpers.h', | 3327 'testing/UnitTestHelpers.h', |
| 3327 'xml/parser/SharedBufferReaderTest.cpp', | 3328 'xml/parser/SharedBufferReaderTest.cpp', |
| 3328 ], | 3329 ], |
| 3329 } | 3330 } |
| 3330 } | 3331 } |
| OLD | NEW |