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

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

Issue 131253002: [SVG] SVGAnimatedBoolean migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase/address comments 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 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 'svg/SVGAltGlyphDefElement.cpp', 2848 'svg/SVGAltGlyphDefElement.cpp',
2849 'svg/SVGAltGlyphDefElement.h', 2849 'svg/SVGAltGlyphDefElement.h',
2850 'svg/SVGAltGlyphElement.cpp', 2850 'svg/SVGAltGlyphElement.cpp',
2851 'svg/SVGAltGlyphElement.h', 2851 'svg/SVGAltGlyphElement.h',
2852 'svg/SVGAltGlyphItemElement.cpp', 2852 'svg/SVGAltGlyphItemElement.cpp',
2853 'svg/SVGAltGlyphItemElement.h', 2853 'svg/SVGAltGlyphItemElement.h',
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',
2859 'svg/SVGAnimatedColor.cpp', 2858 'svg/SVGAnimatedColor.cpp',
2860 'svg/SVGAnimatedEnumeration.cpp', 2859 'svg/SVGAnimatedEnumeration.cpp',
2861 'svg/SVGAnimatedInteger.cpp', 2860 'svg/SVGAnimatedInteger.cpp',
2862 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2861 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2863 'svg/SVGAnimatedLength.cpp', 2862 'svg/SVGAnimatedLength.cpp',
2864 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2863 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2865 'svg/SVGAnimatedNumber.cpp', 2864 'svg/SVGAnimatedNumber.cpp',
2866 'svg/SVGAnimatedNumberList.cpp', 2865 'svg/SVGAnimatedNumberList.cpp',
2867 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2866 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2868 'svg/SVGAnimatedPath.cpp', 2867 'svg/SVGAnimatedPath.cpp',
2869 'svg/SVGAnimatedPointList.cpp', 2868 'svg/SVGAnimatedPointList.cpp',
2870 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2869 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2871 'svg/SVGAnimatedRect.cpp', 2870 'svg/SVGAnimatedRect.cpp',
2872 'svg/SVGAnimatedString.cpp', 2871 'svg/SVGAnimatedString.cpp',
2873 'svg/SVGAnimatedTransformList.cpp', 2872 'svg/SVGAnimatedTransformList.cpp',
2874 'svg/SVGAnimatedType.cpp', 2873 'svg/SVGAnimatedType.cpp',
2875 'svg/SVGAnimatedTypeAnimator.cpp', 2874 'svg/SVGAnimatedTypeAnimator.cpp',
2876 'svg/SVGAnimatedTypeAnimator.h', 2875 'svg/SVGAnimatedTypeAnimator.h',
2877 'svg/SVGAnimateElement.cpp', 2876 'svg/SVGAnimateElement.cpp',
2878 'svg/SVGAnimateElement.h', 2877 'svg/SVGAnimateElement.h',
2879 'svg/SVGAnimateMotionElement.cpp', 2878 'svg/SVGAnimateMotionElement.cpp',
2880 'svg/SVGAnimateMotionElement.h', 2879 'svg/SVGAnimateMotionElement.h',
2881 'svg/SVGAnimateTransformElement.cpp', 2880 'svg/SVGAnimateTransformElement.cpp',
2882 'svg/SVGAnimateTransformElement.h', 2881 'svg/SVGAnimateTransformElement.h',
2883 'svg/SVGAnimationElement.cpp', 2882 'svg/SVGAnimationElement.cpp',
2884 'svg/SVGAnimationElement.h', 2883 'svg/SVGAnimationElement.h',
2884 'svg/SVGBoolean.cpp',
2885 'svg/SVGBoolean.h',
2885 'svg/SVGCircleElement.cpp', 2886 'svg/SVGCircleElement.cpp',
2886 'svg/SVGCircleElement.h', 2887 'svg/SVGCircleElement.h',
2887 'svg/SVGClipPathElement.cpp', 2888 'svg/SVGClipPathElement.cpp',
2888 'svg/SVGClipPathElement.h', 2889 'svg/SVGClipPathElement.h',
2889 'svg/SVGColor.cpp', 2890 'svg/SVGColor.cpp',
2890 'svg/SVGComponentTransferFunctionElement.cpp', 2891 'svg/SVGComponentTransferFunctionElement.cpp',
2891 'svg/SVGComponentTransferFunctionElement.h', 2892 'svg/SVGComponentTransferFunctionElement.h',
2892 'svg/SVGCursorElement.cpp', 2893 'svg/SVGCursorElement.cpp',
2893 'svg/SVGCursorElement.h', 2894 'svg/SVGCursorElement.h',
2894 'svg/SVGDefsElement.cpp', 2895 'svg/SVGDefsElement.cpp',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'html/track/vtt/BufferedLineReaderTest.cpp', 3261 'html/track/vtt/BufferedLineReaderTest.cpp',
3261 'html/track/vtt/VTTScannerTest.cpp', 3262 'html/track/vtt/VTTScannerTest.cpp',
3262 'frame/ImageBitmapTest.cpp', 3263 'frame/ImageBitmapTest.cpp',
3263 'rendering/RenderOverflowTest.cpp', 3264 'rendering/RenderOverflowTest.cpp',
3264 'rendering/shapes/BoxShapeTest.cpp', 3265 'rendering/shapes/BoxShapeTest.cpp',
3265 'testing/UnitTestHelpers.h', 3266 'testing/UnitTestHelpers.h',
3266 'testing/UnitTestHelpers.cpp', 3267 'testing/UnitTestHelpers.cpp',
3267 ], 3268 ],
3268 } 3269 }
3269 } 3270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698