| 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 ac03242747ab0c0ba89a5a3d12d000e60c5b0af5..eb820f25f31b1bac77a4b2eb3cb9775b5f21b94d 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1189,6 +1189,7 @@ source_set("unit_tests") {
|
| "dom/custom/CustomElementUpgradeSorterTest.cpp",
|
| "dom/shadow/FlatTreeTraversalTest.cpp",
|
| "dom/shadow/SlotScopedTraversalTest.cpp",
|
| + "editing/CaretDisplayItemClientTest.cpp",
|
| "events/EventPathTest.cpp",
|
| "events/EventTargetTest.cpp",
|
| "events/PointerEventFactoryTest.cpp",
|
| @@ -1327,7 +1328,6 @@ source_set("unit_tests") {
|
| "page/WindowFeaturesTest.cpp",
|
| "page/scrolling/ScrollStateTest.cpp",
|
| "page/scrolling/SnapCoordinatorTest.cpp",
|
| - "paint/BlockPaintInvalidatorTest.cpp",
|
| "paint/BoxPaintInvalidatorTest.cpp",
|
| "paint/FirstMeaningfulPaintDetectorTest.cpp",
|
| "paint/HTMLCanvasPainterTest.cpp",
|
|
|