| 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..e9e5fdc3d9dc34de1f947ac69e6fc13a9217d5e4 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -168,11 +168,22 @@ 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/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",
|
|
|