| 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 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2398 'html/ValidityState.cpp', | 2398 'html/ValidityState.cpp', |
| 2399 'html/ValidityState.h', | 2399 'html/ValidityState.h', |
| 2400 'html/canvas/ANGLEInstancedArrays.cpp', | 2400 'html/canvas/ANGLEInstancedArrays.cpp', |
| 2401 'html/canvas/ANGLEInstancedArrays.h', | 2401 'html/canvas/ANGLEInstancedArrays.h', |
| 2402 'html/canvas/Canvas2DContextAttributes.cpp', | 2402 'html/canvas/Canvas2DContextAttributes.cpp', |
| 2403 'html/canvas/Canvas2DContextAttributes.h', | 2403 'html/canvas/Canvas2DContextAttributes.h', |
| 2404 'html/canvas/CanvasContextAttributes.cpp', | 2404 'html/canvas/CanvasContextAttributes.cpp', |
| 2405 'html/canvas/CanvasContextAttributes.h', | 2405 'html/canvas/CanvasContextAttributes.h', |
| 2406 'html/canvas/CanvasGradient.cpp', | 2406 'html/canvas/CanvasGradient.cpp', |
| 2407 'html/canvas/CanvasGradient.h', | 2407 'html/canvas/CanvasGradient.h', |
| 2408 'html/canvas/CanvasImageSource.h', |
| 2408 'html/canvas/CanvasPathMethods.cpp', | 2409 'html/canvas/CanvasPathMethods.cpp', |
| 2409 'html/canvas/CanvasPathMethods.h', | 2410 'html/canvas/CanvasPathMethods.h', |
| 2410 'html/canvas/CanvasPattern.cpp', | 2411 'html/canvas/CanvasPattern.cpp', |
| 2411 'html/canvas/CanvasPattern.h', | 2412 'html/canvas/CanvasPattern.h', |
| 2412 'html/canvas/CanvasRenderingContext.cpp', | 2413 'html/canvas/CanvasRenderingContext.cpp', |
| 2413 'html/canvas/CanvasRenderingContext.h', | 2414 'html/canvas/CanvasRenderingContext.h', |
| 2414 'html/canvas/CanvasRenderingContext2D.cpp', | 2415 'html/canvas/CanvasRenderingContext2D.cpp', |
| 2415 'html/canvas/CanvasRenderingContext2D.h', | 2416 'html/canvas/CanvasRenderingContext2D.h', |
| 2416 'html/canvas/CanvasStyle.cpp', | 2417 'html/canvas/CanvasStyle.cpp', |
| 2417 'html/canvas/CanvasStyle.h', | 2418 'html/canvas/CanvasStyle.h', |
| (...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3290 'html/parser/HTMLParserThreadTest.cpp', | 3291 'html/parser/HTMLParserThreadTest.cpp', |
| 3291 'html/track/vtt/BufferedLineReaderTest.cpp', | 3292 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3292 'html/track/vtt/VTTScannerTest.cpp', | 3293 'html/track/vtt/VTTScannerTest.cpp', |
| 3293 'rendering/RenderOverflowTest.cpp', | 3294 'rendering/RenderOverflowTest.cpp', |
| 3294 'rendering/shapes/BoxShapeTest.cpp', | 3295 'rendering/shapes/BoxShapeTest.cpp', |
| 3295 'testing/UnitTestHelpers.cpp', | 3296 'testing/UnitTestHelpers.cpp', |
| 3296 'testing/UnitTestHelpers.h', | 3297 'testing/UnitTestHelpers.h', |
| 3297 ], | 3298 ], |
| 3298 } | 3299 } |
| 3299 } | 3300 } |
| OLD | NEW |