diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-29 01:33:52 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-29 01:33:52 +0000 |
commit | f34270baf6d0f301cd7b1ec31a2b6563d7f39190 (patch) | |
tree | 3e95c016ddaa30ab84c24fe59d8459e5a7795bf5 /skia | |
parent | 7aee6c21c1cba5ed857c76f405e1b6b1e4509151 (diff) | |
download | chromium_src-f34270baf6d0f301cd7b1ec31a2b6563d7f39190.zip chromium_src-f34270baf6d0f301cd7b1ec31a2b6563d7f39190.tar.gz chromium_src-f34270baf6d0f301cd7b1ec31a2b6563d7f39190.tar.bz2 |
Roll Skia Deps: 716 -> 741
BUG=none
TEST=none
First Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72978
Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=72990
Review URL: http://codereview.chromium.org/6279014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 4c51e8a..548122f 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -29,6 +29,7 @@ '../third_party/skia/gpu/src/GrMemory.cpp', '../third_party/skia/gpu/src/GrPath.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', + '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', '../third_party/skia/gpu/src/GrTextureCache.cpp', '../third_party/skia/gpu/src/GrTextContext.cpp', '../third_party/skia/gpu/src/GrTextStrike.cpp', @@ -43,6 +44,7 @@ '../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/GrGLConfig.h', @@ -61,6 +63,7 @@ '../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', '../third_party/skia/gpu/include/GrPath.h', '../third_party/skia/gpu/include/GrPathIter.h', '../third_party/skia/gpu/include/GrPathSink.h', @@ -345,6 +348,7 @@ '../third_party/skia/src/core/SkRasterizer.cpp', '../third_party/skia/src/core/SkRect.cpp', '../third_party/skia/src/core/SkRefCnt.cpp', + '../third_party/skia/src/core/SkRefDict.cpp', '../third_party/skia/src/core/SkRegion.cpp', '../third_party/skia/src/core/SkRegionPriv.h', '../third_party/skia/src/core/SkRegion_path.cpp', @@ -519,6 +523,7 @@ '../third_party/skia/include/core/SkPath.h', '../third_party/skia/include/core/SkPathEffect.h', '../third_party/skia/include/core/SkPathMeasure.h', + '../third_party/skia/include/core/SkPDFTypefaceInfo.h', '../third_party/skia/include/core/SkPerspIter.h', '../third_party/skia/include/core/SkPicture.h', '../third_party/skia/include/core/SkPixelRef.h', @@ -530,6 +535,7 @@ '../third_party/skia/include/core/SkReader32.h', '../third_party/skia/include/core/SkRect.h', '../third_party/skia/include/core/SkRefCnt.h', + '../third_party/skia/include/core/SkRefDict.h', '../third_party/skia/include/core/SkRegion.h', '../third_party/skia/include/core/SkScalar.h', '../third_party/skia/include/core/SkScalarCompare.h', @@ -543,6 +549,7 @@ '../third_party/skia/include/core/SkTDStack.h', '../third_party/skia/include/core/SkTDict.h', '../third_party/skia/include/core/SkTRegistry.h', + '../third_party/skia/include/core/SkTScopedPtr.h', '../third_party/skia/include/core/SkTSearch.h', '../third_party/skia/include/core/SkTemplates.h', '../third_party/skia/include/core/SkThread.h', |