| 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 4f97745a4e39252512cc7a32c81cfd71877f8abb..12efe0b37ec202bd6902e40062821c0f79c322bf 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -277,6 +277,7 @@ source_set("unit_tests") {
|
| "commands/InsertListCommandTest.cpp",
|
| "commands/ReplaceSelectionCommandTest.cpp",
|
| "commands/SetCharacterDataCommandTest.cpp",
|
| + "commands/SplitTextNodeCommandTest.cpp",
|
| "commands/TypingCommandTest.cpp",
|
| "iterators/BackwardsTextBufferTest.cpp",
|
| "iterators/CharacterIteratorTest.cpp",
|
|
|