| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 98216e8934d5e9df4e8e94168c8cda1e0039c819..82d26f768412789a5f329bf695d2304483f32a85 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1373,6 +1373,8 @@
|
| 'editing/ReplaceNodeWithSpanCommand.cpp',
|
| 'editing/ReplaceNodeWithSpanCommand.h',
|
| 'editing/ReplaceSelectionCommand.cpp',
|
| + 'editing/SelectionController.cpp',
|
| + 'editing/SelectionController.h',
|
| 'editing/SelectionType.h',
|
| 'editing/SetNodeAttributeCommand.cpp',
|
| 'editing/SetNodeAttributeCommand.h',
|
| @@ -3904,6 +3906,7 @@
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| + 'page/EventHandlerTest.cpp',
|
| 'page/NetworkStateNotifierTest.cpp',
|
| 'page/PagePopupClientTest.cpp',
|
| 'page/PrintContextTest.cpp',
|
|
|