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

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: Fixed typo in gypi, was only causing issues on Windows (?!?) 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 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'html/canvas/WebGLContextEvent.idl', 239 'html/canvas/WebGLContextEvent.idl',
240 'html/canvas/WebGLDebugRendererInfo.idl', 240 'html/canvas/WebGLDebugRendererInfo.idl',
241 'html/canvas/WebGLDebugShaders.idl', 241 'html/canvas/WebGLDebugShaders.idl',
242 'html/canvas/WebGLDepthTexture.idl', 242 'html/canvas/WebGLDepthTexture.idl',
243 'html/canvas/WebGLDrawBuffers.idl', 243 'html/canvas/WebGLDrawBuffers.idl',
244 'html/canvas/WebGLFramebuffer.idl', 244 'html/canvas/WebGLFramebuffer.idl',
245 'html/canvas/WebGLLoseContext.idl', 245 'html/canvas/WebGLLoseContext.idl',
246 'html/canvas/WebGLProgram.idl', 246 'html/canvas/WebGLProgram.idl',
247 'html/canvas/WebGLRenderbuffer.idl', 247 'html/canvas/WebGLRenderbuffer.idl',
248 'html/canvas/WebGLRenderingContext.idl', 248 'html/canvas/WebGLRenderingContext.idl',
249 'html/canvas/WebGLRenderingContextBase.idl',
249 'html/canvas/WebGLShader.idl', 250 'html/canvas/WebGLShader.idl',
250 'html/canvas/WebGLShaderPrecisionFormat.idl', 251 'html/canvas/WebGLShaderPrecisionFormat.idl',
251 'html/canvas/WebGLTexture.idl', 252 'html/canvas/WebGLTexture.idl',
252 'html/canvas/WebGLUniformLocation.idl', 253 'html/canvas/WebGLUniformLocation.idl',
253 'html/canvas/WebGLVertexArrayObjectOES.idl', 254 'html/canvas/WebGLVertexArrayObjectOES.idl',
254 'html/ime/InputMethodContext.idl', 255 'html/ime/InputMethodContext.idl',
255 'html/shadow/HTMLContentElement.idl', 256 'html/shadow/HTMLContentElement.idl',
256 'html/shadow/HTMLShadowElement.idl', 257 'html/shadow/HTMLShadowElement.idl',
257 'html/track/TextTrack.idl', 258 'html/track/TextTrack.idl',
258 'html/track/TextTrackCue.idl', 259 'html/track/TextTrackCue.idl',
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2446 'html/canvas/WebGLDebugRendererInfo.cpp', 2447 'html/canvas/WebGLDebugRendererInfo.cpp',
2447 'html/canvas/WebGLDebugRendererInfo.h', 2448 'html/canvas/WebGLDebugRendererInfo.h',
2448 'html/canvas/WebGLDebugShaders.cpp', 2449 'html/canvas/WebGLDebugShaders.cpp',
2449 'html/canvas/WebGLDebugShaders.h', 2450 'html/canvas/WebGLDebugShaders.h',
2450 'html/canvas/WebGLDepthTexture.cpp', 2451 'html/canvas/WebGLDepthTexture.cpp',
2451 'html/canvas/WebGLDepthTexture.h', 2452 'html/canvas/WebGLDepthTexture.h',
2452 'html/canvas/WebGLDrawBuffers.cpp', 2453 'html/canvas/WebGLDrawBuffers.cpp',
2453 'html/canvas/WebGLDrawBuffers.h', 2454 'html/canvas/WebGLDrawBuffers.h',
2454 'html/canvas/WebGLExtension.cpp', 2455 'html/canvas/WebGLExtension.cpp',
2455 'html/canvas/WebGLExtension.h', 2456 'html/canvas/WebGLExtension.h',
2457 'html/canvas/WebGLExtensionName.h',
2456 'html/canvas/WebGLFramebuffer.cpp', 2458 'html/canvas/WebGLFramebuffer.cpp',
2457 'html/canvas/WebGLFramebuffer.h', 2459 'html/canvas/WebGLFramebuffer.h',
2458 'html/canvas/WebGLGetInfo.cpp', 2460 'html/canvas/WebGLGetInfo.cpp',
2459 'html/canvas/WebGLGetInfo.h', 2461 'html/canvas/WebGLGetInfo.h',
2460 'html/canvas/WebGLLoseContext.cpp', 2462 'html/canvas/WebGLLoseContext.cpp',
2461 'html/canvas/WebGLLoseContext.h', 2463 'html/canvas/WebGLLoseContext.h',
2462 'html/canvas/WebGLObject.cpp', 2464 'html/canvas/WebGLObject.cpp',
2463 'html/canvas/WebGLObject.h', 2465 'html/canvas/WebGLObject.h',
2464 'html/canvas/WebGLProgram.cpp', 2466 'html/canvas/WebGLProgram.cpp',
2465 'html/canvas/WebGLProgram.h', 2467 'html/canvas/WebGLProgram.h',
2466 'html/canvas/WebGLRenderbuffer.cpp', 2468 'html/canvas/WebGLRenderbuffer.cpp',
2467 'html/canvas/WebGLRenderbuffer.h', 2469 'html/canvas/WebGLRenderbuffer.h',
2468 'html/canvas/WebGLRenderingContext.cpp', 2470 'html/canvas/WebGLRenderingContext.cpp',
2469 'html/canvas/WebGLRenderingContext.h', 2471 'html/canvas/WebGLRenderingContext.h',
2472 'html/canvas/WebGLRenderingContextBase.cpp',
2473 'html/canvas/WebGLRenderingContextBase.h',
2470 'html/canvas/WebGLShader.cpp', 2474 'html/canvas/WebGLShader.cpp',
2471 'html/canvas/WebGLShader.h', 2475 'html/canvas/WebGLShader.h',
2472 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2476 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2473 'html/canvas/WebGLShaderPrecisionFormat.h', 2477 'html/canvas/WebGLShaderPrecisionFormat.h',
2474 'html/canvas/WebGLSharedObject.cpp', 2478 'html/canvas/WebGLSharedObject.cpp',
2475 'html/canvas/WebGLSharedObject.h', 2479 'html/canvas/WebGLSharedObject.h',
2476 'html/canvas/WebGLTexture.cpp', 2480 'html/canvas/WebGLTexture.cpp',
2477 'html/canvas/WebGLTexture.h', 2481 'html/canvas/WebGLTexture.h',
2478 'html/canvas/WebGLUniformLocation.cpp', 2482 'html/canvas/WebGLUniformLocation.cpp',
2479 'html/canvas/WebGLUniformLocation.h', 2483 'html/canvas/WebGLUniformLocation.h',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 'html/parser/HTMLParserThreadTest.cpp', 3275 'html/parser/HTMLParserThreadTest.cpp',
3272 'html/track/vtt/BufferedLineReaderTest.cpp', 3276 'html/track/vtt/BufferedLineReaderTest.cpp',
3273 'html/track/vtt/VTTScannerTest.cpp', 3277 'html/track/vtt/VTTScannerTest.cpp',
3274 'rendering/RenderOverflowTest.cpp', 3278 'rendering/RenderOverflowTest.cpp',
3275 'rendering/shapes/BoxShapeTest.cpp', 3279 'rendering/shapes/BoxShapeTest.cpp',
3276 'testing/UnitTestHelpers.cpp', 3280 'testing/UnitTestHelpers.cpp',
3277 'testing/UnitTestHelpers.h', 3281 'testing/UnitTestHelpers.h',
3278 ], 3282 ],
3279 } 3283 }
3280 } 3284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698