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

Unified Diff: Source/core/core.gypi

Issue 550363004: Factor painting code out of RenderBox into a new class called BoxPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix Created 6 years, 3 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/paint/BoxDecorationData.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 b122b8f2568114998225ec184c87672cc5ba0e9d..622b271cc7ccc064a57fbcdcb342ad530c30c55f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1478,6 +1478,10 @@
'page/scrolling/ScrollingConstraints.h',
'page/scrolling/ScrollingCoordinator.cpp',
'page/scrolling/ScrollingCoordinator.h',
+ 'paint/BoxDecorationData.h',
+ 'paint/BoxDecorationData.cpp',
+ 'paint/BoxPainter.cpp',
+ 'paint/BoxPainter.h',
'plugins/DOMMimeType.cpp',
'plugins/DOMMimeType.h',
'plugins/DOMMimeTypeArray.cpp',
@@ -1748,6 +1752,8 @@
'rendering/shapes/ShapeOutsideInfo.h',
'rendering/style/AppliedTextDecoration.cpp',
'rendering/style/BasicShapes.cpp',
+ 'rendering/style/BorderEdge.h',
+ 'rendering/style/BorderEdge.cpp',
'rendering/style/BorderImageLength.h',
'rendering/style/BorderImageLengthBox.h',
'rendering/style/CachedUAStyle.h',
« no previous file with comments | « no previous file | Source/core/paint/BoxDecorationData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698