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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 97e1b06a5fa997c0bcfabe3afe406676d8dab240..36484bf0ae6848f714c24e9328d322b94a1c0b49 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -248,6 +248,7 @@
'html/canvas/WebGLProgram.idl',
'html/canvas/WebGLRenderbuffer.idl',
'html/canvas/WebGLRenderingContext.idl',
+ 'html/canvas/WebGLRenderingContextBase.idl',
'html/canvas/WebGLShader.idl',
'html/canvas/WebGLShaderPrecisionFormat.idl',
'html/canvas/WebGLTexture.idl',
@@ -2466,6 +2467,7 @@
'html/canvas/WebGLDrawBuffers.h',
'html/canvas/WebGLExtension.cpp',
'html/canvas/WebGLExtension.h',
+ 'html/canvas/WebGLExtensionNames.h',
'html/canvas/WebGLFramebuffer.cpp',
'html/canvas/WebGLFramebuffer.h',
'html/canvas/WebGLGetInfo.cpp',
@@ -2480,6 +2482,8 @@
'html/canvas/WebGLRenderbuffer.h',
'html/canvas/WebGLRenderingContext.cpp',
'html/canvas/WebGLRenderingContext.h',
+ 'html/canvas/WebGLRenderingContextBase.cpp',
+ 'html/canvas/WebGLRenderingContextBase.h',
'html/canvas/WebGLShader.cpp',
'html/canvas/WebGLShader.h',
'html/canvas/WebGLShaderPrecisionFormat.cpp',

Powered by Google App Engine
This is Rietveld 408576698