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

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: 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..b548d998835c5c5120b62af2513788ce23f68950 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/WebGLVertexArrayObjectImpl.cpp',
+ 'html/canvas/WebGLVertexArrayObjectImpl.h',
'html/canvas/WebGLVertexArrayObjectOES.cpp',
'html/canvas/WebGLVertexArrayObjectOES.h',
'html/forms/BaseButtonInputType.cpp',

Powered by Google App Engine
This is Rietveld 408576698