| 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 4f97745a4e39252512cc7a32c81cfd71877f8abb..abab287645838cfcb7a3f56845d3b48eab56bde8 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -187,11 +187,23 @@ blink_core_sources("editing") {
|
| "iterators/TextSearcherICU.h",
|
| "iterators/WordAwareIterator.cpp",
|
| "iterators/WordAwareIterator.h",
|
| + "markers/CompositionMarkerList.cpp",
|
| + "markers/CompositionMarkerList.h",
|
| "markers/DocumentMarker.cpp",
|
| "markers/DocumentMarker.h",
|
| "markers/DocumentMarkerController.cpp",
|
| "markers/DocumentMarkerController.h",
|
| + "markers/DocumentMarkerList.cpp",
|
| + "markers/DocumentMarkerList.h",
|
| + "markers/DocumentMarkerListEditor.cpp",
|
| + "markers/DocumentMarkerListEditor.h",
|
| "markers/RenderedDocumentMarker.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",
|
|
|