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

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

Issue 99533004: [SVG] Implement 'discard' element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'svg/SVGAnimatedRect.idl', 345 'svg/SVGAnimatedRect.idl',
346 'svg/SVGAnimatedString.idl', 346 'svg/SVGAnimatedString.idl',
347 'svg/SVGAnimatedTransformList.idl', 347 'svg/SVGAnimatedTransformList.idl',
348 'svg/SVGAnimationElement.idl', 348 'svg/SVGAnimationElement.idl',
349 'svg/SVGCircleElement.idl', 349 'svg/SVGCircleElement.idl',
350 'svg/SVGClipPathElement.idl', 350 'svg/SVGClipPathElement.idl',
351 'svg/SVGComponentTransferFunctionElement.idl', 351 'svg/SVGComponentTransferFunctionElement.idl',
352 'svg/SVGCursorElement.idl', 352 'svg/SVGCursorElement.idl',
353 'svg/SVGDefsElement.idl', 353 'svg/SVGDefsElement.idl',
354 'svg/SVGDescElement.idl', 354 'svg/SVGDescElement.idl',
355 'svg/SVGDiscardElement.idl',
355 'svg/SVGDocument.idl', 356 'svg/SVGDocument.idl',
356 'svg/SVGElement.idl', 357 'svg/SVGElement.idl',
357 'svg/SVGElementInstance.idl', 358 'svg/SVGElementInstance.idl',
358 'svg/SVGElementInstanceList.idl', 359 'svg/SVGElementInstanceList.idl',
359 'svg/SVGEllipseElement.idl', 360 'svg/SVGEllipseElement.idl',
360 'svg/SVGFEBlendElement.idl', 361 'svg/SVGFEBlendElement.idl',
361 'svg/SVGFEColorMatrixElement.idl', 362 'svg/SVGFEColorMatrixElement.idl',
362 'svg/SVGFEComponentTransferElement.idl', 363 'svg/SVGFEComponentTransferElement.idl',
363 'svg/SVGFECompositeElement.idl', 364 'svg/SVGFECompositeElement.idl',
364 'svg/SVGFEConvolveMatrixElement.idl', 365 'svg/SVGFEConvolveMatrixElement.idl',
(...skipping 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'svg/SVGClipPathElement.h', 2879 'svg/SVGClipPathElement.h',
2879 'svg/SVGColor.cpp', 2880 'svg/SVGColor.cpp',
2880 'svg/SVGComponentTransferFunctionElement.cpp', 2881 'svg/SVGComponentTransferFunctionElement.cpp',
2881 'svg/SVGComponentTransferFunctionElement.h', 2882 'svg/SVGComponentTransferFunctionElement.h',
2882 'svg/SVGCursorElement.cpp', 2883 'svg/SVGCursorElement.cpp',
2883 'svg/SVGCursorElement.h', 2884 'svg/SVGCursorElement.h',
2884 'svg/SVGDefsElement.cpp', 2885 'svg/SVGDefsElement.cpp',
2885 'svg/SVGDefsElement.h', 2886 'svg/SVGDefsElement.h',
2886 'svg/SVGDescElement.cpp', 2887 'svg/SVGDescElement.cpp',
2887 'svg/SVGDescElement.h', 2888 'svg/SVGDescElement.h',
2889 'svg/SVGDiscardElement.cpp',
2890 'svg/SVGDiscardElement.h',
2888 'svg/SVGDocument.cpp', 2891 'svg/SVGDocument.cpp',
2889 'svg/SVGDocument.h', 2892 'svg/SVGDocument.h',
2890 'svg/SVGDocumentExtensions.cpp', 2893 'svg/SVGDocumentExtensions.cpp',
2891 'svg/SVGElement.cpp', 2894 'svg/SVGElement.cpp',
2892 'svg/SVGElementInstance.cpp', 2895 'svg/SVGElementInstance.cpp',
2893 'svg/SVGElementInstance.h', 2896 'svg/SVGElementInstance.h',
2894 'svg/SVGElementInstanceList.cpp', 2897 'svg/SVGElementInstanceList.cpp',
2895 'svg/SVGElementInstanceList.h', 2898 'svg/SVGElementInstanceList.h',
2896 'svg/SVGElementRareData.h', 2899 'svg/SVGElementRareData.h',
2897 'svg/SVGEllipseElement.cpp', 2900 'svg/SVGEllipseElement.cpp',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
3250 'html/track/vtt/BufferedLineReaderTest.cpp', 3253 'html/track/vtt/BufferedLineReaderTest.cpp',
3251 'html/track/vtt/VTTScannerTest.cpp', 3254 'html/track/vtt/VTTScannerTest.cpp',
3252 'frame/ImageBitmapTest.cpp', 3255 'frame/ImageBitmapTest.cpp',
3253 'rendering/RenderOverflowTest.cpp', 3256 'rendering/RenderOverflowTest.cpp',
3254 'rendering/shapes/BoxShapeTest.cpp', 3257 'rendering/shapes/BoxShapeTest.cpp',
3255 'testing/UnitTestHelpers.h', 3258 'testing/UnitTestHelpers.h',
3256 'testing/UnitTestHelpers.cpp', 3259 'testing/UnitTestHelpers.cpp',
3257 ], 3260 ],
3258 } 3261 }
3259 } 3262 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/svg/SVGDiscardElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698