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

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

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert aggressive svgAttributeChanged, add NeedsRebaseline Created 6 years, 11 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 | Annotate | Revision Log
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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 'svg/SVGAngle.cpp', 2854 'svg/SVGAngle.cpp',
2855 'svg/SVGAnimateColorElement.cpp', 2855 'svg/SVGAnimateColorElement.cpp',
2856 'svg/SVGAnimateColorElement.h', 2856 'svg/SVGAnimateColorElement.h',
2857 'svg/SVGAnimatedAngle.cpp', 2857 'svg/SVGAnimatedAngle.cpp',
2858 'svg/SVGAnimatedBoolean.cpp', 2858 'svg/SVGAnimatedBoolean.cpp',
2859 'svg/SVGAnimatedColor.cpp', 2859 'svg/SVGAnimatedColor.cpp',
2860 'svg/SVGAnimatedEnumeration.cpp', 2860 'svg/SVGAnimatedEnumeration.cpp',
2861 'svg/SVGAnimatedInteger.cpp', 2861 'svg/SVGAnimatedInteger.cpp',
2862 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2862 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2863 'svg/SVGAnimatedLength.cpp', 2863 'svg/SVGAnimatedLength.cpp',
2864 'svg/SVGAnimatedLengthList.cpp',
2865 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2864 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2866 'svg/SVGAnimatedNumber.cpp', 2865 'svg/SVGAnimatedNumber.cpp',
2867 'svg/SVGAnimatedNumberList.cpp', 2866 'svg/SVGAnimatedNumberList.cpp',
2868 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2867 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2869 'svg/SVGAnimatedPath.cpp', 2868 'svg/SVGAnimatedPath.cpp',
2870 'svg/SVGAnimatedPointList.cpp', 2869 'svg/SVGAnimatedPointList.cpp',
2871 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2870 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2872 'svg/SVGAnimatedRect.cpp', 2871 'svg/SVGAnimatedRect.cpp',
2873 'svg/SVGAnimatedString.cpp', 2872 'svg/SVGAnimatedString.cpp',
2874 'svg/SVGAnimatedTransformList.cpp', 2873 'svg/SVGAnimatedTransformList.cpp',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 'svg/SVGGraphicsElement.h', 2995 'svg/SVGGraphicsElement.h',
2997 'svg/SVGHKernElement.cpp', 2996 'svg/SVGHKernElement.cpp',
2998 'svg/SVGHKernElement.h', 2997 'svg/SVGHKernElement.h',
2999 'svg/SVGImageElement.cpp', 2998 'svg/SVGImageElement.cpp',
3000 'svg/SVGImageElement.h', 2999 'svg/SVGImageElement.h',
3001 'svg/SVGImageLoader.cpp', 3000 'svg/SVGImageLoader.cpp',
3002 'svg/SVGImageLoader.h', 3001 'svg/SVGImageLoader.h',
3003 'svg/SVGLength.cpp', 3002 'svg/SVGLength.cpp',
3004 'svg/SVGLengthContext.cpp', 3003 'svg/SVGLengthContext.cpp',
3005 'svg/SVGLengthList.cpp', 3004 'svg/SVGLengthList.cpp',
3005 'svg/SVGLengthTearOff.cpp',
3006 'svg/SVGLineElement.cpp', 3006 'svg/SVGLineElement.cpp',
3007 'svg/SVGLineElement.h', 3007 'svg/SVGLineElement.h',
3008 'svg/SVGLinearGradientElement.cpp', 3008 'svg/SVGLinearGradientElement.cpp',
3009 'svg/SVGLinearGradientElement.h', 3009 'svg/SVGLinearGradientElement.h',
3010 'svg/SVGMPathElement.cpp', 3010 'svg/SVGMPathElement.cpp',
3011 'svg/SVGMPathElement.h', 3011 'svg/SVGMPathElement.h',
3012 'svg/SVGMarkerElement.cpp', 3012 'svg/SVGMarkerElement.cpp',
3013 'svg/SVGMarkerElement.h', 3013 'svg/SVGMarkerElement.h',
3014 'svg/SVGMaskElement.cpp', 3014 'svg/SVGMaskElement.cpp',
3015 'svg/SVGMaskElement.h', 3015 'svg/SVGMaskElement.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'html/track/vtt/BufferedLineReaderTest.cpp', 3260 'html/track/vtt/BufferedLineReaderTest.cpp',
3261 'html/track/vtt/VTTScannerTest.cpp', 3261 'html/track/vtt/VTTScannerTest.cpp',
3262 'frame/ImageBitmapTest.cpp', 3262 'frame/ImageBitmapTest.cpp',
3263 'rendering/RenderOverflowTest.cpp', 3263 'rendering/RenderOverflowTest.cpp',
3264 'rendering/shapes/BoxShapeTest.cpp', 3264 'rendering/shapes/BoxShapeTest.cpp',
3265 'testing/UnitTestHelpers.h', 3265 'testing/UnitTestHelpers.h',
3266 'testing/UnitTestHelpers.cpp', 3266 'testing/UnitTestHelpers.cpp',
3267 ], 3267 ],
3268 } 3268 }
3269 } 3269 }
OLDNEW
« no previous file with comments | « Source/core/animation/AnimatableValueTestHelperTest.cpp ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698