Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: Source/core/core.gypi

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698