| 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 3236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3247 'css/CSSFontFaceTest.cpp', | 3247 'css/CSSFontFaceTest.cpp', |
| 3248 'css/CSSTestHelper.cpp', | 3248 'css/CSSTestHelper.cpp', |
| 3249 'css/CSSTestHelper.h', | 3249 'css/CSSTestHelper.h', |
| 3250 'css/CSSValueTestHelper.h', | 3250 'css/CSSValueTestHelper.h', |
| 3251 'css/CSSParserValuesTest.cpp', | 3251 'css/CSSParserValuesTest.cpp', |
| 3252 'css/CSSSelectorTest.cpp', | 3252 'css/CSSSelectorTest.cpp', |
| 3253 'css/CSSValueTestHelper.h', | 3253 'css/CSSValueTestHelper.h', |
| 3254 'css/DragUpdateTest.cpp', | 3254 'css/DragUpdateTest.cpp', |
| 3255 'css/HoverUpdateTest.cpp', | 3255 'css/HoverUpdateTest.cpp', |
| 3256 'css/RuleSetTest.cpp', | 3256 'css/RuleSetTest.cpp', |
| 3257 'css/analyzer/DescendantInvalidationSetTest.cpp', |
| 3257 'dom/DOMImplementationTest.cpp', | 3258 'dom/DOMImplementationTest.cpp', |
| 3258 'dom/DocumentMarkerControllerTest.cpp', | 3259 'dom/DocumentMarkerControllerTest.cpp', |
| 3259 'dom/DocumentTest.cpp', | 3260 'dom/DocumentTest.cpp', |
| 3260 'dom/MainThreadTaskRunnerTest.cpp', | 3261 'dom/MainThreadTaskRunnerTest.cpp', |
| 3261 'editing/TextIteratorTest.cpp', | 3262 'editing/TextIteratorTest.cpp', |
| 3262 'fetch/CachingCorrectnessTest.cpp', | 3263 'fetch/CachingCorrectnessTest.cpp', |
| 3263 'fetch/ImageResourceTest.cpp', | 3264 'fetch/ImageResourceTest.cpp', |
| 3264 'fetch/MemoryCacheTest.cpp', | 3265 'fetch/MemoryCacheTest.cpp', |
| 3265 'fetch/RawResourceTest.cpp', | 3266 'fetch/RawResourceTest.cpp', |
| 3266 'fetch/ResourceFetcherTest.cpp', | 3267 'fetch/ResourceFetcherTest.cpp', |
| 3267 'frame/ImageBitmapTest.cpp', | 3268 'frame/ImageBitmapTest.cpp', |
| 3268 'html/HTMLDimensionTest.cpp', | 3269 'html/HTMLDimensionTest.cpp', |
| 3269 'html/LinkRelAttributeTest.cpp', | 3270 'html/LinkRelAttributeTest.cpp', |
| 3270 'html/TimeRangesTest.cpp', | 3271 'html/TimeRangesTest.cpp', |
| 3271 'html/parser/HTMLParserThreadTest.cpp', | 3272 'html/parser/HTMLParserThreadTest.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 'rendering/RenderOverflowTest.cpp', | 3275 'rendering/RenderOverflowTest.cpp', |
| 3275 'rendering/shapes/BoxShapeTest.cpp', | 3276 'rendering/shapes/BoxShapeTest.cpp', |
| 3276 'testing/UnitTestHelpers.cpp', | 3277 'testing/UnitTestHelpers.cpp', |
| 3277 'testing/UnitTestHelpers.h', | 3278 'testing/UnitTestHelpers.h', |
| 3278 ], | 3279 ], |
| 3279 } | 3280 } |
| 3280 } | 3281 } |
| OLD | NEW |