diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 22:26:11 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-05 22:26:11 +0000 |
commit | 170bd792e17469769d145b7dc15dea6cd01b7966 (patch) | |
tree | 1fb57f21ce382fb8db2d336d6bd1450c45a09920 /gyp | |
parent | 99b5c7f94ba5ef0c9cb464e34834cd5adea37a0e (diff) |
Move GrReducedClip to its own files.
R=robertphillips@google.com
Review URL: https://codereview.appspot.com/6891045
git-svn-id: http://skia.googlecode.com/svn/trunk@6686 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 018a9d6811..3a6b1f2a95 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -95,6 +95,8 @@ '<(skia_src_path)/gpu/GrRectanizer.h', '<(skia_src_path)/gpu/GrRedBlackTree.h', '<(skia_src_path)/gpu/GrRenderTarget.cpp', + '<(skia_src_path)/gpu/GrReducedClip.cpp', + '<(skia_src_path)/gpu/GrReducedClip.h', '<(skia_src_path)/gpu/GrResource.cpp', '<(skia_src_path)/gpu/GrResourceCache.cpp', '<(skia_src_path)/gpu/GrResourceCache.h', |