| 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/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
| (...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3267 'css/CSSValueTestHelper.h', | 3267 'css/CSSValueTestHelper.h', |
| 3268 'css/DragUpdateTest.cpp', | 3268 'css/DragUpdateTest.cpp', |
| 3269 'css/HoverUpdateTest.cpp', | 3269 'css/HoverUpdateTest.cpp', |
| 3270 'css/RuleSetTest.cpp', | 3270 'css/RuleSetTest.cpp', |
| 3271 'css/analyzer/DescendantInvalidationSetTest.cpp', | 3271 'css/analyzer/DescendantInvalidationSetTest.cpp', |
| 3272 'dom/ActiveDOMObjectTest.cpp', | 3272 'dom/ActiveDOMObjectTest.cpp', |
| 3273 'dom/DOMImplementationTest.cpp', | 3273 'dom/DOMImplementationTest.cpp', |
| 3274 'dom/DocumentMarkerControllerTest.cpp', | 3274 'dom/DocumentMarkerControllerTest.cpp', |
| 3275 'dom/DocumentTest.cpp', | 3275 'dom/DocumentTest.cpp', |
| 3276 'dom/MainThreadTaskRunnerTest.cpp', | 3276 'dom/MainThreadTaskRunnerTest.cpp', |
| 3277 'dom/RangeTest.cpp', |
| 3277 'editing/TextIteratorTest.cpp', | 3278 'editing/TextIteratorTest.cpp', |
| 3278 'fetch/CachingCorrectnessTest.cpp', | 3279 'fetch/CachingCorrectnessTest.cpp', |
| 3279 'fetch/ImageResourceTest.cpp', | 3280 'fetch/ImageResourceTest.cpp', |
| 3280 'fetch/MemoryCacheTest.cpp', | 3281 'fetch/MemoryCacheTest.cpp', |
| 3281 'fetch/RawResourceTest.cpp', | 3282 'fetch/RawResourceTest.cpp', |
| 3282 'fetch/ResourceFetcherTest.cpp', | 3283 'fetch/ResourceFetcherTest.cpp', |
| 3283 'frame/ImageBitmapTest.cpp', | 3284 'frame/ImageBitmapTest.cpp', |
| 3284 'html/HTMLDimensionTest.cpp', | 3285 'html/HTMLDimensionTest.cpp', |
| 3285 'html/LinkRelAttributeTest.cpp', | 3286 'html/LinkRelAttributeTest.cpp', |
| 3286 'html/TimeRangesTest.cpp', | 3287 'html/TimeRangesTest.cpp', |
| 3287 'html/parser/HTMLParserThreadTest.cpp', | 3288 'html/parser/HTMLParserThreadTest.cpp', |
| 3288 'html/track/vtt/BufferedLineReaderTest.cpp', | 3289 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3289 'html/track/vtt/VTTScannerTest.cpp', | 3290 'html/track/vtt/VTTScannerTest.cpp', |
| 3290 'rendering/RenderOverflowTest.cpp', | 3291 'rendering/RenderOverflowTest.cpp', |
| 3291 'rendering/shapes/BoxShapeTest.cpp', | 3292 'rendering/shapes/BoxShapeTest.cpp', |
| 3292 'testing/UnitTestHelpers.cpp', | 3293 'testing/UnitTestHelpers.cpp', |
| 3293 'testing/UnitTestHelpers.h', | 3294 'testing/UnitTestHelpers.h', |
| 3294 ], | 3295 ], |
| 3295 } | 3296 } |
| 3296 } | 3297 } |
| OLD | NEW |