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

Unified Diff: skia/skia.gyp

Issue 10826019: Roll Skia to r4771. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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') | skia/skia_test_expectations.txt » ('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 148546)
+++ skia/skia.gyp (working copy)
@@ -387,6 +387,8 @@
'../third_party/skia/src/gpu/GrIndexBuffer.h',
'../third_party/skia/src/gpu/GrMatrix.cpp',
'../third_party/skia/src/gpu/GrMemory.cpp',
+ '../third_party/skia/src/gpu/GrMemoryPool.cpp',
+ '../third_party/skia/src/gpu/GrMemoryPool.h',
'../third_party/skia/src/gpu/GrPathRenderer.cpp',
'../third_party/skia/src/gpu/GrPathRenderer.h',
'../third_party/skia/src/gpu/GrPathRendererChain.cpp',
@@ -468,6 +470,9 @@
'../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp',
'../third_party/skia/src/gpu/gl/GrGLTexture.cpp',
'../third_party/skia/src/gpu/gl/GrGLTexture.h',
+ '../third_party/skia/src/gpu/gl/GrGLUniformManager.cpp',
+ '../third_party/skia/src/gpu/gl/GrGLUniformManager.h',
+ '../third_party/skia/src/gpu/gl/GrGLUniformHandle.h',
'../third_party/skia/src/gpu/gl/GrGLUtil.cpp',
'../third_party/skia/src/gpu/gl/GrGLUtil.h',
'../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp',
« no previous file with comments | « DEPS ('k') | skia/skia_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698