Chromium Code Reviews| 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', |