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

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

Issue 1857633002: Introduce ForwardGraphemeBoundaryStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.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 27aa462c18554e6a910609f01d1808fec9620e4d..60cee51b39d156c6585534089a12f014549e769f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1600,6 +1600,8 @@
'editing/state_machines/BackspaceStateMachine.h',
'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp',
'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h',
+ 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp',
+ 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h',
'editing/state_machines/TextSegmentationMachineState.cpp',
'editing/state_machines/TextSegmentationMachineState.h',
'editing/state_machines/StateMachineUtil.cpp',
@@ -3972,6 +3974,7 @@
'editing/spellcheck/SpellCheckerTest.cpp',
'editing/state_machines/BackspaceStateMachineTest.cpp',
'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp',
+ 'editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp',
'editing/state_machines/StateMachineTestUtil.cpp',
'editing/state_machines/StateMachineUtilTest.cpp',
'events/EventPathTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698