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

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

Issue 1839753005: Move state machines to state_machines subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extracted machine state for other state machines. Created 4 years, 9 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 e6046dd66c8fa6159b9b185a9b376e5091c806e9..c13fda8d580857607fc8b8dd51bbccd5368593bb 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1477,6 +1477,8 @@
'editing/SelectionEditor.cpp',
'editing/SelectionEditor.h',
'editing/SelectionType.h',
+ 'editing/StateMachineCommon.cpp',
yosin_UTC9 2016/03/30 08:52:23 Can we have editing/state_machines/? We'll have
Seigo Nonaka 2016/03/30 09:13:23 Sure, done.
+ 'editing/StateMachineCommon.h',
'editing/SurroundingText.cpp',
'editing/SurroundingText.h',
'editing/VisiblePosition.cpp',

Powered by Google App Engine
This is Rietveld 408576698