| 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 'css/CSS.idl', | 8 'css/CSS.idl', |
| 9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
| 10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
| (...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3252 'animation/PlayerTest.cpp', | 3252 'animation/PlayerTest.cpp', |
| 3253 'animation/TimedItemCalculationsTest.cpp', | 3253 'animation/TimedItemCalculationsTest.cpp', |
| 3254 'animation/TimedItemTest.cpp', | 3254 'animation/TimedItemTest.cpp', |
| 3255 'css/AffectedByFocusTest.cpp', | 3255 'css/AffectedByFocusTest.cpp', |
| 3256 'css/CSSCalculationValueTest.cpp', | 3256 'css/CSSCalculationValueTest.cpp', |
| 3257 'css/CSSTestHelper.cpp', | 3257 'css/CSSTestHelper.cpp', |
| 3258 'css/CSSTestHelper.h', | 3258 'css/CSSTestHelper.h', |
| 3259 'css/CSSValueTestHelper.h', | 3259 'css/CSSValueTestHelper.h', |
| 3260 'css/CSSParserValuesTest.cpp', | 3260 'css/CSSParserValuesTest.cpp', |
| 3261 'css/CSSValueTestHelper.h', | 3261 'css/CSSValueTestHelper.h', |
| 3262 'css/DragUpdateTest.cpp', |
| 3262 'css/HoverUpdateTest.cpp', | 3263 'css/HoverUpdateTest.cpp', |
| 3263 'css/RuleSetTest.cpp', | 3264 'css/RuleSetTest.cpp', |
| 3264 'dom/DOMImplementationTest.cpp', | 3265 'dom/DOMImplementationTest.cpp', |
| 3265 'dom/DocumentMarkerControllerTest.cpp', | 3266 'dom/DocumentMarkerControllerTest.cpp', |
| 3266 'dom/DocumentTest.cpp', | 3267 'dom/DocumentTest.cpp', |
| 3267 'dom/MainThreadTaskRunnerTest.cpp', | 3268 'dom/MainThreadTaskRunnerTest.cpp', |
| 3268 'editing/TextIteratorTest.cpp', | 3269 'editing/TextIteratorTest.cpp', |
| 3269 'fetch/CachingCorrectnessTest.cpp', | 3270 'fetch/CachingCorrectnessTest.cpp', |
| 3270 'fetch/ImageResourceTest.cpp', | 3271 'fetch/ImageResourceTest.cpp', |
| 3271 'fetch/MemoryCacheTest.cpp', | 3272 'fetch/MemoryCacheTest.cpp', |
| 3272 'fetch/RawResourceTest.cpp', | 3273 'fetch/RawResourceTest.cpp', |
| 3273 'fetch/ResourceFetcherTest.cpp', | 3274 'fetch/ResourceFetcherTest.cpp', |
| 3274 'frame/ImageBitmapTest.cpp', | 3275 'frame/ImageBitmapTest.cpp', |
| 3275 'html/HTMLDimensionTest.cpp', | 3276 'html/HTMLDimensionTest.cpp', |
| 3276 'html/LinkRelAttributeTest.cpp', | 3277 'html/LinkRelAttributeTest.cpp', |
| 3277 'html/TimeRangesTest.cpp', | 3278 'html/TimeRangesTest.cpp', |
| 3278 'html/parser/HTMLParserThreadTest.cpp', | 3279 'html/parser/HTMLParserThreadTest.cpp', |
| 3279 'html/track/vtt/BufferedLineReaderTest.cpp', | 3280 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3280 'html/track/vtt/VTTScannerTest.cpp', | 3281 'html/track/vtt/VTTScannerTest.cpp', |
| 3281 'rendering/RenderOverflowTest.cpp', | 3282 'rendering/RenderOverflowTest.cpp', |
| 3282 'rendering/shapes/BoxShapeTest.cpp', | 3283 'rendering/shapes/BoxShapeTest.cpp', |
| 3283 'testing/UnitTestHelpers.cpp', | 3284 'testing/UnitTestHelpers.cpp', |
| 3284 'testing/UnitTestHelpers.h', | 3285 'testing/UnitTestHelpers.h', |
| 3285 ], | 3286 ], |
| 3286 } | 3287 } |
| 3287 } | 3288 } |
| OLD | NEW |