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

Side by Side Diff: Source/core/core.gypi

Issue 287563002: Added Blink-side support for EXT_blend_minmax WebGL extension (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made sure validation set the right glError Created 6 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 | 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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'html/RadioNodeList.idl', 215 'html/RadioNodeList.idl',
216 'html/TextMetrics.idl', 216 'html/TextMetrics.idl',
217 'html/TimeRanges.idl', 217 'html/TimeRanges.idl',
218 'html/ValidityState.idl', 218 'html/ValidityState.idl',
219 'html/VoidCallback.idl', 219 'html/VoidCallback.idl',
220 'html/canvas/ANGLEInstancedArrays.idl', 220 'html/canvas/ANGLEInstancedArrays.idl',
221 'html/canvas/Canvas2DContextAttributes.idl', 221 'html/canvas/Canvas2DContextAttributes.idl',
222 'html/canvas/CanvasGradient.idl', 222 'html/canvas/CanvasGradient.idl',
223 'html/canvas/CanvasPattern.idl', 223 'html/canvas/CanvasPattern.idl',
224 'html/canvas/CanvasRenderingContext2D.idl', 224 'html/canvas/CanvasRenderingContext2D.idl',
225 'html/canvas/EXTBlendMinMax.idl',
225 'html/canvas/EXTFragDepth.idl', 226 'html/canvas/EXTFragDepth.idl',
226 'html/canvas/EXTShaderTextureLOD.idl', 227 'html/canvas/EXTShaderTextureLOD.idl',
227 'html/canvas/EXTTextureFilterAnisotropic.idl', 228 'html/canvas/EXTTextureFilterAnisotropic.idl',
228 'html/canvas/OESElementIndexUint.idl', 229 'html/canvas/OESElementIndexUint.idl',
229 'html/canvas/OESStandardDerivatives.idl', 230 'html/canvas/OESStandardDerivatives.idl',
230 'html/canvas/OESTextureFloat.idl', 231 'html/canvas/OESTextureFloat.idl',
231 'html/canvas/OESTextureFloatLinear.idl', 232 'html/canvas/OESTextureFloatLinear.idl',
232 'html/canvas/OESTextureHalfFloat.idl', 233 'html/canvas/OESTextureHalfFloat.idl',
233 'html/canvas/OESTextureHalfFloatLinear.idl', 234 'html/canvas/OESTextureHalfFloatLinear.idl',
234 'html/canvas/OESVertexArrayObject.idl', 235 'html/canvas/OESVertexArrayObject.idl',
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'html/canvas/CanvasPattern.cpp', 2501 'html/canvas/CanvasPattern.cpp',
2501 'html/canvas/CanvasPattern.h', 2502 'html/canvas/CanvasPattern.h',
2502 'html/canvas/CanvasRenderingContext.cpp', 2503 'html/canvas/CanvasRenderingContext.cpp',
2503 'html/canvas/CanvasRenderingContext.h', 2504 'html/canvas/CanvasRenderingContext.h',
2504 'html/canvas/CanvasRenderingContext2D.cpp', 2505 'html/canvas/CanvasRenderingContext2D.cpp',
2505 'html/canvas/CanvasRenderingContext2D.h', 2506 'html/canvas/CanvasRenderingContext2D.h',
2506 'html/canvas/CanvasStyle.cpp', 2507 'html/canvas/CanvasStyle.cpp',
2507 'html/canvas/CanvasStyle.h', 2508 'html/canvas/CanvasStyle.h',
2508 'html/canvas/DataView.cpp', 2509 'html/canvas/DataView.cpp',
2509 'html/canvas/DataView.h', 2510 'html/canvas/DataView.h',
2511 'html/canvas/EXTBlendMinMax.cpp',
2512 'html/canvas/EXTBlendMinMax.h',
2510 'html/canvas/EXTFragDepth.cpp', 2513 'html/canvas/EXTFragDepth.cpp',
2511 'html/canvas/EXTFragDepth.h', 2514 'html/canvas/EXTFragDepth.h',
2512 'html/canvas/EXTShaderTextureLOD.cpp', 2515 'html/canvas/EXTShaderTextureLOD.cpp',
2513 'html/canvas/EXTShaderTextureLOD.h', 2516 'html/canvas/EXTShaderTextureLOD.h',
2514 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2517 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2515 'html/canvas/EXTTextureFilterAnisotropic.h', 2518 'html/canvas/EXTTextureFilterAnisotropic.h',
2516 'html/canvas/OESElementIndexUint.cpp', 2519 'html/canvas/OESElementIndexUint.cpp',
2517 'html/canvas/OESElementIndexUint.h', 2520 'html/canvas/OESElementIndexUint.h',
2518 'html/canvas/OESStandardDerivatives.cpp', 2521 'html/canvas/OESStandardDerivatives.cpp',
2519 'html/canvas/OESStandardDerivatives.h', 2522 'html/canvas/OESStandardDerivatives.h',
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 'html/track/vtt/VTTScannerTest.cpp', 3389 'html/track/vtt/VTTScannerTest.cpp',
3387 'loader/MixedContentCheckerTest.cpp', 3390 'loader/MixedContentCheckerTest.cpp',
3388 'rendering/RenderOverflowTest.cpp', 3391 'rendering/RenderOverflowTest.cpp',
3389 'rendering/shapes/BoxShapeTest.cpp', 3392 'rendering/shapes/BoxShapeTest.cpp',
3390 'testing/UnitTestHelpers.cpp', 3393 'testing/UnitTestHelpers.cpp',
3391 'testing/UnitTestHelpers.h', 3394 'testing/UnitTestHelpers.h',
3392 'xml/parser/SharedBufferReaderTest.cpp', 3395 'xml/parser/SharedBufferReaderTest.cpp',
3393 ], 3396 ],
3394 } 3397 }
3395 } 3398 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | Source/core/html/canvas/EXTBlendMinMax.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698