aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gypi
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-01-29 05:11:14 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-29 05:11:14 -0800
commitaa9cb62901075e9d2858353cb041e5e6d4719614 (patch)
tree57ed6858962cce01ffcfb625667356549da987fc /gyp/effects.gypi
parent817c72ad40bfbb42824010837c0bcc572a9eb9bc (diff)
Move SkPixelXorXfermode.h to include/client/android
This intended to make clients aware that the SkPixelXorXfermode is Android-specific GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1645093002 Review URL: https://codereview.chromium.org/1645093002
Diffstat (limited to 'gyp/effects.gypi')
-rw-r--r--gyp/effects.gypi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index af0935700c..63644e7ad7 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -56,7 +56,6 @@
'<(skia_src_path)/effects/SkPaintImageFilter.cpp',
'<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
'<(skia_src_path)/effects/SkPictureImageFilter.cpp',
- '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
'<(skia_src_path)/effects/SkTableColorFilter.cpp',
'<(skia_src_path)/effects/SkTableMaskFilter.cpp',
'<(skia_src_path)/effects/SkTestImageFilters.cpp',
@@ -110,10 +109,12 @@
'<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
'<(skia_include_path)/effects/SkPaintImageFilter.h',
'<(skia_include_path)/effects/SkPerlinNoiseShader.h',
- '<(skia_include_path)/effects/SkPixelXorXfermode.h',
'<(skia_include_path)/effects/SkTableColorFilter.h',
'<(skia_include_path)/effects/SkTableMaskFilter.h',
'<(skia_include_path)/effects/SkTileImageFilter.h',
'<(skia_include_path)/effects/SkXfermodeImageFilter.h',
+
+ '<(skia_include_path)/client/android/SkPixelXorXfermode.h',
+ '<(skia_src_path)/android/effects/SkPixelXorXfermode.cpp',
],
}