| 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/TimedItem.idl', | 8 'animation/TimedItem.idl', |
| 9 'animation/Timeline.idl', | 9 'animation/Timeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2490 'html/ValidityState.cpp', | 2490 'html/ValidityState.cpp', |
| 2491 'html/ValidityState.h', | 2491 'html/ValidityState.h', |
| 2492 'html/canvas/ANGLEInstancedArrays.cpp', | 2492 'html/canvas/ANGLEInstancedArrays.cpp', |
| 2493 'html/canvas/ANGLEInstancedArrays.h', | 2493 'html/canvas/ANGLEInstancedArrays.h', |
| 2494 'html/canvas/Canvas2DContextAttributes.cpp', | 2494 'html/canvas/Canvas2DContextAttributes.cpp', |
| 2495 'html/canvas/Canvas2DContextAttributes.h', | 2495 'html/canvas/Canvas2DContextAttributes.h', |
| 2496 'html/canvas/CanvasContextAttributes.cpp', | 2496 'html/canvas/CanvasContextAttributes.cpp', |
| 2497 'html/canvas/CanvasContextAttributes.h', | 2497 'html/canvas/CanvasContextAttributes.h', |
| 2498 'html/canvas/CanvasGradient.cpp', | 2498 'html/canvas/CanvasGradient.cpp', |
| 2499 'html/canvas/CanvasGradient.h', | 2499 'html/canvas/CanvasGradient.h', |
| 2500 'html/canvas/CanvasHitRegion.cpp', |
| 2501 'html/canvas/CanvasHitRegion.h', |
| 2500 'html/canvas/CanvasImageSource.h', | 2502 'html/canvas/CanvasImageSource.h', |
| 2501 'html/canvas/CanvasPathMethods.cpp', | 2503 'html/canvas/CanvasPathMethods.cpp', |
| 2502 'html/canvas/CanvasPathMethods.h', | 2504 'html/canvas/CanvasPathMethods.h', |
| 2503 'html/canvas/CanvasPattern.cpp', | 2505 'html/canvas/CanvasPattern.cpp', |
| 2504 'html/canvas/CanvasPattern.h', | 2506 'html/canvas/CanvasPattern.h', |
| 2505 'html/canvas/CanvasRenderingContext.cpp', | 2507 'html/canvas/CanvasRenderingContext.cpp', |
| 2506 'html/canvas/CanvasRenderingContext.h', | 2508 'html/canvas/CanvasRenderingContext.h', |
| 2507 'html/canvas/CanvasRenderingContext2D.cpp', | 2509 'html/canvas/CanvasRenderingContext2D.cpp', |
| 2508 'html/canvas/CanvasRenderingContext2D.h', | 2510 'html/canvas/CanvasRenderingContext2D.h', |
| 2509 'html/canvas/CanvasStyle.cpp', | 2511 'html/canvas/CanvasStyle.cpp', |
| (...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3391 'html/track/vtt/VTTScannerTest.cpp', | 3393 'html/track/vtt/VTTScannerTest.cpp', |
| 3392 'loader/MixedContentCheckerTest.cpp', | 3394 'loader/MixedContentCheckerTest.cpp', |
| 3393 'rendering/RenderOverflowTest.cpp', | 3395 'rendering/RenderOverflowTest.cpp', |
| 3394 'rendering/shapes/BoxShapeTest.cpp', | 3396 'rendering/shapes/BoxShapeTest.cpp', |
| 3395 'testing/UnitTestHelpers.cpp', | 3397 'testing/UnitTestHelpers.cpp', |
| 3396 'testing/UnitTestHelpers.h', | 3398 'testing/UnitTestHelpers.h', |
| 3397 'xml/parser/SharedBufferReaderTest.cpp', | 3399 'xml/parser/SharedBufferReaderTest.cpp', |
| 3398 ], | 3400 ], |
| 3399 } | 3401 } |
| 3400 } | 3402 } |
| OLD | NEW |