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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'html/canvas/DataView.idl', 212 'html/canvas/DataView.idl',
213 'html/canvas/EXTDrawBuffers.idl', 213 'html/canvas/EXTDrawBuffers.idl',
214 'html/canvas/EXTTextureFilterAnisotropic.idl', 214 'html/canvas/EXTTextureFilterAnisotropic.idl',
215 'html/canvas/Float32Array.idl', 215 'html/canvas/Float32Array.idl',
216 'html/canvas/Float64Array.idl', 216 'html/canvas/Float64Array.idl',
217 'html/canvas/Int16Array.idl', 217 'html/canvas/Int16Array.idl',
218 'html/canvas/Int32Array.idl', 218 'html/canvas/Int32Array.idl',
219 'html/canvas/Int8Array.idl', 219 'html/canvas/Int8Array.idl',
220 'html/canvas/OESStandardDerivatives.idl', 220 'html/canvas/OESStandardDerivatives.idl',
221 'html/canvas/OESTextureFloat.idl', 221 'html/canvas/OESTextureFloat.idl',
222 'html/canvas/OESTextureFloatLinear.idl',
222 'html/canvas/OESTextureHalfFloat.idl', 223 'html/canvas/OESTextureHalfFloat.idl',
224 'html/canvas/OESTextureHalfFloatLinear.idl',
223 'html/canvas/OESVertexArrayObject.idl', 225 'html/canvas/OESVertexArrayObject.idl',
224 'html/canvas/OESElementIndexUint.idl', 226 'html/canvas/OESElementIndexUint.idl',
225 'html/canvas/Path.idl', 227 'html/canvas/Path.idl',
226 'html/canvas/Uint16Array.idl', 228 'html/canvas/Uint16Array.idl',
227 'html/canvas/Uint32Array.idl', 229 'html/canvas/Uint32Array.idl',
228 'html/canvas/Uint8Array.idl', 230 'html/canvas/Uint8Array.idl',
229 'html/canvas/Uint8ClampedArray.idl', 231 'html/canvas/Uint8ClampedArray.idl',
230 'html/canvas/WebGLActiveInfo.idl', 232 'html/canvas/WebGLActiveInfo.idl',
231 'html/canvas/WebGLBuffer.idl', 233 'html/canvas/WebGLBuffer.idl',
232 'html/canvas/WebGLCompressedTextureATC.idl', 234 'html/canvas/WebGLCompressedTextureATC.idl',
(...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 'html/canvas/DataView.h', 2216 'html/canvas/DataView.h',
2215 'html/canvas/DOMPath.h', 2217 'html/canvas/DOMPath.h',
2216 'html/canvas/EXTDrawBuffers.cpp', 2218 'html/canvas/EXTDrawBuffers.cpp',
2217 'html/canvas/EXTDrawBuffers.h', 2219 'html/canvas/EXTDrawBuffers.h',
2218 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2220 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2219 'html/canvas/EXTTextureFilterAnisotropic.h', 2221 'html/canvas/EXTTextureFilterAnisotropic.h',
2220 'html/canvas/OESStandardDerivatives.cpp', 2222 'html/canvas/OESStandardDerivatives.cpp',
2221 'html/canvas/OESStandardDerivatives.h', 2223 'html/canvas/OESStandardDerivatives.h',
2222 'html/canvas/OESTextureFloat.cpp', 2224 'html/canvas/OESTextureFloat.cpp',
2223 'html/canvas/OESTextureFloat.h', 2225 'html/canvas/OESTextureFloat.h',
2226 'html/canvas/OESTextureFloatLinear.cpp',
2227 'html/canvas/OESTextureFloatLinear.h',
2224 'html/canvas/OESTextureHalfFloat.cpp', 2228 'html/canvas/OESTextureHalfFloat.cpp',
2225 'html/canvas/OESTextureHalfFloat.h', 2229 'html/canvas/OESTextureHalfFloat.h',
2230 'html/canvas/OESTextureHalfFloatLinear.cpp',
2231 'html/canvas/OESTextureHalfFloatLinear.h',
2226 'html/canvas/OESVertexArrayObject.cpp', 2232 'html/canvas/OESVertexArrayObject.cpp',
2227 'html/canvas/OESVertexArrayObject.h', 2233 'html/canvas/OESVertexArrayObject.h',
2228 'html/canvas/OESElementIndexUint.cpp', 2234 'html/canvas/OESElementIndexUint.cpp',
2229 'html/canvas/OESElementIndexUint.h', 2235 'html/canvas/OESElementIndexUint.h',
2230 'html/canvas/WebGLActiveInfo.h', 2236 'html/canvas/WebGLActiveInfo.h',
2231 'html/canvas/WebGLBuffer.cpp', 2237 'html/canvas/WebGLBuffer.cpp',
2232 'html/canvas/WebGLBuffer.h', 2238 'html/canvas/WebGLBuffer.h',
2233 'html/canvas/WebGLCompressedTextureATC.cpp', 2239 'html/canvas/WebGLCompressedTextureATC.cpp',
2234 'html/canvas/WebGLCompressedTextureATC.h', 2240 'html/canvas/WebGLCompressedTextureATC.h',
2235 'html/canvas/WebGLCompressedTexturePVRTC.cpp', 2241 'html/canvas/WebGLCompressedTexturePVRTC.cpp',
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
3677 'bison_exe': 'bison', 3683 'bison_exe': 'bison',
3678 # We specify a preprocess so it happens locally and won't get 3684 # We specify a preprocess so it happens locally and won't get
3679 # distributed to goma. 3685 # distributed to goma.
3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3686 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3681 # use /usr/bin/clang once we require Xcode 4.x. 3687 # use /usr/bin/clang once we require Xcode 4.x.
3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3688 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3683 }], 3689 }],
3684 ], 3690 ],
3685 } 3691 }
3686 } 3692 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698