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 54b72303775ad5b960e771481ebceaa3c860c5aa..2d796a73ade7c65cb74e19cca8abe1f6fc975f60 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -168,11 +168,27 @@ blink_core_sources("editing") { |
"iterators/TextSearcherICU.cpp", |
"iterators/TextSearcherICU.h", |
"iterators/WordAwareIterator.cpp", |
+ "markers/CompositionMarkerList.cpp", |
+ "markers/CompositionMarkerList.h", |
"markers/DocumentMarker.cpp", |
"markers/DocumentMarker.h", |
"markers/DocumentMarkerController.cpp", |
"markers/DocumentMarkerController.h", |
- "markers/RenderedDocumentMarker.h", |
+ "markers/DocumentMarkerList.cpp", |
+ "markers/DocumentMarkerList.h", |
+ "markers/EditingMarkerList.cpp", |
+ "markers/EditingMarkerList.h", |
+ "markers/EditingMarkerListThatMergesTouchingMarkers.cpp", |
+ "markers/EditingMarkerListThatMergesTouchingMarkers.h", |
+ "markers/GrammarMarkerList.cpp", |
+ "markers/GrammarMarkerList.h", |
+ "markers/RenderedTextMatchMarker.cpp", |
+ "markers/RenderedTextMatchMarker.h", |
+ "markers/SpellingMarkerList.cpp", |
+ "markers/SpellingMarkerList.h", |
+ "markers/TextMatchMarker.h", |
+ "markers/TextMatchMarkerList.cpp", |
+ "markers/TextMatchMarkerList.h", |
"serializers/HTMLInterchange.cpp", |
"serializers/HTMLInterchange.h", |
"serializers/MarkupAccumulator.cpp", |