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

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: Created 7 years, 3 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 f9068c2f442f1f7247e22a66d47b06edc68e48d8..500ead97df97fe683d9bfac7f877d700f1220925 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -221,6 +221,7 @@
'html/canvas/WebGLDrawBuffers.idl',
'html/canvas/WebGLLoseContext.idl',
'html/canvas/WebGLRenderingContext.idl',
+ 'html/canvas/WebGLRenderingContextBase.idl',
'html/canvas/WebGLShaderPrecisionFormat.idl',
'html/ime/Composition.idl',
'html/ime/InputMethodContext.idl',
@@ -2434,6 +2435,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