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