| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'html/canvas/WebGLLoseContext.idl', | 258 'html/canvas/WebGLLoseContext.idl', |
| 259 'html/canvas/WebGLProgram.idl', | 259 'html/canvas/WebGLProgram.idl', |
| 260 'html/canvas/WebGLRenderbuffer.idl', | 260 'html/canvas/WebGLRenderbuffer.idl', |
| 261 'html/canvas/WebGLRenderingContext.idl', | 261 'html/canvas/WebGLRenderingContext.idl', |
| 262 'html/canvas/WebGLShader.idl', | 262 'html/canvas/WebGLShader.idl', |
| 263 'html/canvas/WebGLShaderPrecisionFormat.idl', | 263 'html/canvas/WebGLShaderPrecisionFormat.idl', |
| 264 'html/canvas/WebGLTexture.idl', | 264 'html/canvas/WebGLTexture.idl', |
| 265 'html/canvas/WebGLUniformLocation.idl', | 265 'html/canvas/WebGLUniformLocation.idl', |
| 266 'html/canvas/WebGLVertexArrayObjectOES.idl', | 266 'html/canvas/WebGLVertexArrayObjectOES.idl', |
| 267 'html/ime/InputMethodContext.idl', | 267 'html/ime/InputMethodContext.idl', |
| 268 'html/shadow/MediaControls.idl', |
| 268 'html/track/AudioTrack.idl', | 269 'html/track/AudioTrack.idl', |
| 269 'html/track/AudioTrackList.idl', | 270 'html/track/AudioTrackList.idl', |
| 270 'html/track/TextTrack.idl', | 271 'html/track/TextTrack.idl', |
| 271 'html/track/TextTrackCue.idl', | 272 'html/track/TextTrackCue.idl', |
| 272 'html/track/TextTrackCueList.idl', | 273 'html/track/TextTrackCueList.idl', |
| 273 'html/track/TextTrackList.idl', | 274 'html/track/TextTrackList.idl', |
| 274 'html/track/TrackEvent.idl', | 275 'html/track/TrackEvent.idl', |
| 275 'html/track/VideoTrack.idl', | 276 'html/track/VideoTrack.idl', |
| 276 'html/track/VideoTrackList.idl', | 277 'html/track/VideoTrackList.idl', |
| 277 'html/track/vtt/VTTCue.idl', | 278 'html/track/vtt/VTTCue.idl', |
| (...skipping 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3456 'rendering/shapes/BoxShapeTest.cpp', | 3457 'rendering/shapes/BoxShapeTest.cpp', |
| 3457 'rendering/style/OutlineValueTest.cpp', | 3458 'rendering/style/OutlineValueTest.cpp', |
| 3458 'testing/PrivateScriptTestTest.cpp', | 3459 'testing/PrivateScriptTestTest.cpp', |
| 3459 'streams/ReadableStreamTest.cpp', | 3460 'streams/ReadableStreamTest.cpp', |
| 3460 'testing/UnitTestHelpers.cpp', | 3461 'testing/UnitTestHelpers.cpp', |
| 3461 'testing/UnitTestHelpers.h', | 3462 'testing/UnitTestHelpers.h', |
| 3462 'xml/parser/SharedBufferReaderTest.cpp', | 3463 'xml/parser/SharedBufferReaderTest.cpp', |
| 3463 ], | 3464 ], |
| 3464 } | 3465 } |
| 3465 } | 3466 } |
| OLD | NEW |