| 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 4569ef80e15ab1fda778c6171fdd9daa98152d24..2dc814294f0f6398543c92c7e886f374f201ef14 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -91,6 +91,8 @@ blink_core_sources("editing") {
|
| "commands/FormatBlockCommand.h",
|
| "commands/IndentOutdentCommand.cpp",
|
| "commands/IndentOutdentCommand.h",
|
| + "commands/InsertIncrementalTextCommand.cpp",
|
| + "commands/InsertIncrementalTextCommand.h",
|
| "commands/InsertIntoTextNodeCommand.cpp",
|
| "commands/InsertIntoTextNodeCommand.h",
|
| "commands/InsertLineBreakCommand.cpp",
|
|
|