| 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',
|
|
|