diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 12:33:13 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 12:33:13 +0000 |
commit | c5092a5eeea2f43ea5d07e2d176180aec66db31e (patch) | |
tree | f7a34cb45c40ebd1934ad8516fa979603acc57a3 /skia | |
parent | a078c82daaaeb00d40af06b735dfe424e5a91719 (diff) | |
download | chromium_src-c5092a5eeea2f43ea5d07e2d176180aec66db31e.zip chromium_src-c5092a5eeea2f43ea5d07e2d176180aec66db31e.tar.gz chromium_src-c5092a5eeea2f43ea5d07e2d176180aec66db31e.tar.bz2 |
Roll Skia DEPS to 4402 & add new files to skia.gyp
control: http://codereview.chromium.org/10698041/
Review URL: https://chromiumcodereview.appspot.com/10689031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 19849e7..0165d54 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -409,6 +409,8 @@ '../third_party/skia/src/gpu/GrResourceCache.h', '../third_party/skia/src/gpu/GrStencil.cpp', '../third_party/skia/src/gpu/GrStencil.h', + '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.cpp', + '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.h', '../third_party/skia/src/gpu/GrStencilBuffer.cpp', '../third_party/skia/src/gpu/GrStencilBuffer.h', '../third_party/skia/src/gpu/GrStringBuilder.h', @@ -427,6 +429,7 @@ '../third_party/skia/src/gpu/SkGpuDevice.cpp', '../third_party/skia/src/gpu/SkGr.cpp', '../third_party/skia/src/gpu/SkGrFontScaler.cpp', + '../third_party/skia/src/gpu/SkGrPixelRef.cpp', '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h', '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp', @@ -711,6 +714,7 @@ '../third_party/skia/include/gpu/SkGpuCanvas.h', '../third_party/skia/include/gpu/SkGpuDevice.h', '../third_party/skia/include/gpu/SkGr.h', + '../third_party/skia/include/gpu/SkGrPixelRef.h', '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', '../third_party/skia/include/pdf/SkPDFDevice.h', |