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

Unified Diff: Source/core/core.gypi

Issue 14860016: Implement OES_texture_float_linear and OES_texture_half_float_linear extensions in WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 c13fa80b4bdbbd9d364933803932542f5a94d938..1f35ba4f381127497e503e5dbc471506f9366a84 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -219,7 +219,9 @@
'html/canvas/Int8Array.idl',
'html/canvas/OESStandardDerivatives.idl',
'html/canvas/OESTextureFloat.idl',
+ 'html/canvas/OESTextureFloatLinear.idl',
'html/canvas/OESTextureHalfFloat.idl',
+ 'html/canvas/OESTextureHalfFloatLinear.idl',
'html/canvas/OESVertexArrayObject.idl',
'html/canvas/OESElementIndexUint.idl',
'html/canvas/Path.idl',
@@ -2221,8 +2223,12 @@
'html/canvas/OESStandardDerivatives.h',
'html/canvas/OESTextureFloat.cpp',
'html/canvas/OESTextureFloat.h',
+ 'html/canvas/OESTextureFloatLinear.cpp',
+ 'html/canvas/OESTextureFloatLinear.h',
'html/canvas/OESTextureHalfFloat.cpp',
'html/canvas/OESTextureHalfFloat.h',
+ 'html/canvas/OESTextureHalfFloatLinear.cpp',
+ 'html/canvas/OESTextureHalfFloatLinear.h',
'html/canvas/OESVertexArrayObject.cpp',
'html/canvas/OESVertexArrayObject.h',
'html/canvas/OESElementIndexUint.cpp',

Powered by Google App Engine
This is Rietveld 408576698