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

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

Issue 1650543002: Introduce ForwardsTextBuffer and BackwardsTextBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 a61d7bc376184366cf9a40219e3decc94954a4cd..dbb095b67aa3d650d11162eef52ed6a477b1f0b4 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1485,10 +1485,16 @@
'editing/commands/WrapContentsInDummySpanCommand.cpp',
'editing/commands/WrapContentsInDummySpanCommand.h',
'editing/iterators/BackwardsCharacterIterator.cpp',
+ 'editing/iterators/BackwardsTextBuffer.cpp',
+ 'editing/iterators/BackwardsTextBuffer.h',
'editing/iterators/BitStack.cpp',
+ 'editing/iterators/ForwardsTextBuffer.cpp',
+ 'editing/iterators/ForwardsTextBuffer.h',
'editing/iterators/FullyClippedStateStack.cpp',
'editing/iterators/SearchBuffer.cpp',
'editing/iterators/SearchBuffer.h',
+ 'editing/iterators/TextBufferBase.cpp',
+ 'editing/iterators/TextBufferBase.h',
'editing/iterators/TextIterator.cpp',
'editing/iterators/TextIterator.h',
'editing/iterators/TextIteratorTextState.cpp',
@@ -3927,7 +3933,9 @@
'editing/FrameSelectionTest.cpp',
'editing/GranularityStrategyTest.cpp',
'editing/InputMethodControllerTest.cpp',
+ 'editing/iterators/BackwardsTextBufferTest.cpp',
'editing/iterators/CharacterIteratorTest.cpp',
+ 'editing/iterators/ForwardsTextBufferTest.cpp',
'editing/iterators/SearchBufferTest.cpp',
'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
'editing/iterators/TextIteratorTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698