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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'html/TextMetrics.idl', 214 'html/TextMetrics.idl',
215 'html/TimeRanges.idl', 215 'html/TimeRanges.idl',
216 'html/ValidityState.idl', 216 'html/ValidityState.idl',
217 'html/VoidCallback.idl', 217 'html/VoidCallback.idl',
218 'html/canvas/ANGLEInstancedArrays.idl', 218 'html/canvas/ANGLEInstancedArrays.idl',
219 'html/canvas/Canvas2DContextAttributes.idl', 219 'html/canvas/Canvas2DContextAttributes.idl',
220 'html/canvas/CanvasGradient.idl', 220 'html/canvas/CanvasGradient.idl',
221 'html/canvas/CanvasPattern.idl', 221 'html/canvas/CanvasPattern.idl',
222 'html/canvas/CanvasRenderingContext2D.idl', 222 'html/canvas/CanvasRenderingContext2D.idl',
223 'html/canvas/EXTFragDepth.idl', 223 'html/canvas/EXTFragDepth.idl',
224 'html/canvas/EXTShaderTextureLOD.idl',
224 'html/canvas/EXTTextureFilterAnisotropic.idl', 225 'html/canvas/EXTTextureFilterAnisotropic.idl',
225 'html/canvas/OESElementIndexUint.idl', 226 'html/canvas/OESElementIndexUint.idl',
226 'html/canvas/OESStandardDerivatives.idl', 227 'html/canvas/OESStandardDerivatives.idl',
227 'html/canvas/OESTextureFloat.idl', 228 'html/canvas/OESTextureFloat.idl',
228 'html/canvas/OESTextureFloatLinear.idl', 229 'html/canvas/OESTextureFloatLinear.idl',
229 'html/canvas/OESTextureHalfFloat.idl', 230 'html/canvas/OESTextureHalfFloat.idl',
230 'html/canvas/OESTextureHalfFloatLinear.idl', 231 'html/canvas/OESTextureHalfFloatLinear.idl',
231 'html/canvas/OESVertexArrayObject.idl', 232 'html/canvas/OESVertexArrayObject.idl',
232 'html/canvas/Path2D.idl', 233 'html/canvas/Path2D.idl',
233 'html/canvas/WebGLActiveInfo.idl', 234 'html/canvas/WebGLActiveInfo.idl',
(...skipping 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'html/canvas/CanvasRenderingContext.cpp', 2490 'html/canvas/CanvasRenderingContext.cpp',
2490 'html/canvas/CanvasRenderingContext.h', 2491 'html/canvas/CanvasRenderingContext.h',
2491 'html/canvas/CanvasRenderingContext2D.cpp', 2492 'html/canvas/CanvasRenderingContext2D.cpp',
2492 'html/canvas/CanvasRenderingContext2D.h', 2493 'html/canvas/CanvasRenderingContext2D.h',
2493 'html/canvas/CanvasStyle.cpp', 2494 'html/canvas/CanvasStyle.cpp',
2494 'html/canvas/CanvasStyle.h', 2495 'html/canvas/CanvasStyle.h',
2495 'html/canvas/DataView.cpp', 2496 'html/canvas/DataView.cpp',
2496 'html/canvas/DataView.h', 2497 'html/canvas/DataView.h',
2497 'html/canvas/EXTFragDepth.cpp', 2498 'html/canvas/EXTFragDepth.cpp',
2498 'html/canvas/EXTFragDepth.h', 2499 'html/canvas/EXTFragDepth.h',
2500 'html/canvas/EXTShaderTextureLOD.cpp',
2501 'html/canvas/EXTShaderTextureLOD.h',
2499 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2502 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2500 'html/canvas/EXTTextureFilterAnisotropic.h', 2503 'html/canvas/EXTTextureFilterAnisotropic.h',
2501 'html/canvas/OESElementIndexUint.cpp', 2504 'html/canvas/OESElementIndexUint.cpp',
2502 'html/canvas/OESElementIndexUint.h', 2505 'html/canvas/OESElementIndexUint.h',
2503 'html/canvas/OESStandardDerivatives.cpp', 2506 'html/canvas/OESStandardDerivatives.cpp',
2504 'html/canvas/OESStandardDerivatives.h', 2507 'html/canvas/OESStandardDerivatives.h',
2505 'html/canvas/OESTextureFloat.cpp', 2508 'html/canvas/OESTextureFloat.cpp',
2506 'html/canvas/OESTextureFloat.h', 2509 'html/canvas/OESTextureFloat.h',
2507 'html/canvas/OESTextureFloatLinear.cpp', 2510 'html/canvas/OESTextureFloatLinear.cpp',
2508 'html/canvas/OESTextureFloatLinear.h', 2511 'html/canvas/OESTextureFloatLinear.h',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 'html/track/vtt/BufferedLineReaderTest.cpp', 3372 'html/track/vtt/BufferedLineReaderTest.cpp',
3370 'html/track/vtt/VTTScannerTest.cpp', 3373 'html/track/vtt/VTTScannerTest.cpp',
3371 'rendering/RenderOverflowTest.cpp', 3374 'rendering/RenderOverflowTest.cpp',
3372 'rendering/shapes/BoxShapeTest.cpp', 3375 'rendering/shapes/BoxShapeTest.cpp',
3373 'testing/UnitTestHelpers.cpp', 3376 'testing/UnitTestHelpers.cpp',
3374 'testing/UnitTestHelpers.h', 3377 'testing/UnitTestHelpers.h',
3375 'xml/parser/SharedBufferReaderTest.cpp', 3378 'xml/parser/SharedBufferReaderTest.cpp',
3376 ], 3379 ],
3377 } 3380 }
3378 } 3381 }
OLDNEW
« 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