diff options
author | mtklein <mtklein@chromium.org> | 2014-11-12 10:24:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-12 10:24:55 -0800 |
commit | 71a236370792416b367a7d2d6b8e471b06b331cd (patch) | |
tree | cffb97b06bce0279e7f4b62802c7559a7237a206 /gyp | |
parent | 391e318b3d31669ecef5306cb279618c121e45af (diff) |
More cleanup: streamline paths and bitmaps.
SkBitmapHeap is still used---now exclusively---by pipe.
BUG=skia:
Review URL: https://codereview.chromium.org/715413002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index abd4a5cd77..2239058d3f 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -127,8 +127,6 @@ '<(skia_src_path)/core/SkPaintPriv.h', '<(skia_src_path)/core/SkPath.cpp', '<(skia_src_path)/core/SkPathEffect.cpp', - '<(skia_src_path)/core/SkPathHeap.cpp', - '<(skia_src_path)/core/SkPathHeap.h', '<(skia_src_path)/core/SkPathMeasure.cpp', '<(skia_src_path)/core/SkPathRef.cpp', '<(skia_src_path)/core/SkPicture.cpp', |