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

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: Stop the win compiler's complaint 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/iterators/BackwardsTextBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 87973154a0a9a34c12456fed365d2babac9cded6..f6b8afaa0750e99ae1296232e7ff8a960bc2e008 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1489,10 +1489,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',
@@ -3934,7 +3940,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',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/iterators/BackwardsTextBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698