| 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 c5e675367d97fb1d66d2838324f399f4795c330d..a5772bec357246c1ddb5110397d965d9e97b21ed 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
 | 
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
 | 
| @@ -230,6 +230,7 @@ source_set("unit_tests") {
 | 
|      "VisibleSelectionTest.cpp",
 | 
|      "VisibleUnitsTest.cpp",
 | 
|      "commands/ApplyBlockElementCommandTest.cpp",
 | 
| +    "commands/DeleteSelectionCommandTest.cpp",
 | 
|      "commands/InsertListCommandTest.cpp",
 | 
|      "commands/ReplaceSelectionCommandTest.cpp",
 | 
|      "commands/TypingCommandTest.cpp",
 | 
| 
 |