Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: Source/core/core.gypi

Issue 205243013: Got WebGLRenderingContextBase to work with the "implements" syntax (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + Layout Test Update Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'html/canvas/WebGLContextEvent.idl', 240 'html/canvas/WebGLContextEvent.idl',
241 'html/canvas/WebGLDebugRendererInfo.idl', 241 'html/canvas/WebGLDebugRendererInfo.idl',
242 'html/canvas/WebGLDebugShaders.idl', 242 'html/canvas/WebGLDebugShaders.idl',
243 'html/canvas/WebGLDepthTexture.idl', 243 'html/canvas/WebGLDepthTexture.idl',
244 'html/canvas/WebGLDrawBuffers.idl', 244 'html/canvas/WebGLDrawBuffers.idl',
245 'html/canvas/WebGLFramebuffer.idl', 245 'html/canvas/WebGLFramebuffer.idl',
246 'html/canvas/WebGLLoseContext.idl', 246 'html/canvas/WebGLLoseContext.idl',
247 'html/canvas/WebGLProgram.idl', 247 'html/canvas/WebGLProgram.idl',
248 'html/canvas/WebGLRenderbuffer.idl', 248 'html/canvas/WebGLRenderbuffer.idl',
249 'html/canvas/WebGLRenderingContext.idl', 249 'html/canvas/WebGLRenderingContext.idl',
250 'html/canvas/WebGLRenderingContextBase.idl',
251 'html/canvas/WebGLShader.idl', 250 'html/canvas/WebGLShader.idl',
252 'html/canvas/WebGLShaderPrecisionFormat.idl', 251 'html/canvas/WebGLShaderPrecisionFormat.idl',
253 'html/canvas/WebGLTexture.idl', 252 'html/canvas/WebGLTexture.idl',
254 'html/canvas/WebGLUniformLocation.idl', 253 'html/canvas/WebGLUniformLocation.idl',
255 'html/canvas/WebGLVertexArrayObjectOES.idl', 254 'html/canvas/WebGLVertexArrayObjectOES.idl',
256 'html/ime/InputMethodContext.idl', 255 'html/ime/InputMethodContext.idl',
257 'html/track/TextTrack.idl', 256 'html/track/TextTrack.idl',
258 'html/track/TextTrackCue.idl', 257 'html/track/TextTrackCue.idl',
259 'html/track/TextTrackCueList.idl', 258 'html/track/TextTrackCueList.idl',
260 'html/track/TextTrackList.idl', 259 'html/track/TextTrackList.idl',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'dom/URLUtils.idl', 458 'dom/URLUtils.idl',
460 'dom/URLUtilsReadOnly.idl', 459 'dom/URLUtilsReadOnly.idl',
461 'events/EventListener.idl', 460 'events/EventListener.idl',
462 'events/NavigatorEvents.idl', 461 'events/NavigatorEvents.idl',
463 'frame/NavigatorID.idl', 462 'frame/NavigatorID.idl',
464 'frame/NavigatorOnLine.idl', 463 'frame/NavigatorOnLine.idl',
465 'frame/WindowBase64.idl', 464 'frame/WindowBase64.idl',
466 'frame/WindowEventHandlers.idl', 465 'frame/WindowEventHandlers.idl',
467 'frame/WindowTimers.idl', 466 'frame/WindowTimers.idl',
468 'html/canvas/CanvasPathMethods.idl', 467 'html/canvas/CanvasPathMethods.idl',
468 'html/canvas/WebGLRenderingContextBase.idl',
469 'page/WindowPagePopup.idl', 469 'page/WindowPagePopup.idl',
470 'svg/SVGDocument.idl', 470 'svg/SVGDocument.idl',
471 'svg/SVGFilterPrimitiveStandardAttributes.idl', 471 'svg/SVGFilterPrimitiveStandardAttributes.idl',
472 'svg/SVGFitToViewBox.idl', 472 'svg/SVGFitToViewBox.idl',
473 'svg/SVGTests.idl', 473 'svg/SVGTests.idl',
474 'svg/SVGURIReference.idl', 474 'svg/SVGURIReference.idl',
475 'svg/SVGZoomAndPan.idl', 475 'svg/SVGZoomAndPan.idl',
476 'workers/AbstractWorker.idl', 476 'workers/AbstractWorker.idl',
477 'xml/DocumentXPathEvaluator.idl', 477 'xml/DocumentXPathEvaluator.idl',
478 ], 478 ],
(...skipping 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3330 ],
3331 } 3331 }
3332 } 3332 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | Source/core/html/canvas/WebGLRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698