Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 239c1a5804a77159033e09bfbbe8b0063eb9343b..ec04f8357a6a6dc53b0faab1880b8935b0f406e4 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -684,6 +684,11 @@ |
'layout/LayoutSliderContainer.h', |
'layout/LayoutSliderThumb.cpp', |
'layout/LayoutSliderThumb.h', |
+ 'layout/LayoutText.cpp', |
+ 'layout/LayoutTextCombine.cpp', |
+ 'layout/LayoutTextCombine.h', |
+ 'layout/LayoutTextFragment.cpp', |
+ 'layout/LayoutTextFragment.h', |
'layout/LayoutTable.cpp', |
'layout/LayoutTable.h', |
'layout/LayoutTableCaption.cpp', |
@@ -849,14 +854,9 @@ |
'layout/svg/line/SVGInlineTextBox.h', |
'layout/svg/line/SVGRootInlineBox.cpp', |
'layout/svg/line/SVGRootInlineBox.h', |
- 'rendering/RenderCombineText.cpp', |
- 'rendering/RenderCombineText.h', |
'rendering/RenderMenuList.cpp', |
'rendering/RenderMenuList.h', |
'rendering/RenderSelectionInfo.h', |
- 'rendering/RenderText.cpp', |
- 'rendering/RenderTextFragment.cpp', |
- 'rendering/RenderTextFragment.h', |
], |
'webcore_non_rendering_files': [ |
'Init.cpp', |