diff options
author | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:50:18 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:50:18 +0000 |
commit | 10558887737f79b047eeece8ec8fbbdab8d36034 (patch) | |
tree | 32c116a5a896d58bc683c0f76d6d038fb588f354 /skia | |
parent | a8311831424f94d8ff73ee59b7d021ee8ec55454 (diff) | |
download | chromium_src-10558887737f79b047eeece8ec8fbbdab8d36034.zip chromium_src-10558887737f79b047eeece8ec8fbbdab8d36034.tar.gz chromium_src-10558887737f79b047eeece8ec8fbbdab8d36034.tar.bz2 |
Roll skia to 2202
Review URL: http://codereview.chromium.org/7785011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index f83c360..36c2cbf 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -8,7 +8,9 @@ 'target_name': 'skia', 'type': '<(component)', 'sources': [ - '../third_party/skia/gpu/src/GrAddPathRenderers_none.cpp', + '../third_party/skia/gpu/src/GrAAHairLinePathRenderer.cpp', + '../third_party/skia/gpu/src/GrAAHairLinePathRenderer.h', + '../third_party/skia/gpu/src/GrAddPathRenderers_aahairline.cpp', '../third_party/skia/gpu/src/GrAllocPool.cpp', '../third_party/skia/gpu/src/GrAtlas.cpp', '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', |