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

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

Issue 2725803002: Introduce PositionIteratorTest in webkit_unit_tests (Closed)
Patch Set: 2017-03-01T15:38:19 Add EXPECT_EQ() just after ctor by yoichio@'s comment 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/PositionIterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn
index 54b72303775ad5b960e771481ebceaa3c860c5aa..e65e4067b68fb40db545567501832f95ae1092ec 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -237,6 +237,7 @@ source_set("unit_tests") {
"FrameSelectionTest.cpp",
"GranularityStrategyTest.cpp",
"InputMethodControllerTest.cpp",
+ "PositionIteratorTest.cpp",
"PositionTest.cpp",
"RelocatablePositionTest.cpp",
"SelectionControllerTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/PositionIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698