| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f9068c2f442f1f7247e22a66d47b06edc68e48d8..1cd9fda0ddb3869e3f2caacb69f38a864186a3e5 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',
|
| @@ -2420,6 +2421,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',
|
| @@ -2434,6 +2436,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',
|
|
|