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

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

Issue 178673002: Rename Path to Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@path
Patch Set: Merge to head which includes isPoint and addPath changes. 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/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'html/canvas/CanvasRenderingContext2D.idl', 223 'html/canvas/CanvasRenderingContext2D.idl',
224 'html/canvas/EXTFragDepth.idl', 224 'html/canvas/EXTFragDepth.idl',
225 'html/canvas/EXTTextureFilterAnisotropic.idl', 225 'html/canvas/EXTTextureFilterAnisotropic.idl',
226 'html/canvas/OESElementIndexUint.idl', 226 'html/canvas/OESElementIndexUint.idl',
227 'html/canvas/OESStandardDerivatives.idl', 227 'html/canvas/OESStandardDerivatives.idl',
228 'html/canvas/OESTextureFloat.idl', 228 'html/canvas/OESTextureFloat.idl',
229 'html/canvas/OESTextureFloatLinear.idl', 229 'html/canvas/OESTextureFloatLinear.idl',
230 'html/canvas/OESTextureHalfFloat.idl', 230 'html/canvas/OESTextureHalfFloat.idl',
231 'html/canvas/OESTextureHalfFloatLinear.idl', 231 'html/canvas/OESTextureHalfFloatLinear.idl',
232 'html/canvas/OESVertexArrayObject.idl', 232 'html/canvas/OESVertexArrayObject.idl',
233 'html/canvas/Path.idl', 233 'html/canvas/Path2D.idl',
234 'html/canvas/WebGLActiveInfo.idl', 234 'html/canvas/WebGLActiveInfo.idl',
235 'html/canvas/WebGLBuffer.idl', 235 'html/canvas/WebGLBuffer.idl',
236 'html/canvas/WebGLCompressedTextureATC.idl', 236 'html/canvas/WebGLCompressedTextureATC.idl',
237 'html/canvas/WebGLCompressedTexturePVRTC.idl', 237 'html/canvas/WebGLCompressedTexturePVRTC.idl',
238 'html/canvas/WebGLCompressedTextureS3TC.idl', 238 'html/canvas/WebGLCompressedTextureS3TC.idl',
239 'html/canvas/WebGLContextAttributes.idl', 239 'html/canvas/WebGLContextAttributes.idl',
240 'html/canvas/WebGLContextEvent.idl', 240 'html/canvas/WebGLContextEvent.idl',
241 'html/canvas/WebGLDebugRendererInfo.idl', 241 'html/canvas/WebGLDebugRendererInfo.idl',
242 'html/canvas/WebGLDebugShaders.idl', 242 'html/canvas/WebGLDebugShaders.idl',
243 'html/canvas/WebGLDepthTexture.idl', 243 'html/canvas/WebGLDepthTexture.idl',
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'html/canvas/CanvasPattern.cpp', 2419 'html/canvas/CanvasPattern.cpp',
2420 'html/canvas/CanvasPattern.h', 2420 'html/canvas/CanvasPattern.h',
2421 'html/canvas/CanvasRenderingContext.cpp', 2421 'html/canvas/CanvasRenderingContext.cpp',
2422 'html/canvas/CanvasRenderingContext.h', 2422 'html/canvas/CanvasRenderingContext.h',
2423 'html/canvas/CanvasRenderingContext2D.cpp', 2423 'html/canvas/CanvasRenderingContext2D.cpp',
2424 'html/canvas/CanvasRenderingContext2D.h', 2424 'html/canvas/CanvasRenderingContext2D.h',
2425 'html/canvas/CanvasStyle.cpp', 2425 'html/canvas/CanvasStyle.cpp',
2426 'html/canvas/CanvasStyle.h', 2426 'html/canvas/CanvasStyle.h',
2427 'html/canvas/DataView.cpp', 2427 'html/canvas/DataView.cpp',
2428 'html/canvas/DataView.h', 2428 'html/canvas/DataView.h',
2429 'html/canvas/DOMPath.h', 2429 'html/canvas/Path2D.h',
2430 'html/canvas/EXTFragDepth.cpp', 2430 'html/canvas/EXTFragDepth.cpp',
2431 'html/canvas/EXTFragDepth.h', 2431 'html/canvas/EXTFragDepth.h',
2432 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2432 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2433 'html/canvas/EXTTextureFilterAnisotropic.h', 2433 'html/canvas/EXTTextureFilterAnisotropic.h',
2434 'html/canvas/OESStandardDerivatives.cpp', 2434 'html/canvas/OESStandardDerivatives.cpp',
2435 'html/canvas/OESStandardDerivatives.h', 2435 'html/canvas/OESStandardDerivatives.h',
2436 'html/canvas/OESTextureFloat.cpp', 2436 'html/canvas/OESTextureFloat.cpp',
2437 'html/canvas/OESTextureFloat.h', 2437 'html/canvas/OESTextureFloat.h',
2438 'html/canvas/OESTextureFloatLinear.cpp', 2438 'html/canvas/OESTextureFloatLinear.cpp',
2439 'html/canvas/OESTextureFloatLinear.h', 2439 'html/canvas/OESTextureFloatLinear.h',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
3297 'html/parser/HTMLParserThreadTest.cpp', 3297 'html/parser/HTMLParserThreadTest.cpp',
3298 'html/track/vtt/BufferedLineReaderTest.cpp', 3298 'html/track/vtt/BufferedLineReaderTest.cpp',
3299 'html/track/vtt/VTTScannerTest.cpp', 3299 'html/track/vtt/VTTScannerTest.cpp',
3300 'rendering/RenderOverflowTest.cpp', 3300 'rendering/RenderOverflowTest.cpp',
3301 'rendering/shapes/BoxShapeTest.cpp', 3301 'rendering/shapes/BoxShapeTest.cpp',
3302 'testing/UnitTestHelpers.cpp', 3302 'testing/UnitTestHelpers.cpp',
3303 'testing/UnitTestHelpers.h', 3303 'testing/UnitTestHelpers.h',
3304 ], 3304 ],
3305 } 3305 }
3306 } 3306 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698