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

Unified Diff: skia/skia.gyp

Issue 10538067: roll skia to 4229 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « DEPS ('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 141426)
+++ skia/skia.gyp (working copy)
@@ -393,6 +393,7 @@
'../third_party/skia/src/gpu/GrPathRendererChain.h',
'../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp',
'../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
+ '../third_party/skia/src/gpu/GrPath.h',
'../third_party/skia/src/gpu/GrPathUtils.cpp',
'../third_party/skia/src/gpu/GrPlotMgr.h',
'../third_party/skia/src/gpu/GrRandom.h',
@@ -439,6 +440,8 @@
'../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp',
'../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h',
'../third_party/skia/src/gpu/gl/GrGLInterface.cpp',
+ '../third_party/skia/src/gpu/gl/GrGLPath.cpp',
+ '../third_party/skia/src/gpu/gl/GrGLPath.h',
'../third_party/skia/src/gpu/gl/GrGLProgram.cpp',
'../third_party/skia/src/gpu/gl/GrGLProgram.h',
'../third_party/skia/src/gpu/gl/GrGLProgramStage.cpp',
@@ -556,6 +559,7 @@
'../third_party/skia/src/utils/SkBitSet.h',
'../third_party/skia/src/utils/SkDeferredCanvas.cpp',
'../third_party/skia/src/utils/SkMatrix44.cpp',
+ '../third_party/skia/src/utils/SkNullCanvas.cpp',
'../third_party/skia/include/utils/SkNWayCanvas.h',
'../third_party/skia/src/utils/SkNWayCanvas.cpp',
@@ -715,6 +719,8 @@
'../third_party/skia/include/images/SkMovie.h',
'../third_party/skia/include/images/SkPageFlipper.h',
+ '../third_party/skia/include/utils/SkNullCanvas.h',
+
'ext/bitmap_platform_device.h',
'ext/bitmap_platform_device_android.cc',
'ext/bitmap_platform_device_android.h',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698