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

Unified Diff: Source/core/core.gypi

Issue 1102353008: Split ThemePainter out of LayoutTheme (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: themePainter() -> theme().painter() Created 5 years, 8 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 | « Source/core/core.gyp ('k') | Source/core/layout/LayoutMediaControls.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 4457fa8e1abd9b03dd0ebac7c15772a681a60000..9405a8016eb419002e9846288d294fcbc5fd94f2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -624,8 +624,6 @@
'layout/LayoutListMarker.h',
'layout/LayoutMedia.cpp',
'layout/LayoutMedia.h',
- 'layout/LayoutMediaControls.cpp',
- 'layout/LayoutMediaControls.h',
'layout/LayoutMenuList.cpp',
'layout/LayoutMenuList.h',
'layout/LayoutMeter.cpp',
@@ -1894,6 +1892,8 @@
'paint/ListItemPainter.h',
'paint/ListMarkerPainter.cpp',
'paint/ListMarkerPainter.h',
+ 'paint/MediaControlsPainter.cpp',
+ 'paint/MediaControlsPainter.h',
'paint/MultiColumnSetPainter.cpp',
'paint/MultiColumnSetPainter.h',
'paint/ObjectPainter.cpp',
@@ -1957,6 +1957,12 @@
'paint/TableSectionPainter.h',
'paint/TextPainter.cpp',
'paint/TextPainter.h',
+ 'paint/ThemePainter.cpp',
+ 'paint/ThemePainter.h',
+ 'paint/ThemePainterDefault.cpp',
+ 'paint/ThemePainterDefault.h',
+ 'paint/ThemePainterMac.mm',
+ 'paint/ThemePainterMac.h',
'paint/Transform3DRecorder.cpp',
'paint/Transform3DRecorder.h',
'paint/TransformRecorder.cpp',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/layout/LayoutMediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698