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

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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'svg/SVGAnimatedRect.idl', 346 'svg/SVGAnimatedRect.idl',
347 'svg/SVGAnimatedString.idl', 347 'svg/SVGAnimatedString.idl',
348 'svg/SVGAnimatedTransformList.idl', 348 'svg/SVGAnimatedTransformList.idl',
349 'svg/SVGAnimationElement.idl', 349 'svg/SVGAnimationElement.idl',
350 'svg/SVGCircleElement.idl', 350 'svg/SVGCircleElement.idl',
351 'svg/SVGClipPathElement.idl', 351 'svg/SVGClipPathElement.idl',
352 'svg/SVGComponentTransferFunctionElement.idl', 352 'svg/SVGComponentTransferFunctionElement.idl',
353 'svg/SVGCursorElement.idl', 353 'svg/SVGCursorElement.idl',
354 'svg/SVGDefsElement.idl', 354 'svg/SVGDefsElement.idl',
355 'svg/SVGDescElement.idl', 355 'svg/SVGDescElement.idl',
356 'svg/SVGDiscardElement.idl',
356 'svg/SVGDocument.idl', 357 'svg/SVGDocument.idl',
357 'svg/SVGElement.idl', 358 'svg/SVGElement.idl',
358 'svg/SVGElementInstance.idl', 359 'svg/SVGElementInstance.idl',
359 'svg/SVGElementInstanceList.idl', 360 'svg/SVGElementInstanceList.idl',
360 'svg/SVGEllipseElement.idl', 361 'svg/SVGEllipseElement.idl',
361 'svg/SVGExternalResourcesRequired.idl', 362 'svg/SVGExternalResourcesRequired.idl',
362 'svg/SVGFEBlendElement.idl', 363 'svg/SVGFEBlendElement.idl',
363 'svg/SVGFEColorMatrixElement.idl', 364 'svg/SVGFEColorMatrixElement.idl',
364 'svg/SVGFEComponentTransferElement.idl', 365 'svg/SVGFEComponentTransferElement.idl',
365 'svg/SVGFECompositeElement.idl', 366 'svg/SVGFECompositeElement.idl',
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after
2881 'svg/SVGClipPathElement.h', 2882 'svg/SVGClipPathElement.h',
2882 'svg/SVGColor.cpp', 2883 'svg/SVGColor.cpp',
2883 'svg/SVGComponentTransferFunctionElement.cpp', 2884 'svg/SVGComponentTransferFunctionElement.cpp',
2884 'svg/SVGComponentTransferFunctionElement.h', 2885 'svg/SVGComponentTransferFunctionElement.h',
2885 'svg/SVGCursorElement.cpp', 2886 'svg/SVGCursorElement.cpp',
2886 'svg/SVGCursorElement.h', 2887 'svg/SVGCursorElement.h',
2887 'svg/SVGDefsElement.cpp', 2888 'svg/SVGDefsElement.cpp',
2888 'svg/SVGDefsElement.h', 2889 'svg/SVGDefsElement.h',
2889 'svg/SVGDescElement.cpp', 2890 'svg/SVGDescElement.cpp',
2890 'svg/SVGDescElement.h', 2891 'svg/SVGDescElement.h',
2892 'svg/SVGDiscardElement.cpp',
2893 'svg/SVGDiscardElement.h',
2891 'svg/SVGDocument.cpp', 2894 'svg/SVGDocument.cpp',
2892 'svg/SVGDocument.h', 2895 'svg/SVGDocument.h',
2893 'svg/SVGDocumentExtensions.cpp', 2896 'svg/SVGDocumentExtensions.cpp',
2894 'svg/SVGElement.cpp', 2897 'svg/SVGElement.cpp',
2895 'svg/SVGElementInstance.cpp', 2898 'svg/SVGElementInstance.cpp',
2896 'svg/SVGElementInstance.h', 2899 'svg/SVGElementInstance.h',
2897 'svg/SVGElementInstanceList.cpp', 2900 'svg/SVGElementInstanceList.cpp',
2898 'svg/SVGElementInstanceList.h', 2901 'svg/SVGElementInstanceList.h',
2899 'svg/SVGElementRareData.h', 2902 'svg/SVGElementRareData.h',
2900 'svg/SVGEllipseElement.cpp', 2903 'svg/SVGEllipseElement.cpp',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 'platform/animation/TimingFunctionTestHelper.h', 3259 'platform/animation/TimingFunctionTestHelper.h',
3257 'platform/animation/TimingFunctionTestHelper.cpp', 3260 'platform/animation/TimingFunctionTestHelper.cpp',
3258 'platform/animation/TimingFunctionTestHelperTest.cpp', 3261 'platform/animation/TimingFunctionTestHelperTest.cpp',
3259 'rendering/RenderOverflowTest.cpp', 3262 'rendering/RenderOverflowTest.cpp',
3260 'rendering/shapes/BoxShapeTest.cpp', 3263 'rendering/shapes/BoxShapeTest.cpp',
3261 'testing/UnitTestHelpers.h', 3264 'testing/UnitTestHelpers.h',
3262 'testing/UnitTestHelpers.cpp', 3265 'testing/UnitTestHelpers.cpp',
3263 ], 3266 ],
3264 } 3267 }
3265 } 3268 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698