| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index dfeb41e87fa9c846ddd620d88ad1610b25ca6c0c..9f2c5e91d656dfd81bfa2257ccb22d0a0e92195d 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -578,6 +578,8 @@
|
| 'layout/PointerEventsHitRules.h',
|
| 'layout/Layer.cpp',
|
| 'layout/LayerClipper.cpp',
|
| + 'layout/LayoutCombineText.cpp',
|
| + 'layout/LayoutCombineText.h',
|
| 'layout/LayoutDeprecatedFlexibleBox.cpp',
|
| 'layout/LayoutDeprecatedFlexibleBox.h',
|
| 'layout/LayerFilterInfo.cpp',
|
| @@ -673,6 +675,9 @@
|
| 'layout/LayoutSliderContainer.h',
|
| 'layout/LayoutSliderThumb.cpp',
|
| 'layout/LayoutSliderThumb.h',
|
| + 'layout/LayoutText.cpp',
|
| + 'layout/LayoutTextFragment.cpp',
|
| + 'layout/LayoutTextFragment.h',
|
| 'layout/LayoutTable.cpp',
|
| 'layout/LayoutTable.h',
|
| 'layout/LayoutTableAlgorithm.h',
|
| @@ -842,8 +847,6 @@
|
| 'rendering/RenderBlockLineLayout.cpp',
|
| 'rendering/RenderButton.cpp',
|
| 'rendering/RenderButton.h',
|
| - 'rendering/RenderCombineText.cpp',
|
| - 'rendering/RenderCombineText.h',
|
| 'rendering/RenderFlexibleBox.cpp',
|
| 'rendering/RenderFlexibleBox.h',
|
| 'rendering/RenderFullScreen.cpp',
|
| @@ -853,9 +856,6 @@
|
| 'rendering/RenderMenuList.cpp',
|
| 'rendering/RenderMenuList.h',
|
| 'rendering/RenderSelectionInfo.h',
|
| - 'rendering/RenderText.cpp',
|
| - 'rendering/RenderTextFragment.cpp',
|
| - 'rendering/RenderTextFragment.h',
|
| ],
|
| 'webcore_non_rendering_files': [
|
| 'Init.cpp',
|
|
|