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

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

Issue 1604783002: ALL-IN-ONE: Optimization to previousBoundary() and nextBoundary() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@progressive_accumulator
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 837757e8d6070f4b67017a33bcfbd5a5157f7842..f94c90743b5eb3cc15e34a967cc1592da2679eb0 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1482,6 +1482,8 @@
'editing/iterators/BackwardsCharacterIterator.cpp',
'editing/iterators/BitStack.cpp',
'editing/iterators/FullyClippedStateStack.cpp',
+ 'editing/iterators/ProgressiveTextAccumulator.h',
+ 'editing/iterators/ProgressiveTextAccumulator.cpp',
'editing/iterators/SearchBuffer.cpp',
'editing/iterators/SearchBuffer.h',
'editing/iterators/TextIterator.cpp',
@@ -3920,6 +3922,7 @@
'editing/InputMethodControllerTest.cpp',
'editing/iterators/CharacterIteratorTest.cpp',
'editing/iterators/SearchBufferTest.cpp',
+ 'editing/iterators/ProgressiveTextAccumulatorTest.cpp',
'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
'editing/iterators/TextIteratorTest.cpp',
'editing/markers/DocumentMarkerControllerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698