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

Unified Diff: Source/core/core.gypi

Issue 272523002: Remove SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some small cleanups Created 6 years, 6 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 fc67ef624c64537957663655e1c079e14794483a..9136a6c329190948abc23d7fe0a4aebac45419d3 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',
@@ -2985,8 +2984,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