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 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 3274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3285 'dom/MainThreadTaskRunnerTest.cpp', | 3285 'dom/MainThreadTaskRunnerTest.cpp', |
3286 'dom/RangeTest.cpp', | 3286 'dom/RangeTest.cpp', |
3287 'editing/TextIteratorTest.cpp', | 3287 'editing/TextIteratorTest.cpp', |
3288 'fetch/CachingCorrectnessTest.cpp', | 3288 'fetch/CachingCorrectnessTest.cpp', |
3289 'fetch/ImageResourceTest.cpp', | 3289 'fetch/ImageResourceTest.cpp', |
3290 'fetch/MemoryCacheTest.cpp', | 3290 'fetch/MemoryCacheTest.cpp', |
3291 'fetch/RawResourceTest.cpp', | 3291 'fetch/RawResourceTest.cpp', |
3292 'fetch/ResourceFetcherTest.cpp', | 3292 'fetch/ResourceFetcherTest.cpp', |
3293 'frame/ImageBitmapTest.cpp', | 3293 'frame/ImageBitmapTest.cpp', |
3294 'html/HTMLDimensionTest.cpp', | 3294 'html/HTMLDimensionTest.cpp', |
| 3295 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3295 'html/LinkRelAttributeTest.cpp', | 3296 'html/LinkRelAttributeTest.cpp', |
3296 'html/TimeRangesTest.cpp', | 3297 'html/TimeRangesTest.cpp', |
3297 'html/parser/HTMLParserThreadTest.cpp', | 3298 'html/parser/HTMLParserThreadTest.cpp', |
3298 'html/track/vtt/BufferedLineReaderTest.cpp', | 3299 'html/track/vtt/BufferedLineReaderTest.cpp', |
3299 'html/track/vtt/VTTScannerTest.cpp', | 3300 'html/track/vtt/VTTScannerTest.cpp', |
3300 'rendering/RenderOverflowTest.cpp', | 3301 'rendering/RenderOverflowTest.cpp', |
3301 'rendering/shapes/BoxShapeTest.cpp', | 3302 'rendering/shapes/BoxShapeTest.cpp', |
3302 'testing/UnitTestHelpers.cpp', | 3303 'testing/UnitTestHelpers.cpp', |
3303 'testing/UnitTestHelpers.h', | 3304 'testing/UnitTestHelpers.h', |
3304 ], | 3305 ], |
3305 } | 3306 } |
3306 } | 3307 } |
OLD | NEW |