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

Unified Diff: Source/core/core.gypi

Issue 931003002: Move and rename RenderPart to LayoutPart. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « LayoutTests/plugins/destroy-reentry.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
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 30aa4d164e3e5d17aae7bee16bc4453196cab80e..0cf6cd3f31baa1a2f4ef7a2550cbec110df17479 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -610,6 +610,7 @@
'layout/LayoutObjectChildList.cpp',
'layout/LayoutPagedFlowThread.cpp',
'layout/LayoutPagedFlowThread.h',
+ 'layout/LayoutPart.cpp',
'layout/LayoutRegion.cpp',
'layout/LayoutRegion.h',
'layout/LayoutReplaced.cpp',
@@ -834,7 +835,6 @@
'rendering/RenderMenuList.h',
'rendering/RenderMeter.cpp',
'rendering/RenderMeter.h',
- 'rendering/RenderPart.cpp',
'rendering/RenderProgress.cpp',
'rendering/RenderProgress.h',
'rendering/RenderQuote.cpp',
@@ -3776,6 +3776,7 @@
'html/track/vtt/BufferedLineReaderTest.cpp',
'html/track/vtt/VTTScannerTest.cpp',
'layout/LayoutMultiColumnFlowThreadTest.cpp',
+ 'layout/LayoutPartTest.cpp',
'layout/LayoutTableCellTest.cpp',
'layout/LayoutTableRowTest.cpp',
'layout/LayoutThemeTest.cpp',
@@ -3796,7 +3797,6 @@
'rendering/RenderBlockTest.cpp',
'rendering/RenderInlineTest.cpp',
'rendering/RenderOverflowTest.cpp',
- 'rendering/RenderPartTest.cpp',
'rendering/RenderingTestHelper.cpp',
'rendering/RenderingTestHelper.h',
'streams/ExclusiveStreamReaderTest.cpp',
« no previous file with comments | « LayoutTests/plugins/destroy-reentry.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698