diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 17:51:23 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 17:51:23 +0000 |
commit | 878303fe44c06b52b598d566511c7bcaf5afd2e9 (patch) | |
tree | dafcb441611bef344150568136c367b95110db58 /skia | |
parent | 5d0ca2683a8aa784cf37af1748d5ca0b3734edd9 (diff) | |
download | chromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.zip chromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.tar.gz chromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.tar.bz2 |
Add skia's SkMorphologyImageFilter.* to the Chrome build. I'll be needing these for an upcoming WebKit change.
Review URL: http://codereview.chromium.org/9704043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126942 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 744d059..99b6fd5 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -337,6 +337,7 @@ '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', '../third_party/skia/src/effects/SkLayerRasterizer.cpp', + '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', '../third_party/skia/src/effects/SkPorterDuff.cpp', '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', @@ -618,6 +619,7 @@ '../third_party/skia/include/effects/SkKernel33MaskFilter.h', '../third_party/skia/include/effects/SkLayerDrawLooper.h', '../third_party/skia/include/effects/SkLayerRasterizer.h', + '../third_party/skia/include/effects/SkMorphologyImageFilter.h', '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', '../third_party/skia/include/effects/SkPixelXorXfermode.h', '../third_party/skia/include/effects/SkPorterDuff.h', |