diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 21:34:54 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 21:34:54 +0000 |
commit | c29f62689b5f8304e131815e2484752a98337950 (patch) | |
tree | 103f9fcc48fed332c4d40bcdf5143e0a03772dfe /skia/skia.gyp | |
parent | 2c545cb5f6c5e1c73f874e2b4159afc782a26d63 (diff) | |
download | chromium_src-c29f62689b5f8304e131815e2484752a98337950.zip chromium_src-c29f62689b5f8304e131815e2484752a98337950.tar.gz chromium_src-c29f62689b5f8304e131815e2484752a98337950.tar.bz2 |
Roll Skia DEPS to 4234 (inc changes to skia.gyp)
https://chromiumcodereview.appspot.com/10548003/
Review URL: https://chromiumcodereview.appspot.com/10533109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 39fcfe8..e2ac103 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -356,6 +356,7 @@ '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', + '../third_party/skia/src/gpu/GrAARectRenderer.cpp', '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', '../third_party/skia/src/gpu/GrAllocPool.cpp', '../third_party/skia/src/gpu/GrAllocPool.h', @@ -672,6 +673,7 @@ '../third_party/skia/include/effects/SkPorterDuff.h', '../third_party/skia/include/effects/SkTransparentShader.h', + '../third_party/skia/include/gpu/GrAARectRenderer.h', '../third_party/skia/include/gpu/GrClip.h', '../third_party/skia/include/gpu/GrClipIterator.h', '../third_party/skia/include/gpu/GrColor.h', |