| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index de2b95e942a09619477e239d7032071842cddd1e..c7f097c28310e1704079bc5f856d7a6de0167c0e 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1159,6 +1159,7 @@ source_set("unit_tests") {
|
| "editing/VisibleSelectionTest.cpp",
|
| "editing/VisibleUnitsTest.cpp",
|
| "editing/commands/ApplyBlockElementCommandTest.cpp",
|
| + "editing/commands/DeleteSelectionCommandTest.cpp",
|
| "editing/commands/InsertListCommandTest.cpp",
|
| "editing/commands/ReplaceSelectionCommandTest.cpp",
|
| "editing/iterators/BackwardsTextBufferTest.cpp",
|
|
|