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 c23c3a3d3ebfebb71b5d633934d0d1020b2b43b3..b159e1d90c76ef3e1a9e5e47e7a15e405ff5e89a 100644 |
--- a/third_party/WebKit/Source/core/dom/BUILD.gn |
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn |
@@ -12,6 +12,7 @@ blink_core_sources("dom") { |
"AXObjectCache.h", |
"AccessibleNode.cpp", |
"AccessibleNode.h", |
+ "AncestorList.h", |
"AnimationWorkletProxyClient.h", |
"Attr.cpp", |
"Attr.h", |
@@ -195,6 +196,8 @@ blink_core_sources("dom") { |
"MessagePort.h", |
"Modulator.cpp", |
"Modulator.h", |
+ "ModulatorImpl.cpp", |
+ "ModulatorImpl.h", |
"ModuleMap.cpp", |
"ModuleMap.h", |
"ModulePendingScript.cpp", |