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 4f97745a4e39252512cc7a32c81cfd71877f8abb..168ce2277c8ce85ba62798574474a32380fb6f45 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -187,11 +187,23 @@ blink_core_sources("editing") { |
"iterators/TextSearcherICU.h", |
"iterators/WordAwareIterator.cpp", |
"iterators/WordAwareIterator.h", |
+ "markers/CompositionMarkerList.cpp", |
+ "markers/CompositionMarkerList.h", |
"markers/DocumentMarker.cpp", |
"markers/DocumentMarker.h", |
"markers/DocumentMarkerController.cpp", |
"markers/DocumentMarkerController.h", |
+ "markers/DocumentMarkerList.cpp", |
+ "markers/DocumentMarkerList.h", |
+ "markers/DocumentMarkerListEditor.cpp", |
+ "markers/DocumentMarkerListEditor.h", |
"markers/RenderedDocumentMarker.h", |
+ "markers/SpellCheckMarkerList.cpp", |
+ "markers/SpellCheckMarkerList.h", |
+ "markers/TextMatchMarker.cpp", |
+ "markers/TextMatchMarker.h", |
+ "markers/TextMatchMarkerList.cpp", |
+ "markers/TextMatchMarkerList.h", |
"serializers/HTMLInterchange.cpp", |
"serializers/HTMLInterchange.h", |
"serializers/MarkupAccumulator.cpp", |
@@ -277,6 +289,7 @@ source_set("unit_tests") { |
"commands/InsertListCommandTest.cpp", |
"commands/ReplaceSelectionCommandTest.cpp", |
"commands/SetCharacterDataCommandTest.cpp", |
+ "commands/SplitTextNodeCommandTest.cpp", |
"commands/TypingCommandTest.cpp", |
"iterators/BackwardsTextBufferTest.cpp", |
"iterators/CharacterIteratorTest.cpp", |