diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 20:03:30 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 20:03:30 +0000 |
commit | 33b9ea5000243683c968955b4c5f9391301d3bdb (patch) | |
tree | b76760bbdccc37da6496426e04211c0f2dd023f4 /skia | |
parent | 2564b5df1c07c233e172964be7966029d9d45c3d (diff) | |
download | chromium_src-33b9ea5000243683c968955b4c5f9391301d3bdb.zip chromium_src-33b9ea5000243683c968955b4c5f9391301d3bdb.tar.gz chromium_src-33b9ea5000243683c968955b4c5f9391301d3bdb.tar.bz2 |
roll skia
Review URL: http://codereview.chromium.org/6771051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 55c9500..a505858 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -35,7 +35,9 @@ '../third_party/skia/gpu/src/GrMemory.cpp', '../third_party/skia/gpu/src/GrPath.cpp', '../third_party/skia/gpu/src/GrPathRenderer.cpp', + '../third_party/skia/gpu/src/GrPathUtils.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', + '../third_party/skia/gpu/src/GrResource.cpp', '../third_party/skia/gpu/src/GrStencil.cpp', '../third_party/skia/gpu/src/GrTextureCache.cpp', '../third_party/skia/gpu/src/GrTextContext.cpp', @@ -337,6 +339,7 @@ '../third_party/skia/src/core/SkMaskFilter.cpp', '../third_party/skia/src/core/SkMath.cpp', '../third_party/skia/src/core/SkMatrix.cpp', + '../third_party/skia/src/core/SkMetaData.cpp', '../third_party/skia/src/core/SkPackBits.cpp', '../third_party/skia/src/core/SkPaint.cpp', '../third_party/skia/src/core/SkPath.cpp', |