| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c2476e69d05752428cb8a83286e58d9f99472f03..1c46043f36bf263b8e1b403e606103b1b1a5968d 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -641,6 +641,12 @@
|
| 'layout/LayoutTableRow.h',
|
| 'layout/LayoutTableSection.cpp',
|
| 'layout/LayoutTableSection.h',
|
| + 'layout/LayoutTextControl.cpp',
|
| + 'layout/LayoutTextControl.h',
|
| + 'layout/LayoutTextControlMultiLine.cpp',
|
| + 'layout/LayoutTextControlMultiLine.h',
|
| + 'layout/LayoutTextControlSingleLine.cpp',
|
| + 'layout/LayoutTextControlSingleLine.h',
|
| 'layout/LayoutTheme.cpp',
|
| 'layout/LayoutTheme.h',
|
| 'layout/LayoutThemeChromiumAndroid.cpp',
|
| @@ -845,12 +851,6 @@
|
| 'rendering/RenderSearchField.h',
|
| 'rendering/RenderSelectionInfo.h',
|
| 'rendering/RenderText.cpp',
|
| - 'rendering/RenderTextControl.cpp',
|
| - 'rendering/RenderTextControl.h',
|
| - 'rendering/RenderTextControlMultiLine.cpp',
|
| - 'rendering/RenderTextControlMultiLine.h',
|
| - 'rendering/RenderTextControlSingleLine.cpp',
|
| - 'rendering/RenderTextControlSingleLine.h',
|
| 'rendering/RenderTextFragment.cpp',
|
| 'rendering/RenderTextFragment.h',
|
| 'rendering/RenderVTTCue.cpp',
|
|
|