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

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

Issue 177983005: Remove CanvasRenderingContext from the web exposed objects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 '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/Player.idl', 6 'animation/Player.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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'html/MediaKeyEvent.idl', 211 'html/MediaKeyEvent.idl',
212 'html/RadioNodeList.idl', 212 'html/RadioNodeList.idl',
213 'html/TextMetrics.idl', 213 'html/TextMetrics.idl',
214 'html/TimeRanges.idl', 214 'html/TimeRanges.idl',
215 'html/ValidityState.idl', 215 'html/ValidityState.idl',
216 'html/VoidCallback.idl', 216 'html/VoidCallback.idl',
217 'html/canvas/ANGLEInstancedArrays.idl', 217 'html/canvas/ANGLEInstancedArrays.idl',
218 'html/canvas/Canvas2DContextAttributes.idl', 218 'html/canvas/Canvas2DContextAttributes.idl',
219 'html/canvas/CanvasGradient.idl', 219 'html/canvas/CanvasGradient.idl',
220 'html/canvas/CanvasPattern.idl', 220 'html/canvas/CanvasPattern.idl',
221 'html/canvas/CanvasRenderingContext.idl',
222 'html/canvas/CanvasRenderingContext2D.idl', 221 'html/canvas/CanvasRenderingContext2D.idl',
223 'html/canvas/EXTFragDepth.idl', 222 'html/canvas/EXTFragDepth.idl',
224 'html/canvas/EXTTextureFilterAnisotropic.idl', 223 'html/canvas/EXTTextureFilterAnisotropic.idl',
225 'html/canvas/OESElementIndexUint.idl', 224 'html/canvas/OESElementIndexUint.idl',
226 'html/canvas/OESStandardDerivatives.idl', 225 'html/canvas/OESStandardDerivatives.idl',
227 'html/canvas/OESTextureFloat.idl', 226 'html/canvas/OESTextureFloat.idl',
228 'html/canvas/OESTextureFloatLinear.idl', 227 'html/canvas/OESTextureFloatLinear.idl',
229 'html/canvas/OESTextureHalfFloat.idl', 228 'html/canvas/OESTextureHalfFloat.idl',
230 'html/canvas/OESTextureHalfFloatLinear.idl', 229 'html/canvas/OESTextureHalfFloatLinear.idl',
231 'html/canvas/OESVertexArrayObject.idl', 230 'html/canvas/OESVertexArrayObject.idl',
(...skipping 3055 matching lines...) Expand 10 before | Expand all | Expand 10 after
3287 'html/parser/HTMLParserThreadTest.cpp', 3286 'html/parser/HTMLParserThreadTest.cpp',
3288 'html/track/vtt/BufferedLineReaderTest.cpp', 3287 'html/track/vtt/BufferedLineReaderTest.cpp',
3289 'html/track/vtt/VTTScannerTest.cpp', 3288 'html/track/vtt/VTTScannerTest.cpp',
3290 'rendering/RenderOverflowTest.cpp', 3289 'rendering/RenderOverflowTest.cpp',
3291 'rendering/shapes/BoxShapeTest.cpp', 3290 'rendering/shapes/BoxShapeTest.cpp',
3292 'testing/UnitTestHelpers.cpp', 3291 'testing/UnitTestHelpers.cpp',
3293 'testing/UnitTestHelpers.h', 3292 'testing/UnitTestHelpers.h',
3294 ], 3293 ],
3295 } 3294 }
3296 } 3295 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CanvasRenderingContextCustom.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698