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

Unified Diff: Source/core/core.gypi

Issue 287563002: Added Blink-side support for EXT_blend_minmax WebGL extension (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made sure validation set the right glError Created 6 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 16521d8f3434d209d0df8b6eb69a3f060e2c6dd1..c38b0a2d331ee6e388a3f553f2a5cc0bafcfb890 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -222,6 +222,7 @@
'html/canvas/CanvasGradient.idl',
'html/canvas/CanvasPattern.idl',
'html/canvas/CanvasRenderingContext2D.idl',
+ 'html/canvas/EXTBlendMinMax.idl',
'html/canvas/EXTFragDepth.idl',
'html/canvas/EXTShaderTextureLOD.idl',
'html/canvas/EXTTextureFilterAnisotropic.idl',
@@ -2507,6 +2508,8 @@
'html/canvas/CanvasStyle.h',
'html/canvas/DataView.cpp',
'html/canvas/DataView.h',
+ 'html/canvas/EXTBlendMinMax.cpp',
+ 'html/canvas/EXTBlendMinMax.h',
'html/canvas/EXTFragDepth.cpp',
'html/canvas/EXTFragDepth.h',
'html/canvas/EXTShaderTextureLOD.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | Source/core/html/canvas/EXTBlendMinMax.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698