| 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 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3332 'css/CSSTestHelper.h', | 3332 'css/CSSTestHelper.h', |
| 3333 'css/CSSValueTestHelper.h', | 3333 'css/CSSValueTestHelper.h', |
| 3334 'css/DragUpdateTest.cpp', | 3334 'css/DragUpdateTest.cpp', |
| 3335 'css/HoverUpdateTest.cpp', | 3335 'css/HoverUpdateTest.cpp', |
| 3336 'css/MediaQueryEvaluatorTest.cpp', | 3336 'css/MediaQueryEvaluatorTest.cpp', |
| 3337 'css/MediaQuerySetTest.cpp', | 3337 'css/MediaQuerySetTest.cpp', |
| 3338 'css/RuleSetTest.cpp', | 3338 'css/RuleSetTest.cpp', |
| 3339 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3339 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3340 'css/parser/BisonCSSParserTest.cpp', | 3340 'css/parser/BisonCSSParserTest.cpp', |
| 3341 'css/parser/MediaQueryTokenizerTest.cpp', | 3341 'css/parser/MediaQueryTokenizerTest.cpp', |
| 3342 'css/parser/MediaConditionTest.cpp', |
| 3342 'css/resolver/FontBuilderTest.cpp', | 3343 'css/resolver/FontBuilderTest.cpp', |
| 3343 'dom/ActiveDOMObjectTest.cpp', | 3344 'dom/ActiveDOMObjectTest.cpp', |
| 3344 'dom/DOMImplementationTest.cpp', | 3345 'dom/DOMImplementationTest.cpp', |
| 3345 'dom/DocumentMarkerControllerTest.cpp', | 3346 'dom/DocumentMarkerControllerTest.cpp', |
| 3346 'dom/DocumentTest.cpp', | 3347 'dom/DocumentTest.cpp', |
| 3347 'dom/MainThreadTaskRunnerTest.cpp', | 3348 'dom/MainThreadTaskRunnerTest.cpp', |
| 3348 'dom/RangeTest.cpp', | 3349 'dom/RangeTest.cpp', |
| 3349 'editing/TextIteratorTest.cpp', | 3350 'editing/TextIteratorTest.cpp', |
| 3350 'fetch/CachingCorrectnessTest.cpp', | 3351 'fetch/CachingCorrectnessTest.cpp', |
| 3351 'fetch/ImageResourceTest.cpp', | 3352 'fetch/ImageResourceTest.cpp', |
| 3352 'fetch/MemoryCacheTest.cpp', | 3353 'fetch/MemoryCacheTest.cpp', |
| 3353 'fetch/RawResourceTest.cpp', | 3354 'fetch/RawResourceTest.cpp', |
| 3354 'fetch/ResourceFetcherTest.cpp', | 3355 'fetch/ResourceFetcherTest.cpp', |
| 3355 'frame/ImageBitmapTest.cpp', | 3356 'frame/ImageBitmapTest.cpp', |
| 3356 'html/HTMLDimensionTest.cpp', | 3357 'html/HTMLDimensionTest.cpp', |
| 3357 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3358 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3358 'html/LinkRelAttributeTest.cpp', | 3359 'html/LinkRelAttributeTest.cpp', |
| 3359 'html/TimeRangesTest.cpp', | 3360 'html/TimeRangesTest.cpp', |
| 3360 'html/parser/HTMLParserThreadTest.cpp', | 3361 'html/parser/HTMLParserThreadTest.cpp', |
| 3361 'html/track/vtt/BufferedLineReaderTest.cpp', | 3362 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3362 'html/track/vtt/VTTScannerTest.cpp', | 3363 'html/track/vtt/VTTScannerTest.cpp', |
| 3363 'rendering/RenderOverflowTest.cpp', | 3364 'rendering/RenderOverflowTest.cpp', |
| 3364 'rendering/shapes/BoxShapeTest.cpp', | 3365 'rendering/shapes/BoxShapeTest.cpp', |
| 3365 'testing/UnitTestHelpers.cpp', | 3366 'testing/UnitTestHelpers.cpp', |
| 3366 'testing/UnitTestHelpers.h', | 3367 'testing/UnitTestHelpers.h', |
| 3367 'xml/parser/SharedBufferReaderTest.cpp', | 3368 'xml/parser/SharedBufferReaderTest.cpp', |
| 3368 ], | 3369 ], |
| 3369 } | 3370 } |
| 3370 } | 3371 } |
| OLD | NEW |