| 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 fca8b818e7681daea128f60a9ca74f8323cf9764..8af64fa72b48e0c8796ff0056a75d2ddfeeb4cca 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -187,6 +187,8 @@ 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",
|
|
|