Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2698313003: Fix caret paint invalidation when moving between blocks (Closed)
Patch Set: - Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698