| 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 15bdd615a11290338623416b28838b184c8a2c20..a2521d86cb568db6313a7640251f59a27bf3d409 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -11,6 +11,8 @@ blink_core_sources("editing") {
|
| "CaretDisplayItemClient.h",
|
| "CompositionUnderline.cpp",
|
| "CompositionUnderline.h",
|
| + "CompositionUnderlineVectorBuilder.cpp",
|
| + "CompositionUnderlineVectorBuilder.h",
|
| "DOMSelection.cpp",
|
| "DOMSelection.h",
|
| "DragCaret.cpp",
|
|
|