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

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: rebased 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
« no previous file with comments | « no previous file | Source/core/svg/SVGAnimatedBoolean.h » ('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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'svg/SVGAltGlyphDefElement.cpp', 2839 'svg/SVGAltGlyphDefElement.cpp',
2840 'svg/SVGAltGlyphDefElement.h', 2840 'svg/SVGAltGlyphDefElement.h',
2841 'svg/SVGAltGlyphElement.cpp', 2841 'svg/SVGAltGlyphElement.cpp',
2842 'svg/SVGAltGlyphElement.h', 2842 'svg/SVGAltGlyphElement.h',
2843 'svg/SVGAltGlyphItemElement.cpp', 2843 'svg/SVGAltGlyphItemElement.cpp',
2844 'svg/SVGAltGlyphItemElement.h', 2844 'svg/SVGAltGlyphItemElement.h',
2845 'svg/SVGAngle.cpp', 2845 'svg/SVGAngle.cpp',
2846 'svg/SVGAnimateColorElement.cpp', 2846 'svg/SVGAnimateColorElement.cpp',
2847 'svg/SVGAnimateColorElement.h', 2847 'svg/SVGAnimateColorElement.h',
2848 'svg/SVGAnimatedAngle.cpp', 2848 'svg/SVGAnimatedAngle.cpp',
2849 'svg/SVGAnimatedBoolean.cpp',
2850 'svg/SVGAnimatedColor.cpp', 2849 'svg/SVGAnimatedColor.cpp',
2851 'svg/SVGAnimatedEnumeration.cpp', 2850 'svg/SVGAnimatedEnumeration.cpp',
2852 'svg/SVGAnimatedInteger.cpp', 2851 'svg/SVGAnimatedInteger.cpp',
2853 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2852 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2854 'svg/SVGAnimatedLength.cpp', 2853 'svg/SVGAnimatedLength.cpp',
2855 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2854 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2856 'svg/SVGAnimatedNumber.cpp', 2855 'svg/SVGAnimatedNumber.cpp',
2857 'svg/SVGAnimatedNumberList.cpp', 2856 'svg/SVGAnimatedNumberList.cpp',
2858 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2857 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2859 'svg/SVGAnimatedPath.cpp', 2858 'svg/SVGAnimatedPath.cpp',
2860 'svg/SVGAnimatedPointList.cpp', 2859 'svg/SVGAnimatedPointList.cpp',
2861 'svg/SVGAnimatedPreserveAspectRatio.cpp', 2860 'svg/SVGAnimatedPreserveAspectRatio.cpp',
2862 'svg/SVGAnimatedRect.cpp', 2861 'svg/SVGAnimatedRect.cpp',
2863 'svg/SVGAnimatedString.cpp', 2862 'svg/SVGAnimatedString.cpp',
2864 'svg/SVGAnimatedTransformList.cpp', 2863 'svg/SVGAnimatedTransformList.cpp',
2865 'svg/SVGAnimatedType.cpp', 2864 'svg/SVGAnimatedType.cpp',
2866 'svg/SVGAnimatedTypeAnimator.cpp', 2865 'svg/SVGAnimatedTypeAnimator.cpp',
2867 'svg/SVGAnimatedTypeAnimator.h', 2866 'svg/SVGAnimatedTypeAnimator.h',
2868 'svg/SVGAnimateElement.cpp', 2867 'svg/SVGAnimateElement.cpp',
2869 'svg/SVGAnimateElement.h', 2868 'svg/SVGAnimateElement.h',
2870 'svg/SVGAnimateMotionElement.cpp', 2869 'svg/SVGAnimateMotionElement.cpp',
2871 'svg/SVGAnimateMotionElement.h', 2870 'svg/SVGAnimateMotionElement.h',
2872 'svg/SVGAnimateTransformElement.cpp', 2871 'svg/SVGAnimateTransformElement.cpp',
2873 'svg/SVGAnimateTransformElement.h', 2872 'svg/SVGAnimateTransformElement.h',
2874 'svg/SVGAnimationElement.cpp', 2873 'svg/SVGAnimationElement.cpp',
2875 'svg/SVGAnimationElement.h', 2874 'svg/SVGAnimationElement.h',
2875 'svg/SVGBoolean.cpp',
2876 'svg/SVGBoolean.h',
2876 'svg/SVGCircleElement.cpp', 2877 'svg/SVGCircleElement.cpp',
2877 'svg/SVGCircleElement.h', 2878 'svg/SVGCircleElement.h',
2878 'svg/SVGClipPathElement.cpp', 2879 'svg/SVGClipPathElement.cpp',
2879 'svg/SVGClipPathElement.h', 2880 'svg/SVGClipPathElement.h',
2880 'svg/SVGColor.cpp', 2881 'svg/SVGColor.cpp',
2881 'svg/SVGComponentTransferFunctionElement.cpp', 2882 'svg/SVGComponentTransferFunctionElement.cpp',
2882 'svg/SVGComponentTransferFunctionElement.h', 2883 'svg/SVGComponentTransferFunctionElement.h',
2883 'svg/SVGCursorElement.cpp', 2884 'svg/SVGCursorElement.cpp',
2884 'svg/SVGCursorElement.h', 2885 'svg/SVGCursorElement.h',
2885 'svg/SVGDefsElement.cpp', 2886 'svg/SVGDefsElement.cpp',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3253 'html/track/vtt/BufferedLineReaderTest.cpp', 3254 'html/track/vtt/BufferedLineReaderTest.cpp',
3254 'html/track/vtt/VTTScannerTest.cpp', 3255 'html/track/vtt/VTTScannerTest.cpp',
3255 'frame/ImageBitmapTest.cpp', 3256 'frame/ImageBitmapTest.cpp',
3256 'rendering/RenderOverflowTest.cpp', 3257 'rendering/RenderOverflowTest.cpp',
3257 'rendering/shapes/BoxShapeTest.cpp', 3258 'rendering/shapes/BoxShapeTest.cpp',
3258 'testing/UnitTestHelpers.h', 3259 'testing/UnitTestHelpers.h',
3259 'testing/UnitTestHelpers.cpp', 3260 'testing/UnitTestHelpers.cpp',
3260 ], 3261 ],
3261 } 3262 }
3262 } 3263 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGAnimatedBoolean.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698