diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 23:01:53 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 23:01:53 +0000 |
commit | f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe (patch) | |
tree | f9cecb10e91eddd9aea3ccc78d60fdd437a9840f /skia/skia.gyp | |
parent | d68070cb58aba4339fc1353fe23cd8afb7dd44dc (diff) | |
download | chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.zip chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.tar.gz chromium_src-f09093853aa0f75f22b5d0d9b7dbe6767dd9f8fe.tar.bz2 |
Fix obsolete dependencies so that needless recompilation does not happen.
BUG=71130
Review URL: http://codereview.chromium.org/7545020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 635a1f3..7799c8e 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -47,6 +47,7 @@ '../third_party/skia/gpu/src/GrRenderTarget.cpp', '../third_party/skia/gpu/src/GrResource.cpp', '../third_party/skia/gpu/src/GrResourceCache.cpp', + '../third_party/skia/gpu/src/GrResourceCache.h', '../third_party/skia/gpu/src/GrStencil.cpp', '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', '../third_party/skia/gpu/src/GrTexture.cpp', @@ -78,7 +79,6 @@ '../third_party/skia/gpu/include/GrInstanceCounter.h', '../third_party/skia/gpu/include/GrKey.h', '../third_party/skia/gpu/include/GrMatrix.h', - '../third_party/skia/gpu/include/GrMemory.h', '../third_party/skia/gpu/include/GrMesh.h', '../third_party/skia/gpu/include/GrNoncopyable.h', '../third_party/skia/gpu/include/GrPaint.h', @@ -90,7 +90,6 @@ '../third_party/skia/gpu/include/GrRectanizer.h', '../third_party/skia/gpu/include/GrRefCnt.h', '../third_party/skia/gpu/include/GrRenderTarget.h', - '../third_party/skia/gpu/include/GrResourceCache.h', '../third_party/skia/gpu/include/GrSamplerState.h', '../third_party/skia/gpu/include/GrScalar.h', '../third_party/skia/gpu/include/GrStencil.h', @@ -627,7 +626,6 @@ '../third_party/skia/include/gpu/SkGpuCanvas.h', '../third_party/skia/include/gpu/SkGpuDevice.h', - '../third_party/skia/include/gpu/SkGpuDeviceFactory.h', '../third_party/skia/include/gpu/SkGr.h', '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', @@ -958,7 +956,7 @@ '../third_party/skia/third_party/glu', ], 'sources': [ - '../third_party/skia/third_party/glu/internal_glu.h', + '../third_party/skia/third_party/glu/sk_glu.h', '../third_party/skia/third_party/glu/gluos.h', '../third_party/skia/third_party/glu/libtess/dict-list.h', '../third_party/skia/third_party/glu/libtess/dict.c', |