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

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: Add 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 27aa462c18554e6a910609f01d1808fec9620e4d..7513f60350d683e7ed55e420ab924fa50552a1ca 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3962,6 +3962,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