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

Side by Side Diff: gyp/core.gypi

Issue 1011273003: Move SkMatrixImageFilter into core, and add a factory fn for it. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Changed all callers to use SkImageFilter::CreateMatrixFilter() instead of SKMIF::Create() Created 5 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 unified diff | Download patch
« no previous file with comments | « gm/resizeimagefilter.cpp ('k') | gyp/effects.gypi » ('j') | no next file with comments »
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)/c/sk_paint.cpp', 10 '<(skia_src_path)/c/sk_paint.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 116 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
117 '<(skia_src_path)/core/SkLineClipper.cpp', 117 '<(skia_src_path)/core/SkLineClipper.cpp',
118 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 118 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
119 '<(skia_src_path)/core/SkMask.cpp', 119 '<(skia_src_path)/core/SkMask.cpp',
120 '<(skia_src_path)/core/SkMaskCache.cpp', 120 '<(skia_src_path)/core/SkMaskCache.cpp',
121 '<(skia_src_path)/core/SkMaskFilter.cpp', 121 '<(skia_src_path)/core/SkMaskFilter.cpp',
122 '<(skia_src_path)/core/SkMaskGamma.cpp', 122 '<(skia_src_path)/core/SkMaskGamma.cpp',
123 '<(skia_src_path)/core/SkMaskGamma.h', 123 '<(skia_src_path)/core/SkMaskGamma.h',
124 '<(skia_src_path)/core/SkMath.cpp', 124 '<(skia_src_path)/core/SkMath.cpp',
125 '<(skia_src_path)/core/SkMatrix.cpp', 125 '<(skia_src_path)/core/SkMatrix.cpp',
126 '<(skia_src_path)/core/SkMatrixImageFilter.cpp',
126 '<(skia_src_path)/core/SkMessageBus.h', 127 '<(skia_src_path)/core/SkMessageBus.h',
127 '<(skia_src_path)/core/SkMetaData.cpp', 128 '<(skia_src_path)/core/SkMetaData.cpp',
128 '<(skia_src_path)/core/SkMipMap.cpp', 129 '<(skia_src_path)/core/SkMipMap.cpp',
129 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', 130 '<(skia_src_path)/core/SkMultiPictureDraw.cpp',
130 '<(skia_src_path)/core/SkPackBits.cpp', 131 '<(skia_src_path)/core/SkPackBits.cpp',
131 '<(skia_src_path)/core/SkPaint.cpp', 132 '<(skia_src_path)/core/SkPaint.cpp',
132 '<(skia_src_path)/core/SkPaintPriv.cpp', 133 '<(skia_src_path)/core/SkPaintPriv.cpp',
133 '<(skia_src_path)/core/SkPaintPriv.h', 134 '<(skia_src_path)/core/SkPaintPriv.h',
134 '<(skia_src_path)/core/SkPath.cpp', 135 '<(skia_src_path)/core/SkPath.cpp',
135 '<(skia_src_path)/core/SkPathEffect.cpp', 136 '<(skia_src_path)/core/SkPathEffect.cpp',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '<(skia_include_path)/core/SkImageDecoder.h', 269 '<(skia_include_path)/core/SkImageDecoder.h',
269 '<(skia_include_path)/core/SkImageEncoder.h', 270 '<(skia_include_path)/core/SkImageEncoder.h',
270 '<(skia_include_path)/core/SkImageFilter.h', 271 '<(skia_include_path)/core/SkImageFilter.h',
271 '<(skia_include_path)/core/SkImageInfo.h', 272 '<(skia_include_path)/core/SkImageInfo.h',
272 '<(skia_include_path)/core/SkInstCnt.h', 273 '<(skia_include_path)/core/SkInstCnt.h',
273 '<(skia_include_path)/core/SkMallocPixelRef.h', 274 '<(skia_include_path)/core/SkMallocPixelRef.h',
274 '<(skia_include_path)/core/SkMask.h', 275 '<(skia_include_path)/core/SkMask.h',
275 '<(skia_include_path)/core/SkMaskFilter.h', 276 '<(skia_include_path)/core/SkMaskFilter.h',
276 '<(skia_include_path)/core/SkMath.h', 277 '<(skia_include_path)/core/SkMath.h',
277 '<(skia_include_path)/core/SkMatrix.h', 278 '<(skia_include_path)/core/SkMatrix.h',
279 '<(skia_include_path)/core/SkMatrixImageFilter.h',
278 '<(skia_include_path)/core/SkMetaData.h', 280 '<(skia_include_path)/core/SkMetaData.h',
279 '<(skia_include_path)/core/SkMultiPictureDraw.h', 281 '<(skia_include_path)/core/SkMultiPictureDraw.h',
280 '<(skia_include_path)/core/SkOnce.h', 282 '<(skia_include_path)/core/SkOnce.h',
281 '<(skia_include_path)/core/SkOSFile.h', 283 '<(skia_include_path)/core/SkOSFile.h',
282 '<(skia_include_path)/core/SkPackBits.h', 284 '<(skia_include_path)/core/SkPackBits.h',
283 '<(skia_include_path)/core/SkPaint.h', 285 '<(skia_include_path)/core/SkPaint.h',
284 '<(skia_include_path)/core/SkPath.h', 286 '<(skia_include_path)/core/SkPath.h',
285 '<(skia_include_path)/core/SkPathEffect.h', 287 '<(skia_include_path)/core/SkPathEffect.h',
286 '<(skia_include_path)/core/SkPathMeasure.h', 288 '<(skia_include_path)/core/SkPathMeasure.h',
287 '<(skia_include_path)/core/SkPathRef.h', 289 '<(skia_include_path)/core/SkPathRef.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 378 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
377 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 379 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
378 '<(skia_src_path)/pathops/SkPathOpsRect.h', 380 '<(skia_src_path)/pathops/SkPathOpsRect.h',
379 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 381 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
380 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 382 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
381 '<(skia_src_path)/pathops/SkPathWriter.h', 383 '<(skia_src_path)/pathops/SkPathWriter.h',
382 '<(skia_src_path)/pathops/SkQuarticRoot.h', 384 '<(skia_src_path)/pathops/SkQuarticRoot.h',
383 '<(skia_src_path)/pathops/SkReduceOrder.h', 385 '<(skia_src_path)/pathops/SkReduceOrder.h',
384 ], 386 ],
385 } 387 }
OLDNEW
« no previous file with comments | « gm/resizeimagefilter.cpp ('k') | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698