| 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 df9fbf18ed112738df6ab9c72aea47f8a3db10cc..bfdc27db886e34a91fdb18eb0b25b1280a35c896 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",
|
| @@ -287,6 +289,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",
|
|
|