diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 19:33:23 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 19:33:23 +0000 |
commit | 4e62da92ba9030529d68c70ae3eabaccca569dce (patch) | |
tree | 8c796a825a479ecd47ab1b9aa9bded8b1301cfe8 /skia | |
parent | e8e87a3205661be2dbfe0634b4950c26f5bb5773 (diff) | |
download | chromium_src-4e62da92ba9030529d68c70ae3eabaccca569dce.zip chromium_src-4e62da92ba9030529d68c70ae3eabaccca569dce.tar.gz chromium_src-4e62da92ba9030529d68c70ae3eabaccca569dce.tar.bz2 |
add GrSoftwarePathRenderer files to skia's gyp
Review URL: https://chromiumcodereview.appspot.com/10271015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-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 835d20e..54df76a 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -386,6 +386,8 @@ '../third_party/skia/src/gpu/GrPathRenderer.h', '../third_party/skia/src/gpu/GrPathRendererChain.cpp', '../third_party/skia/src/gpu/GrPathRendererChain.h', + '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp', + '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', '../third_party/skia/src/gpu/GrPathUtils.cpp', '../third_party/skia/src/gpu/GrPlotMgr.h', '../third_party/skia/src/gpu/GrRandom.h', |