| 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 417c089f51d4594012b639f68a8e6b25de3e7ca3..856cb402ad304c1a3ab9247645ef61c965fa8d40 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -168,11 +168,26 @@ 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/TextMatchMarkerList.cpp",
|
| + "markers/TextMatchMarkerList.h",
|
| "serializers/HTMLInterchange.cpp",
|
| "serializers/HTMLInterchange.h",
|
| "serializers/MarkupAccumulator.cpp",
|
|
|