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

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

Issue 2393403002: Introduce Selection class (Closed)
Patch Set: 2016-10-07T18:46:48 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 82874c1759b6027fdd9349d9f664ce7321778f2b..916391eb2025d1e53733e4c036056fc877e90e86 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1049,6 +1049,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