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

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

Issue 2791943002: Re-land: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: Fix for crash with test Created 3 years, 9 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 0869667e650a209b2a2ca55de9deb6005d19e563..cf5545675f6ba2ad84701cebcaa8c928573cc6a1 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -10,6 +10,8 @@ blink_core_sources("dom") {
sources = [
"AXObjectCache.cpp",
"AXObjectCache.h",
+ "AccessibleNode.cpp",
+ "AccessibleNode.h",
"AnimationWorkletProxyClient.h",
"Attr.cpp",
"Attr.h",

Powered by Google App Engine
This is Rietveld 408576698