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

Unified Diff: Source/core/core.gypi

Issue 1157983002: Update WebGLVertexArrayObjectOES to WebGLVertexArrayObject for WebGL2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix crash in testing conformance/context/context-lost-restored.html Created 5 years, 7 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 0c79b124ad564b6d31c8f92071bacc3715982333..86d060dc6527d260d5c9ca8f49f1d842e23c58b3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -268,6 +268,7 @@
'html/canvas/WebGLTexture.idl',
'html/canvas/WebGLTransformFeedback.idl',
'html/canvas/WebGLUniformLocation.idl',
+ 'html/canvas/WebGLVertexArrayObject.idl',
'html/canvas/WebGLVertexArrayObjectOES.idl',
'html/ime/InputMethodContext.idl',
'html/shadow/PluginPlaceholderElement.idl',
@@ -2890,6 +2891,10 @@
'html/canvas/WebGLTransformFeedback.h',
'html/canvas/WebGLUniformLocation.cpp',
'html/canvas/WebGLUniformLocation.h',
+ 'html/canvas/WebGLVertexArrayObject.cpp',
+ 'html/canvas/WebGLVertexArrayObject.h',
+ 'html/canvas/WebGLVertexArrayObjectBase.cpp',
+ 'html/canvas/WebGLVertexArrayObjectBase.h',
'html/canvas/WebGLVertexArrayObjectOES.cpp',
'html/canvas/WebGLVertexArrayObjectOES.h',
'html/forms/BaseButtonInputType.cpp',

Powered by Google App Engine
This is Rietveld 408576698