| 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 2381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2392 'html/ValidityState.cpp', | 2392 'html/ValidityState.cpp', |
| 2393 'html/ValidityState.h', | 2393 'html/ValidityState.h', |
| 2394 'html/canvas/ANGLEInstancedArrays.cpp', | 2394 'html/canvas/ANGLEInstancedArrays.cpp', |
| 2395 'html/canvas/ANGLEInstancedArrays.h', | 2395 'html/canvas/ANGLEInstancedArrays.h', |
| 2396 'html/canvas/Canvas2DContextAttributes.cpp', | 2396 'html/canvas/Canvas2DContextAttributes.cpp', |
| 2397 'html/canvas/Canvas2DContextAttributes.h', | 2397 'html/canvas/Canvas2DContextAttributes.h', |
| 2398 'html/canvas/CanvasContextAttributes.cpp', | 2398 'html/canvas/CanvasContextAttributes.cpp', |
| 2399 'html/canvas/CanvasContextAttributes.h', | 2399 'html/canvas/CanvasContextAttributes.h', |
| 2400 'html/canvas/CanvasGradient.cpp', | 2400 'html/canvas/CanvasGradient.cpp', |
| 2401 'html/canvas/CanvasGradient.h', | 2401 'html/canvas/CanvasGradient.h', |
| 2402 'html/canvas/CanvasImageSource.h', |
| 2402 'html/canvas/CanvasPathMethods.cpp', | 2403 'html/canvas/CanvasPathMethods.cpp', |
| 2403 'html/canvas/CanvasPathMethods.h', | 2404 'html/canvas/CanvasPathMethods.h', |
| 2404 'html/canvas/CanvasPattern.cpp', | 2405 'html/canvas/CanvasPattern.cpp', |
| 2405 'html/canvas/CanvasPattern.h', | 2406 'html/canvas/CanvasPattern.h', |
| 2406 'html/canvas/CanvasRenderingContext.cpp', | 2407 'html/canvas/CanvasRenderingContext.cpp', |
| 2407 'html/canvas/CanvasRenderingContext.h', | 2408 'html/canvas/CanvasRenderingContext.h', |
| 2408 'html/canvas/CanvasRenderingContext2D.cpp', | 2409 'html/canvas/CanvasRenderingContext2D.cpp', |
| 2409 'html/canvas/CanvasRenderingContext2D.h', | 2410 'html/canvas/CanvasRenderingContext2D.h', |
| 2410 'html/canvas/CanvasStyle.cpp', | 2411 'html/canvas/CanvasStyle.cpp', |
| 2411 'html/canvas/CanvasStyle.h', | 2412 'html/canvas/CanvasStyle.h', |
| (...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3282 'html/parser/HTMLParserThreadTest.cpp', | 3283 'html/parser/HTMLParserThreadTest.cpp', |
| 3283 'html/track/vtt/BufferedLineReaderTest.cpp', | 3284 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3284 'html/track/vtt/VTTScannerTest.cpp', | 3285 'html/track/vtt/VTTScannerTest.cpp', |
| 3285 'rendering/RenderOverflowTest.cpp', | 3286 'rendering/RenderOverflowTest.cpp', |
| 3286 'rendering/shapes/BoxShapeTest.cpp', | 3287 'rendering/shapes/BoxShapeTest.cpp', |
| 3287 'testing/UnitTestHelpers.cpp', | 3288 'testing/UnitTestHelpers.cpp', |
| 3288 'testing/UnitTestHelpers.h', | 3289 'testing/UnitTestHelpers.h', |
| 3289 ], | 3290 ], |
| 3290 } | 3291 } |
| 3291 } | 3292 } |
| OLD | NEW |