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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'svg/SVGLineElement.idl', 315 'svg/SVGLineElement.idl',
316 'svg/SVGLinearGradientElement.idl', 316 'svg/SVGLinearGradientElement.idl',
317 'svg/SVGMPathElement.idl', 317 'svg/SVGMPathElement.idl',
318 'svg/SVGMarkerElement.idl', 318 'svg/SVGMarkerElement.idl',
319 'svg/SVGMaskElement.idl', 319 'svg/SVGMaskElement.idl',
320 'svg/SVGMatrix.idl', 320 'svg/SVGMatrix.idl',
321 'svg/SVGMetadataElement.idl', 321 'svg/SVGMetadataElement.idl',
322 'svg/SVGNumber.idl', 322 'svg/SVGNumber.idl',
323 'svg/SVGNumberList.idl', 323 'svg/SVGNumberList.idl',
324 'svg/SVGPathElement.idl', 324 'svg/SVGPathElement.idl',
325 'svg/SVGPathSeg.idl',
326 'svg/SVGPathSegArcAbs.idl',
327 'svg/SVGPathSegArcRel.idl',
328 'svg/SVGPathSegClosePath.idl',
329 'svg/SVGPathSegCurvetoCubicAbs.idl',
330 'svg/SVGPathSegCurvetoCubicRel.idl',
331 'svg/SVGPathSegCurvetoCubicSmoothAbs.idl',
332 'svg/SVGPathSegCurvetoCubicSmoothRel.idl',
333 'svg/SVGPathSegCurvetoQuadraticAbs.idl',
334 'svg/SVGPathSegCurvetoQuadraticRel.idl',
335 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl',
336 'svg/SVGPathSegCurvetoQuadraticSmoothRel.idl',
337 'svg/SVGPathSegLinetoAbs.idl',
338 'svg/SVGPathSegLinetoHorizontalAbs.idl',
339 'svg/SVGPathSegLinetoHorizontalRel.idl',
340 'svg/SVGPathSegLinetoRel.idl',
341 'svg/SVGPathSegLinetoVerticalAbs.idl',
342 'svg/SVGPathSegLinetoVerticalRel.idl',
343 'svg/SVGPathSegList.idl',
344 'svg/SVGPathSegMovetoAbs.idl',
345 'svg/SVGPathSegMovetoRel.idl',
346 'svg/SVGPatternElement.idl', 325 'svg/SVGPatternElement.idl',
347 'svg/SVGPoint.idl', 326 'svg/SVGPoint.idl',
348 'svg/SVGPointList.idl', 327 'svg/SVGPointList.idl',
349 'svg/SVGPolygonElement.idl', 328 'svg/SVGPolygonElement.idl',
350 'svg/SVGPolylineElement.idl', 329 'svg/SVGPolylineElement.idl',
351 'svg/SVGPreserveAspectRatio.idl', 330 'svg/SVGPreserveAspectRatio.idl',
352 'svg/SVGRadialGradientElement.idl', 331 'svg/SVGRadialGradientElement.idl',
353 'svg/SVGRect.idl', 332 'svg/SVGRect.idl',
354 'svg/SVGRectElement.idl', 333 'svg/SVGRectElement.idl',
355 'svg/SVGSVGElement.idl', 334 'svg/SVGSVGElement.idl',
(...skipping 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'svg/SVGNumber.h', 3359 'svg/SVGNumber.h',
3381 'svg/SVGNumberList.cpp', 3360 'svg/SVGNumberList.cpp',
3382 'svg/SVGNumberList.h', 3361 'svg/SVGNumberList.h',
3383 'svg/SVGNumberOptionalNumber.cpp', 3362 'svg/SVGNumberOptionalNumber.cpp',
3384 'svg/SVGNumberOptionalNumber.h', 3363 'svg/SVGNumberOptionalNumber.h',
3385 'svg/SVGNumberTearOff.cpp', 3364 'svg/SVGNumberTearOff.cpp',
3386 'svg/SVGNumberTearOff.h', 3365 'svg/SVGNumberTearOff.h',
3387 'svg/SVGParserUtilities.cpp', 3366 'svg/SVGParserUtilities.cpp',
3388 'svg/SVGParserUtilities.h', 3367 'svg/SVGParserUtilities.h',
3389 'svg/SVGParsingError.h', 3368 'svg/SVGParsingError.h',
3369 'svg/SVGPath.cpp',
3370 'svg/SVGPath.h',
3390 'svg/SVGPathBlender.cpp', 3371 'svg/SVGPathBlender.cpp',
3391 'svg/SVGPathBlender.h', 3372 'svg/SVGPathBlender.h',
3392 'svg/SVGPathBuilder.cpp', 3373 'svg/SVGPathBuilder.cpp',
3393 'svg/SVGPathBuilder.h', 3374 'svg/SVGPathBuilder.h',
3394 'svg/SVGPathByteStream.h', 3375 'svg/SVGPathByteStream.h',
3395 'svg/SVGPathByteStreamBuilder.cpp', 3376 'svg/SVGPathByteStreamBuilder.cpp',
3396 'svg/SVGPathByteStreamBuilder.h', 3377 'svg/SVGPathByteStreamBuilder.h',
3397 'svg/SVGPathByteStreamSource.cpp', 3378 'svg/SVGPathByteStreamSource.cpp',
3398 'svg/SVGPathByteStreamSource.h', 3379 'svg/SVGPathByteStreamSource.h',
3399 'svg/SVGPathConsumer.h', 3380 'svg/SVGPathConsumer.h',
3381 'svg/SVGPathData.h',
3400 'svg/SVGPathElement.cpp', 3382 'svg/SVGPathElement.cpp',
3401 'svg/SVGPathElement.h', 3383 'svg/SVGPathElement.h',
3402 'svg/SVGPathParser.cpp', 3384 'svg/SVGPathParser.cpp',
3403 'svg/SVGPathParser.h', 3385 'svg/SVGPathParser.h',
3404 'svg/SVGPathSeg.cpp',
3405 'svg/SVGPathSeg.h',
3406 'svg/SVGPathSegArc.h',
3407 'svg/SVGPathSegArcAbs.h',
3408 'svg/SVGPathSegArcRel.h',
3409 'svg/SVGPathSegClosePath.h',
3410 'svg/SVGPathSegCurvetoCubic.h',
3411 'svg/SVGPathSegCurvetoCubicAbs.h',
3412 'svg/SVGPathSegCurvetoCubicRel.h',
3413 'svg/SVGPathSegCurvetoCubicSmooth.h',
3414 'svg/SVGPathSegCurvetoCubicSmoothAbs.h',
3415 'svg/SVGPathSegCurvetoCubicSmoothRel.h',
3416 'svg/SVGPathSegCurvetoQuadratic.h',
3417 'svg/SVGPathSegCurvetoQuadraticAbs.h',
3418 'svg/SVGPathSegCurvetoQuadraticRel.h',
3419 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.h',
3420 'svg/SVGPathSegCurvetoQuadraticSmoothRel.h',
3421 'svg/SVGPathSegLinetoAbs.h',
3422 'svg/SVGPathSegLinetoHorizontal.h',
3423 'svg/SVGPathSegLinetoHorizontalAbs.h',
3424 'svg/SVGPathSegLinetoHorizontalRel.h',
3425 'svg/SVGPathSegLinetoRel.h',
3426 'svg/SVGPathSegLinetoVertical.h',
3427 'svg/SVGPathSegLinetoVerticalAbs.h',
3428 'svg/SVGPathSegLinetoVerticalRel.h',
3429 'svg/SVGPathSegList.cpp',
3430 'svg/SVGPathSegList.h',
3431 'svg/SVGPathSegListBuilder.cpp',
3432 'svg/SVGPathSegListBuilder.h',
3433 'svg/SVGPathSegListSource.cpp',
3434 'svg/SVGPathSegListSource.h',
3435 'svg/SVGPathSegListTearOff.h',
3436 'svg/SVGPathSegMovetoAbs.h',
3437 'svg/SVGPathSegMovetoRel.h',
3438 'svg/SVGPathSource.h', 3386 'svg/SVGPathSource.h',
3439 'svg/SVGPathStringBuilder.cpp', 3387 'svg/SVGPathStringBuilder.cpp',
3440 'svg/SVGPathStringBuilder.h', 3388 'svg/SVGPathStringBuilder.h',
3441 'svg/SVGPathStringSource.cpp', 3389 'svg/SVGPathStringSource.cpp',
3442 'svg/SVGPathStringSource.h', 3390 'svg/SVGPathStringSource.h',
3443 'svg/SVGPathTraversalStateBuilder.cpp', 3391 'svg/SVGPathTraversalStateBuilder.cpp',
3444 'svg/SVGPathTraversalStateBuilder.h', 3392 'svg/SVGPathTraversalStateBuilder.h',
3445 'svg/SVGPathUtilities.cpp', 3393 'svg/SVGPathUtilities.cpp',
3446 'svg/SVGPathUtilities.h', 3394 'svg/SVGPathUtilities.h',
3447 'svg/SVGPatternElement.cpp', 3395 'svg/SVGPatternElement.cpp',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'style/SVGComputedStyleTest.cpp', 3881 'style/SVGComputedStyleTest.cpp',
3934 'svg/SVGPathParserTest.cpp', 3882 'svg/SVGPathParserTest.cpp',
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3883 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3936 'testing/PrivateScriptTestTest.cpp', 3884 'testing/PrivateScriptTestTest.cpp',
3937 'timing/MemoryInfoTest.cpp', 3885 'timing/MemoryInfoTest.cpp',
3938 'workers/WorkerThreadTest.cpp', 3886 'workers/WorkerThreadTest.cpp',
3939 'xml/parser/SharedBufferReaderTest.cpp', 3887 'xml/parser/SharedBufferReaderTest.cpp',
3940 ], 3888 ],
3941 } 3889 }
3942 } 3890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698