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

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

Issue 24096029: Moved the majority of WebGL functionality into WebGLRenderingContextBase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-wrote patch by hand (too much to rebase) Created 6 years, 10 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/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'clipboard/Clipboard.idl', 9 'clipboard/Clipboard.idl',
10 'clipboard/DataTransferItem.idl', 10 'clipboard/DataTransferItem.idl',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'html/canvas/WebGLContextEvent.idl', 241 'html/canvas/WebGLContextEvent.idl',
242 'html/canvas/WebGLDebugRendererInfo.idl', 242 'html/canvas/WebGLDebugRendererInfo.idl',
243 'html/canvas/WebGLDebugShaders.idl', 243 'html/canvas/WebGLDebugShaders.idl',
244 'html/canvas/WebGLDepthTexture.idl', 244 'html/canvas/WebGLDepthTexture.idl',
245 'html/canvas/WebGLDrawBuffers.idl', 245 'html/canvas/WebGLDrawBuffers.idl',
246 'html/canvas/WebGLFramebuffer.idl', 246 'html/canvas/WebGLFramebuffer.idl',
247 'html/canvas/WebGLLoseContext.idl', 247 'html/canvas/WebGLLoseContext.idl',
248 'html/canvas/WebGLProgram.idl', 248 'html/canvas/WebGLProgram.idl',
249 'html/canvas/WebGLRenderbuffer.idl', 249 'html/canvas/WebGLRenderbuffer.idl',
250 'html/canvas/WebGLRenderingContext.idl', 250 'html/canvas/WebGLRenderingContext.idl',
251 'html/canvas/WebGLRenderingContextBase.idl',
251 'html/canvas/WebGLShader.idl', 252 'html/canvas/WebGLShader.idl',
252 'html/canvas/WebGLShaderPrecisionFormat.idl', 253 'html/canvas/WebGLShaderPrecisionFormat.idl',
253 'html/canvas/WebGLTexture.idl', 254 'html/canvas/WebGLTexture.idl',
254 'html/canvas/WebGLUniformLocation.idl', 255 'html/canvas/WebGLUniformLocation.idl',
255 'html/canvas/WebGLVertexArrayObjectOES.idl', 256 'html/canvas/WebGLVertexArrayObjectOES.idl',
256 'html/ime/InputMethodContext.idl', 257 'html/ime/InputMethodContext.idl',
257 'html/shadow/HTMLContentElement.idl', 258 'html/shadow/HTMLContentElement.idl',
258 'html/shadow/HTMLShadowElement.idl', 259 'html/shadow/HTMLShadowElement.idl',
259 'html/track/TextTrack.idl', 260 'html/track/TextTrack.idl',
260 'html/track/TextTrackCue.idl', 261 'html/track/TextTrackCue.idl',
(...skipping 2198 matching lines...) Expand 10 before | Expand all | Expand 10 after
2459 'html/canvas/WebGLDebugRendererInfo.cpp', 2460 'html/canvas/WebGLDebugRendererInfo.cpp',
2460 'html/canvas/WebGLDebugRendererInfo.h', 2461 'html/canvas/WebGLDebugRendererInfo.h',
2461 'html/canvas/WebGLDebugShaders.cpp', 2462 'html/canvas/WebGLDebugShaders.cpp',
2462 'html/canvas/WebGLDebugShaders.h', 2463 'html/canvas/WebGLDebugShaders.h',
2463 'html/canvas/WebGLDepthTexture.cpp', 2464 'html/canvas/WebGLDepthTexture.cpp',
2464 'html/canvas/WebGLDepthTexture.h', 2465 'html/canvas/WebGLDepthTexture.h',
2465 'html/canvas/WebGLDrawBuffers.cpp', 2466 'html/canvas/WebGLDrawBuffers.cpp',
2466 'html/canvas/WebGLDrawBuffers.h', 2467 'html/canvas/WebGLDrawBuffers.h',
2467 'html/canvas/WebGLExtension.cpp', 2468 'html/canvas/WebGLExtension.cpp',
2468 'html/canvas/WebGLExtension.h', 2469 'html/canvas/WebGLExtension.h',
2470 'html/canvas/WebGLExtensionNames.h',
2469 'html/canvas/WebGLFramebuffer.cpp', 2471 'html/canvas/WebGLFramebuffer.cpp',
2470 'html/canvas/WebGLFramebuffer.h', 2472 'html/canvas/WebGLFramebuffer.h',
2471 'html/canvas/WebGLGetInfo.cpp', 2473 'html/canvas/WebGLGetInfo.cpp',
2472 'html/canvas/WebGLGetInfo.h', 2474 'html/canvas/WebGLGetInfo.h',
2473 'html/canvas/WebGLLoseContext.cpp', 2475 'html/canvas/WebGLLoseContext.cpp',
2474 'html/canvas/WebGLLoseContext.h', 2476 'html/canvas/WebGLLoseContext.h',
2475 'html/canvas/WebGLObject.cpp', 2477 'html/canvas/WebGLObject.cpp',
2476 'html/canvas/WebGLObject.h', 2478 'html/canvas/WebGLObject.h',
2477 'html/canvas/WebGLProgram.cpp', 2479 'html/canvas/WebGLProgram.cpp',
2478 'html/canvas/WebGLProgram.h', 2480 'html/canvas/WebGLProgram.h',
2479 'html/canvas/WebGLRenderbuffer.cpp', 2481 'html/canvas/WebGLRenderbuffer.cpp',
2480 'html/canvas/WebGLRenderbuffer.h', 2482 'html/canvas/WebGLRenderbuffer.h',
2481 'html/canvas/WebGLRenderingContext.cpp', 2483 'html/canvas/WebGLRenderingContext.cpp',
2482 'html/canvas/WebGLRenderingContext.h', 2484 'html/canvas/WebGLRenderingContext.h',
2485 'html/canvas/WebGLRenderingContextBase.cpp',
2486 'html/canvas/WebGLRenderingContextBase.h',
2483 'html/canvas/WebGLShader.cpp', 2487 'html/canvas/WebGLShader.cpp',
2484 'html/canvas/WebGLShader.h', 2488 'html/canvas/WebGLShader.h',
2485 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2489 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2486 'html/canvas/WebGLShaderPrecisionFormat.h', 2490 'html/canvas/WebGLShaderPrecisionFormat.h',
2487 'html/canvas/WebGLSharedObject.cpp', 2491 'html/canvas/WebGLSharedObject.cpp',
2488 'html/canvas/WebGLSharedObject.h', 2492 'html/canvas/WebGLSharedObject.h',
2489 'html/canvas/WebGLTexture.cpp', 2493 'html/canvas/WebGLTexture.cpp',
2490 'html/canvas/WebGLTexture.h', 2494 'html/canvas/WebGLTexture.h',
2491 'html/canvas/WebGLUniformLocation.cpp', 2495 'html/canvas/WebGLUniformLocation.cpp',
2492 'html/canvas/WebGLUniformLocation.h', 2496 'html/canvas/WebGLUniformLocation.h',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'html/parser/HTMLParserThreadTest.cpp', 3261 'html/parser/HTMLParserThreadTest.cpp',
3258 'html/track/vtt/BufferedLineReaderTest.cpp', 3262 'html/track/vtt/BufferedLineReaderTest.cpp',
3259 'html/track/vtt/VTTScannerTest.cpp', 3263 'html/track/vtt/VTTScannerTest.cpp',
3260 'rendering/RenderOverflowTest.cpp', 3264 'rendering/RenderOverflowTest.cpp',
3261 'rendering/shapes/BoxShapeTest.cpp', 3265 'rendering/shapes/BoxShapeTest.cpp',
3262 'testing/UnitTestHelpers.cpp', 3266 'testing/UnitTestHelpers.cpp',
3263 'testing/UnitTestHelpers.h', 3267 'testing/UnitTestHelpers.h',
3264 ], 3268 ],
3265 } 3269 }
3266 } 3270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698