| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'html/MediaKeyEvent.idl', | 211 'html/MediaKeyEvent.idl', |
| 212 'html/RadioNodeList.idl', | 212 'html/RadioNodeList.idl', |
| 213 'html/TextMetrics.idl', | 213 'html/TextMetrics.idl', |
| 214 'html/TimeRanges.idl', | 214 'html/TimeRanges.idl', |
| 215 'html/ValidityState.idl', | 215 'html/ValidityState.idl', |
| 216 'html/VoidCallback.idl', | 216 'html/VoidCallback.idl', |
| 217 'html/canvas/ANGLEInstancedArrays.idl', | 217 'html/canvas/ANGLEInstancedArrays.idl', |
| 218 'html/canvas/Canvas2DContextAttributes.idl', | 218 'html/canvas/Canvas2DContextAttributes.idl', |
| 219 'html/canvas/CanvasGradient.idl', | 219 'html/canvas/CanvasGradient.idl', |
| 220 'html/canvas/CanvasPattern.idl', | 220 'html/canvas/CanvasPattern.idl', |
| 221 'html/canvas/CanvasRenderingContext.idl', | |
| 222 'html/canvas/CanvasRenderingContext2D.idl', | 221 'html/canvas/CanvasRenderingContext2D.idl', |
| 223 'html/canvas/EXTFragDepth.idl', | 222 'html/canvas/EXTFragDepth.idl', |
| 224 'html/canvas/EXTTextureFilterAnisotropic.idl', | 223 'html/canvas/EXTTextureFilterAnisotropic.idl', |
| 225 'html/canvas/OESElementIndexUint.idl', | 224 'html/canvas/OESElementIndexUint.idl', |
| 226 'html/canvas/OESStandardDerivatives.idl', | 225 'html/canvas/OESStandardDerivatives.idl', |
| 227 'html/canvas/OESTextureFloat.idl', | 226 'html/canvas/OESTextureFloat.idl', |
| 228 'html/canvas/OESTextureFloatLinear.idl', | 227 'html/canvas/OESTextureFloatLinear.idl', |
| 229 'html/canvas/OESTextureHalfFloat.idl', | 228 'html/canvas/OESTextureHalfFloat.idl', |
| 230 'html/canvas/OESTextureHalfFloatLinear.idl', | 229 'html/canvas/OESTextureHalfFloatLinear.idl', |
| 231 'html/canvas/OESVertexArrayObject.idl', | 230 'html/canvas/OESVertexArrayObject.idl', |
| (...skipping 3050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3282 'html/parser/HTMLParserThreadTest.cpp', | 3281 'html/parser/HTMLParserThreadTest.cpp', |
| 3283 'html/track/vtt/BufferedLineReaderTest.cpp', | 3282 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3284 'html/track/vtt/VTTScannerTest.cpp', | 3283 'html/track/vtt/VTTScannerTest.cpp', |
| 3285 'rendering/RenderOverflowTest.cpp', | 3284 'rendering/RenderOverflowTest.cpp', |
| 3286 'rendering/shapes/BoxShapeTest.cpp', | 3285 'rendering/shapes/BoxShapeTest.cpp', |
| 3287 'testing/UnitTestHelpers.cpp', | 3286 'testing/UnitTestHelpers.cpp', |
| 3288 'testing/UnitTestHelpers.h', | 3287 'testing/UnitTestHelpers.h', |
| 3289 ], | 3288 ], |
| 3290 } | 3289 } |
| 3291 } | 3290 } |
| OLD | NEW |