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

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

Issue 2322213002: Refactor ElementShadow by separating v0 related features as ElementShadowV0 (Closed)
Patch Set: addressed Created 4 years, 3 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: third_party/WebKit/Source/core/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 45e2c3812ab97d4317c42a41ebbb74ddcf71dc17..719c929c731dfc594713b551d98a57aeb67bf327 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -372,6 +372,8 @@ blink_core_sources("dom") {
"shadow/DistributedNodes.h",
"shadow/ElementShadow.cpp",
"shadow/ElementShadow.h",
+ "shadow/ElementShadowV0.cpp",
+ "shadow/ElementShadowV0.h",
"shadow/FlatTreeTraversal.cpp",
"shadow/FlatTreeTraversal.h",
"shadow/InsertionPoint.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698