diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-19 13:44:20 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-19 13:44:20 +0000 |
commit | 1217afe9a7a7d277224a11be30961817384420c4 (patch) | |
tree | 506ee09fc73edfc865afb4a32a525232d7f2d8b9 /gyp | |
parent | 13659f1f8d2e705c565203d45870b1afcd47cf98 (diff) |
Add SkClampRange files to gyp
git-svn-id: http://skia.googlecode.com/svn/trunk@1150 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp index c6267b864c..322f87cc8f 100644 --- a/gyp/skia.gyp +++ b/gyp/skia.gyp @@ -82,6 +82,7 @@ '../src/core/SkBuffer.cpp', '../src/core/SkCanvas.cpp', '../src/core/SkChunkAlloc.cpp', + '../src/core/SkClampRange.cpp', '../src/core/SkClipStack.cpp', '../src/core/SkColor.cpp', '../src/core/SkColorFilter.cpp', @@ -200,6 +201,7 @@ '../include/core/SkBuffer.h', '../include/core/SkCanvas.h', '../include/core/SkChunkAlloc.h', + '../include/core/SkClampRange.h', '../include/core/SkClipStack.h', '../include/core/SkColor.h', '../include/core/SkColorFilter.h', |