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

Unified Diff: Source/core/core.gypi

Issue 171263004: Adding Blink-side support for EXT_shader_texture_lod (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed wrong extension string Created 6 years, 8 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 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',
« no previous file with comments | « Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | Source/core/html/canvas/EXTShaderTextureLOD.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698