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

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

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test 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
« no previous file with comments | « LayoutTests/svg/repaint/image-with-clip-path.svg ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'svg/SVGClipPathElement.idl', 352 'svg/SVGClipPathElement.idl',
353 'svg/SVGComponentTransferFunctionElement.idl', 353 'svg/SVGComponentTransferFunctionElement.idl',
354 'svg/SVGCursorElement.idl', 354 'svg/SVGCursorElement.idl',
355 'svg/SVGDefsElement.idl', 355 'svg/SVGDefsElement.idl',
356 'svg/SVGDescElement.idl', 356 'svg/SVGDescElement.idl',
357 'svg/SVGDocument.idl', 357 'svg/SVGDocument.idl',
358 'svg/SVGElement.idl', 358 'svg/SVGElement.idl',
359 'svg/SVGElementInstance.idl', 359 'svg/SVGElementInstance.idl',
360 'svg/SVGElementInstanceList.idl', 360 'svg/SVGElementInstanceList.idl',
361 'svg/SVGEllipseElement.idl', 361 'svg/SVGEllipseElement.idl',
362 'svg/SVGExternalResourcesRequired.idl',
363 'svg/SVGFEBlendElement.idl', 362 'svg/SVGFEBlendElement.idl',
364 'svg/SVGFEColorMatrixElement.idl', 363 'svg/SVGFEColorMatrixElement.idl',
365 'svg/SVGFEComponentTransferElement.idl', 364 'svg/SVGFEComponentTransferElement.idl',
366 'svg/SVGFECompositeElement.idl', 365 'svg/SVGFECompositeElement.idl',
367 'svg/SVGFEConvolveMatrixElement.idl', 366 'svg/SVGFEConvolveMatrixElement.idl',
368 'svg/SVGFEDiffuseLightingElement.idl', 367 'svg/SVGFEDiffuseLightingElement.idl',
369 'svg/SVGFEDisplacementMapElement.idl', 368 'svg/SVGFEDisplacementMapElement.idl',
370 'svg/SVGFEDistantLightElement.idl', 369 'svg/SVGFEDistantLightElement.idl',
371 'svg/SVGFEDropShadowElement.idl', 370 'svg/SVGFEDropShadowElement.idl',
372 'svg/SVGFEFloodElement.idl', 371 'svg/SVGFEFloodElement.idl',
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'svg/SVGDocument.h', 2899 'svg/SVGDocument.h',
2901 'svg/SVGDocumentExtensions.cpp', 2900 'svg/SVGDocumentExtensions.cpp',
2902 'svg/SVGElement.cpp', 2901 'svg/SVGElement.cpp',
2903 'svg/SVGElementInstance.cpp', 2902 'svg/SVGElementInstance.cpp',
2904 'svg/SVGElementInstance.h', 2903 'svg/SVGElementInstance.h',
2905 'svg/SVGElementInstanceList.cpp', 2904 'svg/SVGElementInstanceList.cpp',
2906 'svg/SVGElementInstanceList.h', 2905 'svg/SVGElementInstanceList.h',
2907 'svg/SVGElementRareData.h', 2906 'svg/SVGElementRareData.h',
2908 'svg/SVGEllipseElement.cpp', 2907 'svg/SVGEllipseElement.cpp',
2909 'svg/SVGEllipseElement.h', 2908 'svg/SVGEllipseElement.h',
2910 'svg/SVGExternalResourcesRequired.cpp',
2911 'svg/SVGExternalResourcesRequired.h',
2912 'svg/SVGFEBlendElement.cpp', 2909 'svg/SVGFEBlendElement.cpp',
2913 'svg/SVGFEBlendElement.h', 2910 'svg/SVGFEBlendElement.h',
2914 'svg/SVGFEColorMatrixElement.cpp', 2911 'svg/SVGFEColorMatrixElement.cpp',
2915 'svg/SVGFEColorMatrixElement.h', 2912 'svg/SVGFEColorMatrixElement.h',
2916 'svg/SVGFEComponentTransferElement.cpp', 2913 'svg/SVGFEComponentTransferElement.cpp',
2917 'svg/SVGFEComponentTransferElement.h', 2914 'svg/SVGFEComponentTransferElement.h',
2918 'svg/SVGFECompositeElement.cpp', 2915 'svg/SVGFECompositeElement.cpp',
2919 'svg/SVGFECompositeElement.h', 2916 'svg/SVGFECompositeElement.h',
2920 'svg/SVGFEConvolveMatrixElement.cpp', 2917 'svg/SVGFEConvolveMatrixElement.cpp',
2921 'svg/SVGFEConvolveMatrixElement.h', 2918 'svg/SVGFEConvolveMatrixElement.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 'platform/animation/TimingFunctionTestHelper.h', 3261 'platform/animation/TimingFunctionTestHelper.h',
3265 'platform/animation/TimingFunctionTestHelper.cpp', 3262 'platform/animation/TimingFunctionTestHelper.cpp',
3266 'platform/animation/TimingFunctionTestHelperTest.cpp', 3263 'platform/animation/TimingFunctionTestHelperTest.cpp',
3267 'rendering/RenderOverflowTest.cpp', 3264 'rendering/RenderOverflowTest.cpp',
3268 'rendering/shapes/BoxShapeTest.cpp', 3265 'rendering/shapes/BoxShapeTest.cpp',
3269 'testing/UnitTestHelpers.h', 3266 'testing/UnitTestHelpers.h',
3270 'testing/UnitTestHelpers.cpp', 3267 'testing/UnitTestHelpers.cpp',
3271 ], 3268 ],
3272 } 3269 }
3273 } 3270 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/repaint/image-with-clip-path.svg ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698