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

Unified Diff: skia/skia.gyp

Issue 10441122: Roll Skia to r4102. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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') | ui/gl/gl_bindings_skia_in_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 139833)
+++ skia/skia.gyp (working copy)
@@ -417,8 +417,11 @@
'../third_party/skia/src/gpu/SkGr.cpp',
'../third_party/skia/src/gpu/SkGrFontScaler.cpp',
'../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp',
+ '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h',
'../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp',
'../third_party/skia/src/gpu/effects/GrConvolutionEffect.h',
+ '../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp',
+ '../third_party/skia/src/gpu/effects/GrMorphologyEffect.h',
'../third_party/skia/src/gpu/gl/GrGLCaps.cpp',
'../third_party/skia/src/gpu/gl/GrGLCaps.h',
'../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',
@@ -449,8 +452,7 @@
'../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h',
'../third_party/skia/src/gpu/gl/GrGpuGL.cpp',
'../third_party/skia/src/gpu/gl/GrGpuGL.h',
- '../third_party/skia/src/gpu/gl/GrGpuGLShaders.cpp',
- '../third_party/skia/src/gpu/gl/GrGpuGLShaders.h',
+ '../third_party/skia/src/gpu/gl/GrGpuGL_program.cpp',
'../third_party/skia/src/images/bmpdecoderhelper.cpp',
'../third_party/skia/src/images/bmpdecoderhelper.h',
« no previous file with comments | « DEPS ('k') | ui/gl/gl_bindings_skia_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698