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

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

Issue 148173018: [SVG] SVGAnimatedString{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove debug print Created 6 years, 10 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 | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/css/CSSCursorImageValue.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 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 'svg/SVGAnimatedAngle.cpp', 2854 'svg/SVGAnimatedAngle.cpp',
2855 'svg/SVGAnimatedColor.cpp', 2855 'svg/SVGAnimatedColor.cpp',
2856 'svg/SVGAnimatedEnumeration.cpp', 2856 'svg/SVGAnimatedEnumeration.cpp',
2857 'svg/SVGAnimatedInteger.cpp', 2857 'svg/SVGAnimatedInteger.cpp',
2858 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2858 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2859 'svg/SVGAnimatedLength.cpp', 2859 'svg/SVGAnimatedLength.cpp',
2860 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2860 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2861 'svg/SVGAnimatedNumber.cpp', 2861 'svg/SVGAnimatedNumber.cpp',
2862 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2862 'svg/SVGAnimatedNumberOptionalNumber.cpp',
2863 'svg/SVGAnimatedPath.cpp', 2863 'svg/SVGAnimatedPath.cpp',
2864 'svg/SVGAnimatedString.cpp',
2865 'svg/SVGAnimatedTransformList.cpp', 2864 'svg/SVGAnimatedTransformList.cpp',
2866 'svg/SVGAnimatedType.cpp', 2865 'svg/SVGAnimatedType.cpp',
2867 'svg/SVGAnimatedTypeAnimator.cpp', 2866 'svg/SVGAnimatedTypeAnimator.cpp',
2868 'svg/SVGAnimatedTypeAnimator.h', 2867 'svg/SVGAnimatedTypeAnimator.h',
2869 'svg/SVGAnimateElement.cpp', 2868 'svg/SVGAnimateElement.cpp',
2870 'svg/SVGAnimateElement.h', 2869 'svg/SVGAnimateElement.h',
2871 'svg/SVGAnimateMotionElement.cpp', 2870 'svg/SVGAnimateMotionElement.cpp',
2872 'svg/SVGAnimateMotionElement.h', 2871 'svg/SVGAnimateMotionElement.h',
2873 'svg/SVGAnimateTransformElement.cpp', 2872 'svg/SVGAnimateTransformElement.cpp',
2874 'svg/SVGAnimateTransformElement.h', 2873 'svg/SVGAnimateTransformElement.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'svg/SVGRectElement.h', 3104 'svg/SVGRectElement.h',
3106 'svg/SVGRectTearOff.cpp', 3105 'svg/SVGRectTearOff.cpp',
3107 'svg/SVGRectTearOff.h', 3106 'svg/SVGRectTearOff.h',
3108 'svg/SVGRenderingIntent.h', 3107 'svg/SVGRenderingIntent.h',
3109 'svg/SVGSVGElement.cpp', 3108 'svg/SVGSVGElement.cpp',
3110 'svg/SVGSVGElement.h', 3109 'svg/SVGSVGElement.h',
3111 'svg/SVGScriptElement.cpp', 3110 'svg/SVGScriptElement.cpp',
3112 'svg/SVGScriptElement.h', 3111 'svg/SVGScriptElement.h',
3113 'svg/SVGSetElement.cpp', 3112 'svg/SVGSetElement.cpp',
3114 'svg/SVGSetElement.h', 3113 'svg/SVGSetElement.h',
3114 'svg/SVGStaticStringList.cpp',
3115 'svg/SVGStaticStringList.h',
3115 'svg/SVGStopElement.cpp', 3116 'svg/SVGStopElement.cpp',
3116 'svg/SVGStopElement.h', 3117 'svg/SVGStopElement.h',
3118 'svg/SVGString.cpp',
3119 'svg/SVGString.h',
3117 'svg/SVGStringList.cpp', 3120 'svg/SVGStringList.cpp',
3118 'svg/SVGStringList.h', 3121 'svg/SVGStringList.h',
3122 'svg/SVGStringListTearOff.cpp',
3123 'svg/SVGStringListTearOff.h',
3119 'svg/SVGStyleElement.cpp', 3124 'svg/SVGStyleElement.cpp',
3120 'svg/SVGStyleElement.h', 3125 'svg/SVGStyleElement.h',
3121 'svg/SVGSwitchElement.cpp', 3126 'svg/SVGSwitchElement.cpp',
3122 'svg/SVGSwitchElement.h', 3127 'svg/SVGSwitchElement.h',
3123 'svg/SVGSymbolElement.cpp', 3128 'svg/SVGSymbolElement.cpp',
3124 'svg/SVGSymbolElement.h', 3129 'svg/SVGSymbolElement.h',
3125 'svg/SVGTSpanElement.cpp', 3130 'svg/SVGTSpanElement.cpp',
3126 'svg/SVGTSpanElement.h', 3131 'svg/SVGTSpanElement.h',
3127 'svg/SVGTests.cpp', 3132 'svg/SVGTests.cpp',
3128 'svg/SVGTests.h', 3133 'svg/SVGTests.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3270 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3271 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3272 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3275 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3276 'testing/UnitTestHelpers.h',
3272 ], 3277 ],
3273 } 3278 }
3274 } 3279 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698