| 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 3215672513de53dc7000c50ba4e276ef01f4656d..38279fdcf9e02115371f6272d164eaef0616d92e 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -272,6 +272,7 @@ source_set("unit_tests") {
|
| "commands/ApplyStyleCommandTest.cpp",
|
| "commands/CompositeEditCommandTest.cpp",
|
| "commands/DeleteSelectionCommandTest.cpp",
|
| + "commands/InsertIncrementalTextCommandTest.cpp",
|
| "commands/InsertListCommandTest.cpp",
|
| "commands/ReplaceSelectionCommandTest.cpp",
|
| "commands/SetCharacterDataCommandTest.cpp",
|
|
|