| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 5b8a19215c4731730a6f34c93baf09b62258ce20..db1f572647142cf68de0da1837dac736ce532524 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -221,6 +221,7 @@
|
| 'html/canvas/CanvasPattern.idl',
|
| 'html/canvas/CanvasRenderingContext2D.idl',
|
| 'html/canvas/EXTFragDepth.idl',
|
| + 'html/canvas/EXTShaderTextureLOD.idl',
|
| 'html/canvas/EXTTextureFilterAnisotropic.idl',
|
| 'html/canvas/OESElementIndexUint.idl',
|
| 'html/canvas/OESStandardDerivatives.idl',
|
| @@ -2496,6 +2497,8 @@
|
| 'html/canvas/DataView.h',
|
| 'html/canvas/EXTFragDepth.cpp',
|
| 'html/canvas/EXTFragDepth.h',
|
| + 'html/canvas/EXTShaderTextureLOD.cpp',
|
| + 'html/canvas/EXTShaderTextureLOD.h',
|
| 'html/canvas/EXTTextureFilterAnisotropic.cpp',
|
| 'html/canvas/EXTTextureFilterAnisotropic.h',
|
| 'html/canvas/OESElementIndexUint.cpp',
|
|
|