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

Unified Diff: Source/core/core.gypi

Issue 1180053009: Rewrite nine piece image painting code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some more polish Created 5 years, 6 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/NinePieceImageGrid.h » ('j') | Source/core/paint/NinePieceImageGrid.h » ('J')
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 b4da88db1de57a96a3f199532f90a564518da446..cc735341a2d798812beccbe5c40a3d84a7452ba6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1908,6 +1908,8 @@
'paint/MediaControlsPainter.h',
'paint/MultiColumnSetPainter.cpp',
'paint/MultiColumnSetPainter.h',
+ 'paint/NinePieceImageGrid.cpp',
+ 'paint/NinePieceImageGrid.h',
'paint/NinePieceImagePainter.cpp',
'paint/NinePieceImagePainter.h',
'paint/ObjectPainter.cpp',
@@ -3932,6 +3934,7 @@
'paint/LayerClipRecorderTest.cpp',
'paint/LayoutObjectDrawingRecorderTest.cpp',
'paint/TextPainterTest.cpp',
+ 'paint/NinePieceImageGridTest.cpp',
fs 2015/06/24 13:19:10 N < T
davve 2015/06/24 13:35:25 Done.
'streams/ReadableStreamReaderTest.cpp',
'streams/ReadableStreamTest.cpp',
'style/ComputedStyleTest.cpp',
« no previous file with comments | « no previous file | Source/core/paint/NinePieceImageGrid.h » ('j') | Source/core/paint/NinePieceImageGrid.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698