| 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 12efe0b37ec202bd6902e40062821c0f79c322bf..23bd1889c4e0408933f8ddf42096583372d9bf33 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -275,6 +275,7 @@ source_set("unit_tests") {
|
| "commands/DeleteSelectionCommandTest.cpp",
|
| "commands/InsertIncrementalTextCommandTest.cpp",
|
| "commands/InsertListCommandTest.cpp",
|
| + "commands/InsertTextCommandTest.cpp",
|
| "commands/ReplaceSelectionCommandTest.cpp",
|
| "commands/SetCharacterDataCommandTest.cpp",
|
| "commands/SplitTextNodeCommandTest.cpp",
|
|
|