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

Unified Diff: Source/core/core.gypi

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge w/HEAD again 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
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/layout/LayoutCombineText.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/layout/LayoutCombineText.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698