| 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 a5772bec357246c1ddb5110397d965d9e97b21ed..8ff451f3cb0722a534b97e7672be177fbd462119 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",
|
|
|