| 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 d7aa36b3c83b052c62e2b3bfb5d00662fc766a2c..7063435246445061af420fe9cb892c241f7f9a31 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",
|
| @@ -302,6 +304,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",
|
|
|