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

Unified Diff: Source/core/core.gypi

Issue 272523002: Remove SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use attach/detach 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 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 c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..fd0c8d619d3e504f84727c1f451cfbcc8815ddaa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -307,7 +307,6 @@
'svg/SVGDescElement.idl',
'svg/SVGDiscardElement.idl',
'svg/SVGElement.idl',
- 'svg/SVGElementInstance.idl',
'svg/SVGEllipseElement.idl',
'svg/SVGFEBlendElement.idl',
'svg/SVGFEColorMatrixElement.idl',
@@ -2983,8 +2982,6 @@
'svg/SVGDiscardElement.h',
'svg/SVGDocumentExtensions.cpp',
'svg/SVGElement.cpp',
- 'svg/SVGElementInstance.cpp',
- 'svg/SVGElementInstance.h',
'svg/SVGElementRareData.h',
'svg/SVGEllipseElement.cpp',
'svg/SVGEllipseElement.h',

Powered by Google App Engine
This is Rietveld 408576698