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

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

Issue 2967193003: Relation list properties for Accessibility Object Model phase 1 (Closed)
Patch Set: Get rid of accidental duplication in inspector output Created 3 years, 5 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 687e822833ffe3c814fb88eaa65655a80bde456e..dfec6cc92c7c6460a91f43940e2c25c50e62f846 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -14,6 +14,8 @@ blink_core_sources("dom") {
"AXObjectCacheBase.h",
"AccessibleNode.cpp",
"AccessibleNode.h",
+ "AccessibleNodeList.cpp",
+ "AccessibleNodeList.h",
"AncestorList.h",
"AnimationWorkletProxyClient.cpp",
"AnimationWorkletProxyClient.h",

Powered by Google App Engine
This is Rietveld 408576698