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

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

Issue 2393403002: Introduce Selection class (Closed)
Patch Set: 2016-10-12T13:54:28 Created 4 years, 2 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 c55ca204826931f42501047c4853d49076707aef..f8de645261d6f85139b5bb4c7971d2a6cba76bd0 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1073,6 +1073,7 @@ source_set("unit_tests") {
"editing/PositionTest.cpp",
"editing/RelocatablePositionTest.cpp",
"editing/SelectionAdjusterTest.cpp",
+ "editing/SelectionTemplateTest.cpp",
"editing/SurroundingTextTest.cpp",
"editing/VisiblePositionTest.cpp",
"editing/VisibleSelectionTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698