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

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

Issue 2521043003: Replace LayoutTests/paint/invalidation/text-selection-focus.html with a SimTest. (Closed)
Patch Set: copyrights. Created 4 years, 1 month 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/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index c4b846051257fd214f8c0753237a65c0e310cb5b..77a938820393287a1abab037224bf62c5f2bcc68 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -355,6 +355,7 @@ test("webkit_unit_tests") {
"tests/ScrollingCoordinatorTest.cpp",
"tests/SpinLockTest.cpp",
"tests/TextFinderTest.cpp",
+ "tests/TextSelectionRepaintTest.cpp",
"tests/TimerPerfTest.cpp",
"tests/TouchActionTest.cpp",
"tests/ViewportTest.cpp",
@@ -385,6 +386,8 @@ test("webkit_unit_tests") {
"tests/sim/SimDisplayItemList.h",
"tests/sim/SimNetwork.cpp",
"tests/sim/SimNetwork.h",
+ "tests/sim/SimPage.cpp",
+ "tests/sim/SimPage.h",
"tests/sim/SimRequest.cpp",
"tests/sim/SimRequest.h",
"tests/sim/SimTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698