Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1603)

Unified Diff: gyp/effects.gypi

Issue 204543006: New option for arithmetic mode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gyp/effects.gypi
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 9315c268aaff77b268deb80595ad0116455ea0c0..9c949d681869e9371b5ee5ca41961265a0229fc9 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -59,6 +59,7 @@
'<(skia_src_path)/effects/SkTestImageFilters.cpp',
'<(skia_src_path)/effects/SkTileImageFilter.cpp',
'<(skia_src_path)/effects/SkTransparentShader.cpp',
+ '<(skia_src_path)/effects/SkValidateImageFilter.cpp',
'<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
'<(skia_src_path)/effects/gradients/SkBitmapCache.cpp',
@@ -119,5 +120,6 @@
'<(skia_include_path)/effects/SkTileImageFilter.h',
'<(skia_include_path)/effects/SkTransparentShader.h',
'<(skia_include_path)/effects/SkMagnifierImageFilter.h',
+ '<(skia_include_path)/effects/SkValidateImageFilter.h',
],
}

Powered by Google App Engine
This is Rietveld 408576698