Index: third_party/WebKit/Source/core/editing/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn |
index 2e7a1e8621804a7a377c92a24a3a1df782790879..6bd064919ec3c6f52eea709ef19d62c714bdac01 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -191,6 +191,8 @@ blink_core_sources("editing") { |
"markers/DocumentMarker.h", |
"markers/DocumentMarkerController.cpp", |
"markers/DocumentMarkerController.h", |
+ "markers/DocumentMarkerList.cpp", |
+ "markers/DocumentMarkerList.h", |
"markers/RenderedDocumentMarker.cpp", |
"markers/RenderedDocumentMarker.h", |
"serializers/HTMLInterchange.cpp", |
@@ -286,6 +288,7 @@ source_set("unit_tests") { |
"iterators/TextIteratorTest.cpp", |
"iterators/TextSearcherICUTest.cpp", |
"markers/DocumentMarkerControllerTest.cpp", |
+ "markers/DocumentMarkerListTest.cpp", |
"markers/DocumentMarkerTest.cpp", |
"serializers/StyledMarkupSerializerTest.cpp", |
"spellcheck/IdleSpellCheckCallbackTest.cpp", |