| 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/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/AnimationTimeline.idl', | 8 'animation/AnimationTimeline.idl', |
| 9 'animation/TimedItem.idl', | 9 'animation/TimedItem.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3379 'frame/ImageBitmapTest.cpp', | 3379 'frame/ImageBitmapTest.cpp', |
| 3380 'html/HTMLDimensionTest.cpp', | 3380 'html/HTMLDimensionTest.cpp', |
| 3381 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3381 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3382 'html/LinkRelAttributeTest.cpp', | 3382 'html/LinkRelAttributeTest.cpp', |
| 3383 'html/TimeRangesTest.cpp', | 3383 'html/TimeRangesTest.cpp', |
| 3384 'html/parser/HTMLParserThreadTest.cpp', | 3384 'html/parser/HTMLParserThreadTest.cpp', |
| 3385 'html/parser/HTMLSrcsetParserTest.cpp', | 3385 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3386 'html/track/vtt/BufferedLineReaderTest.cpp', | 3386 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3387 'html/track/vtt/VTTScannerTest.cpp', | 3387 'html/track/vtt/VTTScannerTest.cpp', |
| 3388 'loader/MixedContentCheckerTest.cpp', | 3388 'loader/MixedContentCheckerTest.cpp', |
| 3389 'page/NetworkStateNotifierTest.cpp', |
| 3389 'rendering/RenderOverflowTest.cpp', | 3390 'rendering/RenderOverflowTest.cpp', |
| 3390 'rendering/shapes/BoxShapeTest.cpp', | 3391 'rendering/shapes/BoxShapeTest.cpp', |
| 3391 'testing/UnitTestHelpers.cpp', | 3392 'testing/UnitTestHelpers.cpp', |
| 3392 'testing/UnitTestHelpers.h', | 3393 'testing/UnitTestHelpers.h', |
| 3393 'xml/parser/SharedBufferReaderTest.cpp', | 3394 'xml/parser/SharedBufferReaderTest.cpp', |
| 3394 ], | 3395 ], |
| 3395 } | 3396 } |
| 3396 } | 3397 } |
| OLD | NEW |