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

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

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments 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
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'xml/XPathNSResolver.idl', 322 'xml/XPathNSResolver.idl',
323 'xml/XPathResult.idl', 323 'xml/XPathResult.idl',
324 'xml/XSLTProcessor.idl', 324 'xml/XSLTProcessor.idl',
325 ], 325 ],
326 'svg_idl_files': [ 326 'svg_idl_files': [
327 'svg/SVGAElement.idl', 327 'svg/SVGAElement.idl',
328 'svg/SVGAltGlyphDefElement.idl', 328 'svg/SVGAltGlyphDefElement.idl',
329 'svg/SVGAltGlyphElement.idl', 329 'svg/SVGAltGlyphElement.idl',
330 'svg/SVGAltGlyphItemElement.idl', 330 'svg/SVGAltGlyphItemElement.idl',
331 'svg/SVGAngle.idl', 331 'svg/SVGAngle.idl',
332 'svg/SVGAnimateColorElement.idl',
333 'svg/SVGAnimateElement.idl', 332 'svg/SVGAnimateElement.idl',
334 'svg/SVGAnimateMotionElement.idl', 333 'svg/SVGAnimateMotionElement.idl',
335 'svg/SVGAnimateTransformElement.idl', 334 'svg/SVGAnimateTransformElement.idl',
336 'svg/SVGAnimatedAngle.idl', 335 'svg/SVGAnimatedAngle.idl',
337 'svg/SVGAnimatedBoolean.idl', 336 'svg/SVGAnimatedBoolean.idl',
338 'svg/SVGAnimatedEnumeration.idl', 337 'svg/SVGAnimatedEnumeration.idl',
339 'svg/SVGAnimatedInteger.idl', 338 'svg/SVGAnimatedInteger.idl',
340 'svg/SVGAnimatedLength.idl', 339 'svg/SVGAnimatedLength.idl',
341 'svg/SVGAnimatedLengthList.idl', 340 'svg/SVGAnimatedLengthList.idl',
342 'svg/SVGAnimatedNumber.idl', 341 'svg/SVGAnimatedNumber.idl',
(...skipping 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after
2836 'svg/RadialGradientAttributes.h', 2835 'svg/RadialGradientAttributes.h',
2837 'svg/SVGAElement.cpp', 2836 'svg/SVGAElement.cpp',
2838 'svg/SVGAElement.h', 2837 'svg/SVGAElement.h',
2839 'svg/SVGAltGlyphDefElement.cpp', 2838 'svg/SVGAltGlyphDefElement.cpp',
2840 'svg/SVGAltGlyphDefElement.h', 2839 'svg/SVGAltGlyphDefElement.h',
2841 'svg/SVGAltGlyphElement.cpp', 2840 'svg/SVGAltGlyphElement.cpp',
2842 'svg/SVGAltGlyphElement.h', 2841 'svg/SVGAltGlyphElement.h',
2843 'svg/SVGAltGlyphItemElement.cpp', 2842 'svg/SVGAltGlyphItemElement.cpp',
2844 'svg/SVGAltGlyphItemElement.h', 2843 'svg/SVGAltGlyphItemElement.h',
2845 'svg/SVGAngle.cpp', 2844 'svg/SVGAngle.cpp',
2846 'svg/SVGAnimateColorElement.cpp',
2847 'svg/SVGAnimateColorElement.h',
2848 'svg/SVGAnimatedAngle.cpp', 2845 'svg/SVGAnimatedAngle.cpp',
2849 'svg/SVGAnimatedColor.cpp', 2846 'svg/SVGAnimatedColor.cpp',
2850 'svg/SVGAnimatedEnumeration.cpp', 2847 'svg/SVGAnimatedEnumeration.cpp',
2851 'svg/SVGAnimatedInteger.cpp', 2848 'svg/SVGAnimatedInteger.cpp',
2852 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 2849 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
2853 'svg/SVGAnimatedLength.cpp', 2850 'svg/SVGAnimatedLength.cpp',
2854 'svg/SVGAnimatedNewPropertyAnimator.cpp', 2851 'svg/SVGAnimatedNewPropertyAnimator.cpp',
2855 'svg/SVGAnimatedNumber.cpp', 2852 'svg/SVGAnimatedNumber.cpp',
2856 'svg/SVGAnimatedNumberList.cpp', 2853 'svg/SVGAnimatedNumberList.cpp',
2857 'svg/SVGAnimatedNumberOptionalNumber.cpp', 2854 'svg/SVGAnimatedNumberOptionalNumber.cpp',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 'html/track/vtt/BufferedLineReaderTest.cpp', 3251 'html/track/vtt/BufferedLineReaderTest.cpp',
3255 'html/track/vtt/VTTScannerTest.cpp', 3252 'html/track/vtt/VTTScannerTest.cpp',
3256 'frame/ImageBitmapTest.cpp', 3253 'frame/ImageBitmapTest.cpp',
3257 'rendering/RenderOverflowTest.cpp', 3254 'rendering/RenderOverflowTest.cpp',
3258 'rendering/shapes/BoxShapeTest.cpp', 3255 'rendering/shapes/BoxShapeTest.cpp',
3259 'testing/UnitTestHelpers.h', 3256 'testing/UnitTestHelpers.h',
3260 'testing/UnitTestHelpers.cpp', 3257 'testing/UnitTestHelpers.cpp',
3261 ], 3258 ],
3262 } 3259 }
3263 } 3260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698