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

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

Issue 252893004: Remove SVGElementInstanceList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add expected results Created 6 years, 7 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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'svg/SVGAnimationElement.idl', 302 'svg/SVGAnimationElement.idl',
303 'svg/SVGCircleElement.idl', 303 'svg/SVGCircleElement.idl',
304 'svg/SVGClipPathElement.idl', 304 'svg/SVGClipPathElement.idl',
305 'svg/SVGComponentTransferFunctionElement.idl', 305 'svg/SVGComponentTransferFunctionElement.idl',
306 'svg/SVGCursorElement.idl', 306 'svg/SVGCursorElement.idl',
307 'svg/SVGDefsElement.idl', 307 'svg/SVGDefsElement.idl',
308 'svg/SVGDescElement.idl', 308 'svg/SVGDescElement.idl',
309 'svg/SVGDiscardElement.idl', 309 'svg/SVGDiscardElement.idl',
310 'svg/SVGElement.idl', 310 'svg/SVGElement.idl',
311 'svg/SVGElementInstance.idl', 311 'svg/SVGElementInstance.idl',
312 'svg/SVGElementInstanceList.idl',
313 'svg/SVGEllipseElement.idl', 312 'svg/SVGEllipseElement.idl',
314 'svg/SVGFEBlendElement.idl', 313 'svg/SVGFEBlendElement.idl',
315 'svg/SVGFEColorMatrixElement.idl', 314 'svg/SVGFEColorMatrixElement.idl',
316 'svg/SVGFEComponentTransferElement.idl', 315 'svg/SVGFEComponentTransferElement.idl',
317 'svg/SVGFECompositeElement.idl', 316 'svg/SVGFECompositeElement.idl',
318 'svg/SVGFEConvolveMatrixElement.idl', 317 'svg/SVGFEConvolveMatrixElement.idl',
319 'svg/SVGFEDiffuseLightingElement.idl', 318 'svg/SVGFEDiffuseLightingElement.idl',
320 'svg/SVGFEDisplacementMapElement.idl', 319 'svg/SVGFEDisplacementMapElement.idl',
321 'svg/SVGFEDistantLightElement.idl', 320 'svg/SVGFEDistantLightElement.idl',
322 'svg/SVGFEDropShadowElement.idl', 321 'svg/SVGFEDropShadowElement.idl',
(...skipping 2646 matching lines...) Expand 10 before | Expand all | Expand 10 after
2969 'svg/SVGDescElement.cpp', 2968 'svg/SVGDescElement.cpp',
2970 'svg/SVGDescElement.h', 2969 'svg/SVGDescElement.h',
2971 'svg/SVGDiscardElement.cpp', 2970 'svg/SVGDiscardElement.cpp',
2972 'svg/SVGDiscardElement.h', 2971 'svg/SVGDiscardElement.h',
2973 'svg/SVGDocument.cpp', 2972 'svg/SVGDocument.cpp',
2974 'svg/SVGDocument.h', 2973 'svg/SVGDocument.h',
2975 'svg/SVGDocumentExtensions.cpp', 2974 'svg/SVGDocumentExtensions.cpp',
2976 'svg/SVGElement.cpp', 2975 'svg/SVGElement.cpp',
2977 'svg/SVGElementInstance.cpp', 2976 'svg/SVGElementInstance.cpp',
2978 'svg/SVGElementInstance.h', 2977 'svg/SVGElementInstance.h',
2979 'svg/SVGElementInstanceList.cpp',
2980 'svg/SVGElementInstanceList.h',
2981 'svg/SVGElementRareData.h', 2978 'svg/SVGElementRareData.h',
2982 'svg/SVGEllipseElement.cpp', 2979 'svg/SVGEllipseElement.cpp',
2983 'svg/SVGEllipseElement.h', 2980 'svg/SVGEllipseElement.h',
2984 'svg/SVGEnumeration.cpp', 2981 'svg/SVGEnumeration.cpp',
2985 'svg/SVGFEBlendElement.cpp', 2982 'svg/SVGFEBlendElement.cpp',
2986 'svg/SVGFEBlendElement.h', 2983 'svg/SVGFEBlendElement.h',
2987 'svg/SVGFEColorMatrixElement.cpp', 2984 'svg/SVGFEColorMatrixElement.cpp',
2988 'svg/SVGFEColorMatrixElement.h', 2985 'svg/SVGFEColorMatrixElement.h',
2989 'svg/SVGFEComponentTransferElement.cpp', 2986 'svg/SVGFEComponentTransferElement.cpp',
2990 'svg/SVGFEComponentTransferElement.h', 2987 'svg/SVGFEComponentTransferElement.h',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 'html/track/vtt/VTTScannerTest.cpp', 3386 'html/track/vtt/VTTScannerTest.cpp',
3390 'loader/MixedContentCheckerTest.cpp', 3387 'loader/MixedContentCheckerTest.cpp',
3391 'rendering/RenderOverflowTest.cpp', 3388 'rendering/RenderOverflowTest.cpp',
3392 'rendering/shapes/BoxShapeTest.cpp', 3389 'rendering/shapes/BoxShapeTest.cpp',
3393 'testing/UnitTestHelpers.cpp', 3390 'testing/UnitTestHelpers.cpp',
3394 'testing/UnitTestHelpers.h', 3391 'testing/UnitTestHelpers.h',
3395 'xml/parser/SharedBufferReaderTest.cpp', 3392 'xml/parser/SharedBufferReaderTest.cpp',
3396 ], 3393 ],
3397 } 3394 }
3398 } 3395 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/svg/SVGElementInstance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698