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

Unified Diff: skia/skia.gyp

Issue 7669005: Roll Skia 2123->2128 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 96170)
+++ skia/skia.gyp (working copy)
@@ -16,6 +16,7 @@
'../third_party/skia/gpu/src/GrContext.cpp',
'../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp',
'../third_party/skia/gpu/src/GrDrawTarget.cpp',
+ '../third_party/skia/gpu/src/GrGeometryBuffer.h',
'../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp',
'../third_party/skia/gpu/src/GrGLIndexBuffer.cpp',
'../third_party/skia/gpu/src/GrGLIndexBuffer.h',
@@ -32,6 +33,7 @@
'../third_party/skia/gpu/src/GrGLVertexBuffer.cpp',
'../third_party/skia/gpu/src/GrGLVertexBuffer.h',
'../third_party/skia/gpu/src/GrGpu.cpp',
+ '../third_party/skia/gpu/src/GrGpu.h',
'../third_party/skia/gpu/src/GrGpuFactory.cpp',
'../third_party/skia/gpu/src/GrGpuGL.cpp',
'../third_party/skia/gpu/src/GrGpuGL.h',
@@ -39,7 +41,9 @@
'../third_party/skia/gpu/src/GrGpuGLFixed.h',
'../third_party/skia/gpu/src/GrGpuGLShaders.cpp',
'../third_party/skia/gpu/src/GrGpuGLShaders.h',
+ '../third_party/skia/gpu/src/GrIndexBuffer.h',
'../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
+ '../third_party/skia/gpu/src/GrInOrderDrawBuffer.h',
'../third_party/skia/gpu/src/GrMatrix.cpp',
'../third_party/skia/gpu/src/GrMemory.cpp',
'../third_party/skia/gpu/src/GrPathRenderer.cpp',
@@ -57,6 +61,7 @@
'../third_party/skia/gpu/src/GrTextContext.cpp',
'../third_party/skia/gpu/src/GrTextStrike.cpp',
'../third_party/skia/gpu/src/GrTextStrike_impl.h',
+ '../third_party/skia/gpu/src/GrVertexBuffer.h',
'../third_party/skia/gpu/include/GrAllocPool.h',
'../third_party/skia/gpu/include/GrAllocator.h',
@@ -66,19 +71,14 @@
'../third_party/skia/gpu/include/GrColor.h',
'../third_party/skia/gpu/include/GrConfig.h',
'../third_party/skia/gpu/include/GrContext.h',
- '../third_party/skia/gpu/include/GrContext_impl.h',
'../third_party/skia/gpu/include/GrDrawTarget.h',
'../third_party/skia/gpu/include/GrFontScaler.h',
- '../third_party/skia/gpu/include/GrGeometryBuffer.h',
'../third_party/skia/gpu/include/GrGLConfig.h',
'../third_party/skia/gpu/include/GrGLConfig_chrome.h',
'../third_party/skia/gpu/include/GrGLInterface.h',
'../third_party/skia/gpu/include/GrGlyph.h',
- '../third_party/skia/gpu/include/GrGpu.h',
'../third_party/skia/gpu/include/GrGpuVertex.h',
'../third_party/skia/gpu/include/GrIPoint.h',
- '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h',
- '../third_party/skia/gpu/include/GrIndexBuffer.h',
'../third_party/skia/gpu/include/GrInstanceCounter.h',
'../third_party/skia/gpu/include/GrKey.h',
'../third_party/skia/gpu/include/GrMatrix.h',
@@ -109,7 +109,6 @@
'../third_party/skia/gpu/include/GrTexture.h',
'../third_party/skia/gpu/include/GrTypes.h',
'../third_party/skia/gpu/include/GrUserConfig.h',
- '../third_party/skia/gpu/include/GrVertexBuffer.h',
#'../third_party/skia/src/animator/SkAnimate.h',
#'../third_party/skia/src/animator/SkAnimateActive.cpp',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698