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

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

Issue 272523002: Remove SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some small cleanups Created 6 years, 6 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 # 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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'svg/SVGAnimatedTransformList.idl', 300 'svg/SVGAnimatedTransformList.idl',
301 'svg/SVGAnimationElement.idl', 301 'svg/SVGAnimationElement.idl',
302 'svg/SVGCircleElement.idl', 302 'svg/SVGCircleElement.idl',
303 'svg/SVGClipPathElement.idl', 303 'svg/SVGClipPathElement.idl',
304 'svg/SVGComponentTransferFunctionElement.idl', 304 'svg/SVGComponentTransferFunctionElement.idl',
305 'svg/SVGCursorElement.idl', 305 'svg/SVGCursorElement.idl',
306 'svg/SVGDefsElement.idl', 306 'svg/SVGDefsElement.idl',
307 'svg/SVGDescElement.idl', 307 'svg/SVGDescElement.idl',
308 'svg/SVGDiscardElement.idl', 308 'svg/SVGDiscardElement.idl',
309 'svg/SVGElement.idl', 309 'svg/SVGElement.idl',
310 'svg/SVGElementInstance.idl',
311 'svg/SVGEllipseElement.idl', 310 'svg/SVGEllipseElement.idl',
312 'svg/SVGFEBlendElement.idl', 311 'svg/SVGFEBlendElement.idl',
313 'svg/SVGFEColorMatrixElement.idl', 312 'svg/SVGFEColorMatrixElement.idl',
314 'svg/SVGFEComponentTransferElement.idl', 313 'svg/SVGFEComponentTransferElement.idl',
315 'svg/SVGFECompositeElement.idl', 314 'svg/SVGFECompositeElement.idl',
316 'svg/SVGFEConvolveMatrixElement.idl', 315 'svg/SVGFEConvolveMatrixElement.idl',
317 'svg/SVGFEDiffuseLightingElement.idl', 316 'svg/SVGFEDiffuseLightingElement.idl',
318 'svg/SVGFEDisplacementMapElement.idl', 317 'svg/SVGFEDisplacementMapElement.idl',
319 'svg/SVGFEDistantLightElement.idl', 318 'svg/SVGFEDistantLightElement.idl',
320 'svg/SVGFEDropShadowElement.idl', 319 'svg/SVGFEDropShadowElement.idl',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2978 'svg/SVGCursorElement.cpp', 2977 'svg/SVGCursorElement.cpp',
2979 'svg/SVGCursorElement.h', 2978 'svg/SVGCursorElement.h',
2980 'svg/SVGDefsElement.cpp', 2979 'svg/SVGDefsElement.cpp',
2981 'svg/SVGDefsElement.h', 2980 'svg/SVGDefsElement.h',
2982 'svg/SVGDescElement.cpp', 2981 'svg/SVGDescElement.cpp',
2983 'svg/SVGDescElement.h', 2982 'svg/SVGDescElement.h',
2984 'svg/SVGDiscardElement.cpp', 2983 'svg/SVGDiscardElement.cpp',
2985 'svg/SVGDiscardElement.h', 2984 'svg/SVGDiscardElement.h',
2986 'svg/SVGDocumentExtensions.cpp', 2985 'svg/SVGDocumentExtensions.cpp',
2987 'svg/SVGElement.cpp', 2986 'svg/SVGElement.cpp',
2988 'svg/SVGElementInstance.cpp',
2989 'svg/SVGElementInstance.h',
2990 'svg/SVGElementRareData.h', 2987 'svg/SVGElementRareData.h',
2991 'svg/SVGEllipseElement.cpp', 2988 'svg/SVGEllipseElement.cpp',
2992 'svg/SVGEllipseElement.h', 2989 'svg/SVGEllipseElement.h',
2993 'svg/SVGEnumeration.cpp', 2990 'svg/SVGEnumeration.cpp',
2994 'svg/SVGFEBlendElement.cpp', 2991 'svg/SVGFEBlendElement.cpp',
2995 'svg/SVGFEBlendElement.h', 2992 'svg/SVGFEBlendElement.h',
2996 'svg/SVGFEColorMatrixElement.cpp', 2993 'svg/SVGFEColorMatrixElement.cpp',
2997 'svg/SVGFEColorMatrixElement.h', 2994 'svg/SVGFEColorMatrixElement.h',
2998 'svg/SVGFEComponentTransferElement.cpp', 2995 'svg/SVGFEComponentTransferElement.cpp',
2999 'svg/SVGFEComponentTransferElement.h', 2996 'svg/SVGFEComponentTransferElement.h',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 'loader/MixedContentCheckerTest.cpp', 3400 'loader/MixedContentCheckerTest.cpp',
3404 'page/NetworkStateNotifierTest.cpp', 3401 'page/NetworkStateNotifierTest.cpp',
3405 'rendering/RenderOverflowTest.cpp', 3402 'rendering/RenderOverflowTest.cpp',
3406 'rendering/shapes/BoxShapeTest.cpp', 3403 'rendering/shapes/BoxShapeTest.cpp',
3407 'testing/UnitTestHelpers.cpp', 3404 'testing/UnitTestHelpers.cpp',
3408 'testing/UnitTestHelpers.h', 3405 'testing/UnitTestHelpers.h',
3409 'xml/parser/SharedBufferReaderTest.cpp', 3406 'xml/parser/SharedBufferReaderTest.cpp',
3410 ], 3407 ],
3411 } 3408 }
3412 } 3409 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698