diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 18:23:39 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 18:23:39 +0000 |
commit | 0167fe342f32ba5586805c00bcbeaf8e50d86ee3 (patch) | |
tree | 32c7114e7ed6371c2418a8b86f35de8102972a4d /skia | |
parent | 7866b721c119e0c89e53648e920ecc88a66f4ce4 (diff) | |
download | chromium_src-0167fe342f32ba5586805c00bcbeaf8e50d86ee3.zip chromium_src-0167fe342f32ba5586805c00bcbeaf8e50d86ee3.tar.gz chromium_src-0167fe342f32ba5586805c00bcbeaf8e50d86ee3.tar.bz2 |
Roll Skia Deps: 716 -> 740
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6279014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 4c51e8a..d0c7fce 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -43,6 +43,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 +62,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 +347,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 +522,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 +534,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 +548,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', |