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', |