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 6098e86583b07b25845949a31ea8e11b8baa2465..fe094c092a9cc9910bfdd27e7088144e2b04f812 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -204,6 +204,8 @@ blink_core_sources("editing") { |
"markers/GenericDocumentMarkerListImpl.cpp", |
"markers/GenericDocumentMarkerListImpl.h", |
"markers/RenderedDocumentMarker.h", |
+ "markers/SpellCheckMarkerListImpl.cpp", |
+ "markers/SpellCheckMarkerListImpl.h", |
"serializers/HTMLInterchange.cpp", |
"serializers/HTMLInterchange.h", |
"serializers/MarkupAccumulator.cpp", |
@@ -301,6 +303,7 @@ source_set("unit_tests") { |
"markers/CompositionMarkerListImplTest.cpp", |
"markers/DocumentMarkerControllerTest.cpp", |
"markers/DocumentMarkerTest.cpp", |
+ "markers/SpellCheckMarkerListImplTest.cpp", |
"serializers/StyledMarkupSerializerTest.cpp", |
"spellcheck/IdleSpellCheckCallbackTest.cpp", |
"spellcheck/SpellCheckTestBase.cpp", |