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

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: rebaselined 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 | 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 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 'svg/SVGAngle.cpp', 2848 'svg/SVGAngle.cpp',
2849 'svg/SVGAnimateColorElement.cpp', 2849 'svg/SVGAnimateColorElement.cpp',
2850 'svg/SVGAnimateColorElement.h', 2850 'svg/SVGAnimateColorElement.h',
2851 'svg/SVGAnimatedAngle.cpp', 2851 'svg/SVGAnimatedAngle.cpp',
2852 'svg/SVGAnimatedBoolean.cpp', 2852 'svg/SVGAnimatedBoolean.cpp',
2853 'svg/SVGAnimatedColor.cpp', 2853 'svg/SVGAnimatedColor.cpp',
2854 'svg/SVGAnimatedEnumeration.cpp', 2854 'svg/SVGAnimatedEnumeration.cpp',
2855 'svg/SVGAnimatedInteger.cpp', 2855 'svg/SVGAnimatedInteger.cpp',
2856 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2856 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2857 'svg/SVGAnimatedLength.cpp', 2857 'svg/SVGAnimatedLength.cpp',
2858 'svg/SVGAnimatedLengthList.cpp',
2859 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2858 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2860 'svg/SVGAnimatedNumber.cpp', 2859 'svg/SVGAnimatedNumber.cpp',
2861 'svg/SVGAnimatedNumberList.cpp', 2860 'svg/SVGAnimatedNumberList.cpp',
2862 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2861 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2863 'svg/SVGAnimatedPath.cpp', 2862 'svg/SVGAnimatedPath.cpp',
2864 'svg/SVGAnimatedPointList.cpp', 2863 'svg/SVGAnimatedPointList.cpp',
2865 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2864 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2866 'svg/SVGAnimatedRect.cpp', 2865 'svg/SVGAnimatedRect.cpp',
2867 'svg/SVGAnimatedString.cpp', 2866 'svg/SVGAnimatedString.cpp',
2868 'svg/SVGAnimatedTransformList.cpp', 2867 'svg/SVGAnimatedTransformList.cpp',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'platform/animation/TimingFunctionTestHelper.h', 3256 'platform/animation/TimingFunctionTestHelper.h',
3258 'platform/animation/TimingFunctionTestHelper.cpp', 3257 'platform/animation/TimingFunctionTestHelper.cpp',
3259 'platform/animation/TimingFunctionTestHelperTest.cpp', 3258 'platform/animation/TimingFunctionTestHelperTest.cpp',
3260 'rendering/RenderOverflowTest.cpp', 3259 'rendering/RenderOverflowTest.cpp',
3261 'rendering/shapes/BoxShapeTest.cpp', 3260 'rendering/shapes/BoxShapeTest.cpp',
3262 'testing/UnitTestHelpers.h', 3261 'testing/UnitTestHelpers.h',
3263 'testing/UnitTestHelpers.cpp', 3262 'testing/UnitTestHelpers.cpp',
3264 ], 3263 ],
3265 } 3264 }
3266 } 3265 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698