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

Unified Diff: skia/skia.gyp

Issue 6588012: roll skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « skia/ext/vector_platform_device_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 76211)
+++ skia/skia.gyp (working copy)
@@ -29,6 +29,7 @@
'../third_party/skia/gpu/src/GrMatrix.cpp',
'../third_party/skia/gpu/src/GrMemory.cpp',
'../third_party/skia/gpu/src/GrPath.cpp',
+ '../third_party/skia/gpu/src/GrPathRenderer.cpp',
'../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
'../third_party/skia/gpu/src/GrGpuGLShaders2.cpp',
'../third_party/skia/gpu/src/GrTextureCache.cpp',
@@ -68,6 +69,7 @@
'../third_party/skia/gpu/include/GrPaint.h',
'../third_party/skia/gpu/include/GrPath.h',
'../third_party/skia/gpu/include/GrPathIter.h',
+ '../third_party/skia/gpu/include/GrPathRenderer.h',
'../third_party/skia/gpu/include/GrPathSink.h',
'../third_party/skia/gpu/include/GrPoint.h',
'../third_party/skia/gpu/include/GrRandom.h',
@@ -284,6 +286,7 @@
'../third_party/skia/src/core/SkBuffer.cpp',
'../third_party/skia/src/core/SkCanvas.cpp',
'../third_party/skia/src/core/SkChunkAlloc.cpp',
+ '../third_party/skia/src/core/SkClipStack.cpp',
'../third_party/skia/src/core/SkColor.cpp',
'../third_party/skia/src/core/SkColorFilter.cpp',
'../third_party/skia/src/core/SkColorTable.cpp',
@@ -348,7 +351,6 @@
'../third_party/skia/src/core/SkQuadClipper.h',
'../third_party/skia/src/core/SkRasterizer.cpp',
'../third_party/skia/src/core/SkRect.cpp',
- '../third_party/skia/src/core/SkRefCnt.cpp',
'../third_party/skia/src/core/SkRefDict.cpp',
'../third_party/skia/src/core/SkRegion.cpp',
'../third_party/skia/src/core/SkRegionPriv.h',
@@ -491,6 +493,7 @@
'../third_party/skia/include/core/SkBuffer.h',
'../third_party/skia/include/core/SkCanvas.h',
'../third_party/skia/include/core/SkChunkAlloc.h',
+ '../third_party/skia/include/core/SkClipStack.h',
'../third_party/skia/include/core/SkColor.h',
'../third_party/skia/include/core/SkColorFilter.h',
'../third_party/skia/include/core/SkColorPriv.h',
« no previous file with comments | « skia/ext/vector_platform_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698