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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1847583003: Fix setComposingText when newCursorPosition != 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified some C++ unit tests Created 4 years, 8 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 5e7158e3cdc7f62b64868155cdaee4c66295012b..4751f59f17acdd2394b59c0e23c7d016efc4b551 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3960,6 +3960,7 @@
'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
'editing/iterators/TextIteratorTest.cpp',
'editing/markers/DocumentMarkerControllerTest.cpp',
+ 'editing/PlainTextRangeTest.cpp',
'editing/PositionTest.cpp',
'editing/SelectionAdjusterTest.cpp',
'editing/SurroundingTextTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698