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

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: Created 6 years, 10 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'html/canvas/CanvasRenderingContext2D.idl', 222 'html/canvas/CanvasRenderingContext2D.idl',
223 'html/canvas/EXTFragDepth.idl', 223 'html/canvas/EXTFragDepth.idl',
224 'html/canvas/EXTTextureFilterAnisotropic.idl', 224 'html/canvas/EXTTextureFilterAnisotropic.idl',
225 'html/canvas/OESElementIndexUint.idl', 225 'html/canvas/OESElementIndexUint.idl',
226 'html/canvas/OESStandardDerivatives.idl', 226 'html/canvas/OESStandardDerivatives.idl',
227 'html/canvas/OESTextureFloat.idl', 227 'html/canvas/OESTextureFloat.idl',
228 'html/canvas/OESTextureFloatLinear.idl', 228 'html/canvas/OESTextureFloatLinear.idl',
229 'html/canvas/OESTextureHalfFloat.idl', 229 'html/canvas/OESTextureHalfFloat.idl',
230 'html/canvas/OESTextureHalfFloatLinear.idl', 230 'html/canvas/OESTextureHalfFloatLinear.idl',
231 'html/canvas/OESVertexArrayObject.idl', 231 'html/canvas/OESVertexArrayObject.idl',
232 'html/canvas/Path.idl', 232 'html/canvas/Path2D.idl',
233 'html/canvas/WebGLActiveInfo.idl', 233 'html/canvas/WebGLActiveInfo.idl',
234 'html/canvas/WebGLBuffer.idl', 234 'html/canvas/WebGLBuffer.idl',
235 'html/canvas/WebGLCompressedTextureATC.idl', 235 'html/canvas/WebGLCompressedTextureATC.idl',
236 'html/canvas/WebGLCompressedTexturePVRTC.idl', 236 'html/canvas/WebGLCompressedTexturePVRTC.idl',
237 'html/canvas/WebGLCompressedTextureS3TC.idl', 237 'html/canvas/WebGLCompressedTextureS3TC.idl',
238 'html/canvas/WebGLContextAttributes.idl', 238 'html/canvas/WebGLContextAttributes.idl',
239 'html/canvas/WebGLContextEvent.idl', 239 'html/canvas/WebGLContextEvent.idl',
240 'html/canvas/WebGLDebugRendererInfo.idl', 240 'html/canvas/WebGLDebugRendererInfo.idl',
241 'html/canvas/WebGLDebugShaders.idl', 241 'html/canvas/WebGLDebugShaders.idl',
242 'html/canvas/WebGLDepthTexture.idl', 242 'html/canvas/WebGLDepthTexture.idl',
(...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3265 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3266 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3267 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3268 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3269 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3270 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3271 'testing/UnitTestHelpers.h',
3272 ], 3272 ],
3273 } 3273 }
3274 } 3274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698