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

Unified Diff: third_party/WebKit/Source/core/svg/BUILD.gn

Issue 2490163002: Reland of "Tracking reference filter mutation via SVGElementProxy" (Closed)
Patch Set: Fix double observer unregistration; simplify scope selection; add tests Created 4 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: third_party/WebKit/Source/core/svg/BUILD.gn
diff --git a/third_party/WebKit/Source/core/svg/BUILD.gn b/third_party/WebKit/Source/core/svg/BUILD.gn
index 455ece26e9be6085aaa84e5088f04d7274a14e25..c5d40c685cfe187b23504513731ebcd9a308ee01 100644
--- a/third_party/WebKit/Source/core/svg/BUILD.gn
+++ b/third_party/WebKit/Source/core/svg/BUILD.gn
@@ -57,6 +57,9 @@ blink_core_sources("svg") {
"SVGDiscardElement.h",
"SVGDocumentExtensions.cpp",
"SVGElement.cpp",
+ "SVGElement.h",
+ "SVGElementProxy.cpp",
+ "SVGElementProxy.h",
"SVGElementRareData.cpp",
"SVGElementRareData.h",
"SVGEllipseElement.cpp",
@@ -217,7 +220,6 @@ blink_core_sources("svg") {
"SVGRectElement.h",
"SVGRectTearOff.cpp",
"SVGRectTearOff.h",
- "SVGResourceClient.cpp",
"SVGResourceClient.h",
"SVGSVGElement.cpp",
"SVGSVGElement.h",
« no previous file with comments | « third_party/WebKit/Source/core/style/FilterOperations.cpp ('k') | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698