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

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

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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
« no previous file with comments | « Source/bindings/v8/custom/V8CSSValueCustom.cpp ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'svg/SVGAnimatedLengthList.idl', 343 'svg/SVGAnimatedLengthList.idl',
344 'svg/SVGAnimatedNumber.idl', 344 'svg/SVGAnimatedNumber.idl',
345 'svg/SVGAnimatedNumberList.idl', 345 'svg/SVGAnimatedNumberList.idl',
346 'svg/SVGAnimatedPreserveAspectRatio.idl', 346 'svg/SVGAnimatedPreserveAspectRatio.idl',
347 'svg/SVGAnimatedRect.idl', 347 'svg/SVGAnimatedRect.idl',
348 'svg/SVGAnimatedString.idl', 348 'svg/SVGAnimatedString.idl',
349 'svg/SVGAnimatedTransformList.idl', 349 'svg/SVGAnimatedTransformList.idl',
350 'svg/SVGAnimationElement.idl', 350 'svg/SVGAnimationElement.idl',
351 'svg/SVGCircleElement.idl', 351 'svg/SVGCircleElement.idl',
352 'svg/SVGClipPathElement.idl', 352 'svg/SVGClipPathElement.idl',
353 'svg/SVGColor.idl',
354 'svg/SVGComponentTransferFunctionElement.idl', 353 'svg/SVGComponentTransferFunctionElement.idl',
355 'svg/SVGCursorElement.idl', 354 'svg/SVGCursorElement.idl',
356 'svg/SVGDefsElement.idl', 355 'svg/SVGDefsElement.idl',
357 'svg/SVGDescElement.idl', 356 'svg/SVGDescElement.idl',
358 'svg/SVGDocument.idl', 357 'svg/SVGDocument.idl',
359 'svg/SVGElement.idl', 358 'svg/SVGElement.idl',
360 'svg/SVGElementInstance.idl', 359 'svg/SVGElementInstance.idl',
361 'svg/SVGElementInstanceList.idl', 360 'svg/SVGElementInstanceList.idl',
362 'svg/SVGEllipseElement.idl', 361 'svg/SVGEllipseElement.idl',
363 'svg/SVGExternalResourcesRequired.idl', 362 'svg/SVGExternalResourcesRequired.idl',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'svg/SVGLineElement.idl', 408 'svg/SVGLineElement.idl',
410 'svg/SVGLinearGradientElement.idl', 409 'svg/SVGLinearGradientElement.idl',
411 'svg/SVGMPathElement.idl', 410 'svg/SVGMPathElement.idl',
412 'svg/SVGMarkerElement.idl', 411 'svg/SVGMarkerElement.idl',
413 'svg/SVGMaskElement.idl', 412 'svg/SVGMaskElement.idl',
414 'svg/SVGMatrix.idl', 413 'svg/SVGMatrix.idl',
415 'svg/SVGMetadataElement.idl', 414 'svg/SVGMetadataElement.idl',
416 'svg/SVGMissingGlyphElement.idl', 415 'svg/SVGMissingGlyphElement.idl',
417 'svg/SVGNumber.idl', 416 'svg/SVGNumber.idl',
418 'svg/SVGNumberList.idl', 417 'svg/SVGNumberList.idl',
419 'svg/SVGPaint.idl',
420 'svg/SVGPathElement.idl', 418 'svg/SVGPathElement.idl',
421 'svg/SVGPathSeg.idl', 419 'svg/SVGPathSeg.idl',
422 'svg/SVGPathSegArcAbs.idl', 420 'svg/SVGPathSegArcAbs.idl',
423 'svg/SVGPathSegArcRel.idl', 421 'svg/SVGPathSegArcRel.idl',
424 'svg/SVGPathSegClosePath.idl', 422 'svg/SVGPathSegClosePath.idl',
425 'svg/SVGPathSegCurvetoCubicAbs.idl', 423 'svg/SVGPathSegCurvetoCubicAbs.idl',
426 'svg/SVGPathSegCurvetoCubicRel.idl', 424 'svg/SVGPathSegCurvetoCubicRel.idl',
427 'svg/SVGPathSegCurvetoCubicSmoothAbs.idl', 425 'svg/SVGPathSegCurvetoCubicSmoothAbs.idl',
428 'svg/SVGPathSegCurvetoCubicSmoothRel.idl', 426 'svg/SVGPathSegCurvetoCubicSmoothRel.idl',
429 'svg/SVGPathSegCurvetoQuadraticAbs.idl', 427 'svg/SVGPathSegCurvetoQuadraticAbs.idl',
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
3255 'platform/animation/TimingFunctionTestHelper.h', 3253 'platform/animation/TimingFunctionTestHelper.h',
3256 'platform/animation/TimingFunctionTestHelper.cpp', 3254 'platform/animation/TimingFunctionTestHelper.cpp',
3257 'platform/animation/TimingFunctionTestHelperTest.cpp', 3255 'platform/animation/TimingFunctionTestHelperTest.cpp',
3258 'rendering/RenderOverflowTest.cpp', 3256 'rendering/RenderOverflowTest.cpp',
3259 'rendering/shapes/BoxShapeTest.cpp', 3257 'rendering/shapes/BoxShapeTest.cpp',
3260 'testing/UnitTestHelpers.h', 3258 'testing/UnitTestHelpers.h',
3261 'testing/UnitTestHelpers.cpp', 3259 'testing/UnitTestHelpers.cpp',
3262 ], 3260 ],
3263 } 3261 }
3264 } 3262 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CSSValueCustom.cpp ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698