| 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 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3339 'css/CSSValueTestHelper.h', | 3339 'css/CSSValueTestHelper.h', |
| 3340 'css/CSSParserValuesTest.cpp', | 3340 'css/CSSParserValuesTest.cpp', |
| 3341 'css/CSSSelectorTest.cpp', | 3341 'css/CSSSelectorTest.cpp', |
| 3342 'css/CSSValueTestHelper.h', | 3342 'css/CSSValueTestHelper.h', |
| 3343 'css/DragUpdateTest.cpp', | 3343 'css/DragUpdateTest.cpp', |
| 3344 'css/HoverUpdateTest.cpp', | 3344 'css/HoverUpdateTest.cpp', |
| 3345 'css/MediaQueryEvaluatorTest.cpp', | 3345 'css/MediaQueryEvaluatorTest.cpp', |
| 3346 'css/MediaQuerySetTest.cpp', | 3346 'css/MediaQuerySetTest.cpp', |
| 3347 'css/RuleSetTest.cpp', | 3347 'css/RuleSetTest.cpp', |
| 3348 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3348 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3349 'css/parser/MediaConditionTest.cpp', |
| 3349 'css/resolver/FontBuilderTest.cpp', | 3350 'css/resolver/FontBuilderTest.cpp', |
| 3350 'dom/ActiveDOMObjectTest.cpp', | 3351 'dom/ActiveDOMObjectTest.cpp', |
| 3351 'dom/DOMImplementationTest.cpp', | 3352 'dom/DOMImplementationTest.cpp', |
| 3352 'css/parser/BisonCSSParserTest.cpp', | 3353 'css/parser/BisonCSSParserTest.cpp', |
| 3353 'dom/DocumentMarkerControllerTest.cpp', | 3354 'dom/DocumentMarkerControllerTest.cpp', |
| 3354 'dom/DocumentTest.cpp', | 3355 'dom/DocumentTest.cpp', |
| 3355 'dom/MainThreadTaskRunnerTest.cpp', | 3356 'dom/MainThreadTaskRunnerTest.cpp', |
| 3356 'dom/RangeTest.cpp', | 3357 'dom/RangeTest.cpp', |
| 3357 'editing/TextIteratorTest.cpp', | 3358 'editing/TextIteratorTest.cpp', |
| 3358 'fetch/CachingCorrectnessTest.cpp', | 3359 'fetch/CachingCorrectnessTest.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 3369 'html/track/vtt/BufferedLineReaderTest.cpp', | 3370 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3370 'html/track/vtt/VTTScannerTest.cpp', | 3371 'html/track/vtt/VTTScannerTest.cpp', |
| 3371 'rendering/RenderOverflowTest.cpp', | 3372 'rendering/RenderOverflowTest.cpp', |
| 3372 'rendering/shapes/BoxShapeTest.cpp', | 3373 'rendering/shapes/BoxShapeTest.cpp', |
| 3373 'testing/UnitTestHelpers.cpp', | 3374 'testing/UnitTestHelpers.cpp', |
| 3374 'testing/UnitTestHelpers.h', | 3375 'testing/UnitTestHelpers.h', |
| 3375 'xml/parser/SharedBufferReaderTest.cpp', | 3376 'xml/parser/SharedBufferReaderTest.cpp', |
| 3376 ], | 3377 ], |
| 3377 } | 3378 } |
| 3378 } | 3379 } |
| OLD | NEW |