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

Side by Side Diff: gyp/core.gypi

Issue 13602013: Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This w… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix return value of SkImageFilter::asNewEffect(). Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/effects.gypi » ('j') | src/core/SkImageFilter.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(skia_src_path)/core/SkFontDescriptor.cpp', 89 '<(skia_src_path)/core/SkFontDescriptor.cpp',
90 '<(skia_src_path)/core/SkFontDescriptor.h', 90 '<(skia_src_path)/core/SkFontDescriptor.h',
91 '<(skia_src_path)/core/SkFontStream.cpp', 91 '<(skia_src_path)/core/SkFontStream.cpp',
92 '<(skia_src_path)/core/SkFontStream.h', 92 '<(skia_src_path)/core/SkFontStream.h',
93 '<(skia_src_path)/core/SkGeometry.cpp', 93 '<(skia_src_path)/core/SkGeometry.cpp',
94 '<(skia_src_path)/core/SkGlyphCache.cpp', 94 '<(skia_src_path)/core/SkGlyphCache.cpp',
95 '<(skia_src_path)/core/SkGlyphCache.h', 95 '<(skia_src_path)/core/SkGlyphCache.h',
96 '<(skia_src_path)/core/SkGraphics.cpp', 96 '<(skia_src_path)/core/SkGraphics.cpp',
97 '<(skia_src_path)/core/SkInstCnt.cpp', 97 '<(skia_src_path)/core/SkInstCnt.cpp',
98 '<(skia_src_path)/core/SkImageFilter.cpp', 98 '<(skia_src_path)/core/SkImageFilter.cpp',
99 '<(skia_src_path)/core/SkImageFilterUtils.cpp',
99 '<(skia_src_path)/core/SkLineClipper.cpp', 100 '<(skia_src_path)/core/SkLineClipper.cpp',
100 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 101 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
101 '<(skia_src_path)/core/SkMask.cpp', 102 '<(skia_src_path)/core/SkMask.cpp',
102 '<(skia_src_path)/core/SkMaskFilter.cpp', 103 '<(skia_src_path)/core/SkMaskFilter.cpp',
103 '<(skia_src_path)/core/SkMaskGamma.cpp', 104 '<(skia_src_path)/core/SkMaskGamma.cpp',
104 '<(skia_src_path)/core/SkMaskGamma.h', 105 '<(skia_src_path)/core/SkMaskGamma.h',
105 '<(skia_src_path)/core/SkMath.cpp', 106 '<(skia_src_path)/core/SkMath.cpp',
106 '<(skia_src_path)/core/SkMatrix.cpp', 107 '<(skia_src_path)/core/SkMatrix.cpp',
107 '<(skia_src_path)/core/SkMetaData.cpp', 108 '<(skia_src_path)/core/SkMetaData.cpp',
108 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', 109 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 '<(skia_include_path)/core/SkDrawLooper.h', 224 '<(skia_include_path)/core/SkDrawLooper.h',
224 '<(skia_include_path)/core/SkEndian.h', 225 '<(skia_include_path)/core/SkEndian.h',
225 '<(skia_include_path)/core/SkFixed.h', 226 '<(skia_include_path)/core/SkFixed.h',
226 '<(skia_include_path)/core/SkFlattenable.h', 227 '<(skia_include_path)/core/SkFlattenable.h',
227 '<(skia_include_path)/core/SkFloatBits.h', 228 '<(skia_include_path)/core/SkFloatBits.h',
228 '<(skia_include_path)/core/SkFloatingPoint.h', 229 '<(skia_include_path)/core/SkFloatingPoint.h',
229 '<(skia_include_path)/core/SkFontHost.h', 230 '<(skia_include_path)/core/SkFontHost.h',
230 '<(skia_include_path)/core/SkGeometry.h', 231 '<(skia_include_path)/core/SkGeometry.h',
231 '<(skia_include_path)/core/SkGraphics.h', 232 '<(skia_include_path)/core/SkGraphics.h',
232 '<(skia_include_path)/core/SkImageFilter.h', 233 '<(skia_include_path)/core/SkImageFilter.h',
234 '<(skia_include_path)/core/SkImageFilterUtils.h',
233 '<(skia_include_path)/core/SkInstCnt.h', 235 '<(skia_include_path)/core/SkInstCnt.h',
234 '<(skia_include_path)/core/SkMallocPixelRef.h', 236 '<(skia_include_path)/core/SkMallocPixelRef.h',
235 '<(skia_include_path)/core/SkMask.h', 237 '<(skia_include_path)/core/SkMask.h',
236 '<(skia_include_path)/core/SkMaskFilter.h', 238 '<(skia_include_path)/core/SkMaskFilter.h',
237 '<(skia_include_path)/core/SkMath.h', 239 '<(skia_include_path)/core/SkMath.h',
238 '<(skia_include_path)/core/SkMatrix.h', 240 '<(skia_include_path)/core/SkMatrix.h',
239 '<(skia_include_path)/core/SkMetaData.h', 241 '<(skia_include_path)/core/SkMetaData.h',
240 '<(skia_include_path)/core/SkOSFile.h', 242 '<(skia_include_path)/core/SkOSFile.h',
241 '<(skia_include_path)/core/SkPackBits.h', 243 '<(skia_include_path)/core/SkPackBits.h',
242 '<(skia_include_path)/core/SkPaint.h', 244 '<(skia_include_path)/core/SkPaint.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', 299 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
298 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', 300 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
299 ], 301 ],
300 } 302 }
301 303
302 # Local Variables: 304 # Local Variables:
303 # tab-width:2 305 # tab-width:2
304 # indent-tabs-mode:nil 306 # indent-tabs-mode:nil
305 # End: 307 # End:
306 # vim: set expandtab tabstop=2 shiftwidth=2: 308 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/effects.gypi » ('j') | src/core/SkImageFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698