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

Unified 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: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 197ce09e33715c9bf44df425521105beb833bc18..ab62e48e360c776f06c7485e4de1794290baec44 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -357,7 +357,6 @@
'svg/SVGElementInstance.idl',
'svg/SVGElementInstanceList.idl',
'svg/SVGEllipseElement.idl',
- 'svg/SVGExternalResourcesRequired.idl',
'svg/SVGFEBlendElement.idl',
'svg/SVGFEColorMatrixElement.idl',
'svg/SVGFEComponentTransferElement.idl',
@@ -3217,8 +3216,6 @@
'svg/SVGElementRareData.h',
'svg/SVGEllipseElement.cpp',
'svg/SVGEllipseElement.h',
- 'svg/SVGExternalResourcesRequired.cpp',
- 'svg/SVGExternalResourcesRequired.h',
'svg/SVGFEBlendElement.cpp',
'svg/SVGFEBlendElement.h',
'svg/SVGFEColorMatrixElement.cpp',

Powered by Google App Engine
This is Rietveld 408576698