diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 22:17:25 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 22:17:25 +0000 |
commit | 1238671bfd556932ce2a3caeb855b3ae2824fe44 (patch) | |
tree | 4d577708c83c253887ba40b540bb5f37f3e6ff2a /skia/skia.gyp | |
parent | 413889301cc865ec50f36eb9f278669996b5679c (diff) | |
download | chromium_src-1238671bfd556932ce2a3caeb855b3ae2824fe44.zip chromium_src-1238671bfd556932ce2a3caeb855b3ae2824fe44.tar.gz chromium_src-1238671bfd556932ce2a3caeb855b3ae2824fe44.tar.bz2 |
Roll Skia 2116 -> 2123.
Whitespace change: http://codereview.chromium.org/7664017/
Review URL: http://codereview.chromium.org/7661030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 455e886..6943291 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -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', @@ -69,16 +74,12 @@ '../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 +110,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', |