| 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 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2411 'html/ValidityState.cpp', | 2411 'html/ValidityState.cpp', |
| 2412 'html/ValidityState.h', | 2412 'html/ValidityState.h', |
| 2413 'html/canvas/ANGLEInstancedArrays.cpp', | 2413 'html/canvas/ANGLEInstancedArrays.cpp', |
| 2414 'html/canvas/ANGLEInstancedArrays.h', | 2414 'html/canvas/ANGLEInstancedArrays.h', |
| 2415 'html/canvas/Canvas2DContextAttributes.cpp', | 2415 'html/canvas/Canvas2DContextAttributes.cpp', |
| 2416 'html/canvas/Canvas2DContextAttributes.h', | 2416 'html/canvas/Canvas2DContextAttributes.h', |
| 2417 'html/canvas/CanvasContextAttributes.cpp', | 2417 'html/canvas/CanvasContextAttributes.cpp', |
| 2418 'html/canvas/CanvasContextAttributes.h', | 2418 'html/canvas/CanvasContextAttributes.h', |
| 2419 'html/canvas/CanvasGradient.cpp', | 2419 'html/canvas/CanvasGradient.cpp', |
| 2420 'html/canvas/CanvasGradient.h', | 2420 'html/canvas/CanvasGradient.h', |
| 2421 'html/canvas/CanvasImageSource.h', |
| 2421 'html/canvas/CanvasPathMethods.cpp', | 2422 'html/canvas/CanvasPathMethods.cpp', |
| 2422 'html/canvas/CanvasPathMethods.h', | 2423 'html/canvas/CanvasPathMethods.h', |
| 2423 'html/canvas/CanvasPattern.cpp', | 2424 'html/canvas/CanvasPattern.cpp', |
| 2424 'html/canvas/CanvasPattern.h', | 2425 'html/canvas/CanvasPattern.h', |
| 2425 'html/canvas/CanvasRenderingContext.cpp', | 2426 'html/canvas/CanvasRenderingContext.cpp', |
| 2426 'html/canvas/CanvasRenderingContext.h', | 2427 'html/canvas/CanvasRenderingContext.h', |
| 2427 'html/canvas/CanvasRenderingContext2D.cpp', | 2428 'html/canvas/CanvasRenderingContext2D.cpp', |
| 2428 'html/canvas/CanvasRenderingContext2D.h', | 2429 'html/canvas/CanvasRenderingContext2D.h', |
| 2429 'html/canvas/CanvasStyle.cpp', | 2430 'html/canvas/CanvasStyle.cpp', |
| 2430 'html/canvas/CanvasStyle.h', | 2431 'html/canvas/CanvasStyle.h', |
| (...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3298 'html/parser/HTMLParserThreadTest.cpp', | 3299 'html/parser/HTMLParserThreadTest.cpp', |
| 3299 'html/track/vtt/BufferedLineReaderTest.cpp', | 3300 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3300 'html/track/vtt/VTTScannerTest.cpp', | 3301 'html/track/vtt/VTTScannerTest.cpp', |
| 3301 'rendering/RenderOverflowTest.cpp', | 3302 'rendering/RenderOverflowTest.cpp', |
| 3302 'rendering/shapes/BoxShapeTest.cpp', | 3303 'rendering/shapes/BoxShapeTest.cpp', |
| 3303 'testing/UnitTestHelpers.cpp', | 3304 'testing/UnitTestHelpers.cpp', |
| 3304 'testing/UnitTestHelpers.h', | 3305 'testing/UnitTestHelpers.h', |
| 3305 ], | 3306 ], |
| 3306 } | 3307 } |
| 3307 } | 3308 } |
| OLD | NEW |