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

Unified Diff: Source/core/core.gypi

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (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
« no previous file with comments | « no previous file | Source/core/css/PseudoStyleRequest.h » ('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 45c59c4c8fb2a637241662c05cd9af82838f634e..729e41a3125954e70a03f1c01bb975bb7ae9c9c5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -647,6 +647,12 @@
'layout/LayoutRubyRun.h',
'layout/LayoutRubyText.cpp',
'layout/LayoutRubyText.h',
+ 'layout/LayoutScrollbar.cpp',
+ 'layout/LayoutScrollbar.h',
+ 'layout/LayoutScrollbarPart.cpp',
+ 'layout/LayoutScrollbarPart.h',
+ 'layout/LayoutScrollbarTheme.cpp',
+ 'layout/LayoutScrollbarTheme.h',
'layout/LayoutSlider.cpp',
'layout/LayoutSlider.h',
'layout/LayoutSliderContainer.cpp',
@@ -843,12 +849,6 @@
'rendering/RenderListMarker.h',
'rendering/RenderMenuList.cpp',
'rendering/RenderMenuList.h',
- 'rendering/RenderScrollbar.cpp',
- 'rendering/RenderScrollbar.h',
- 'rendering/RenderScrollbarPart.cpp',
- 'rendering/RenderScrollbarPart.h',
- 'rendering/RenderScrollbarTheme.cpp',
- 'rendering/RenderScrollbarTheme.h',
'rendering/RenderSearchField.cpp',
'rendering/RenderSearchField.h',
'rendering/RenderSelectionInfo.h',
« no previous file with comments | « no previous file | Source/core/css/PseudoStyleRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698