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

Side by Side Diff: gyp/core.gypi

Issue 788533002: make SkColorShader private, use public factory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | « no previous file | include/core/SkColorShader.h » ('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_surface.cpp', 10 '<(skia_src_path)/c/sk_surface.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 46 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
47 '<(skia_src_path)/core/SkBuffer.cpp', 47 '<(skia_src_path)/core/SkBuffer.cpp',
48 '<(skia_src_path)/core/SkCachedData.cpp', 48 '<(skia_src_path)/core/SkCachedData.cpp',
49 '<(skia_src_path)/core/SkCanvas.cpp', 49 '<(skia_src_path)/core/SkCanvas.cpp',
50 '<(skia_src_path)/core/SkCanvasDrawable.cpp', 50 '<(skia_src_path)/core/SkCanvasDrawable.cpp',
51 '<(skia_src_path)/core/SkCanvasDrawable.h', 51 '<(skia_src_path)/core/SkCanvasDrawable.h',
52 '<(skia_src_path)/core/SkChunkAlloc.cpp', 52 '<(skia_src_path)/core/SkChunkAlloc.cpp',
53 '<(skia_src_path)/core/SkClipStack.cpp', 53 '<(skia_src_path)/core/SkClipStack.cpp',
54 '<(skia_src_path)/core/SkColor.cpp', 54 '<(skia_src_path)/core/SkColor.cpp',
55 '<(skia_src_path)/core/SkColorFilter.cpp', 55 '<(skia_src_path)/core/SkColorFilter.cpp',
56 '<(skia_src_path)/core/SkColorShader.h',
56 '<(skia_src_path)/core/SkColorTable.cpp', 57 '<(skia_src_path)/core/SkColorTable.cpp',
57 '<(skia_src_path)/core/SkComposeShader.cpp', 58 '<(skia_src_path)/core/SkComposeShader.cpp',
58 '<(skia_src_path)/core/SkConfig8888.cpp', 59 '<(skia_src_path)/core/SkConfig8888.cpp',
59 '<(skia_src_path)/core/SkConfig8888.h', 60 '<(skia_src_path)/core/SkConfig8888.h',
60 '<(skia_src_path)/core/SkConvolver.cpp', 61 '<(skia_src_path)/core/SkConvolver.cpp',
61 '<(skia_src_path)/core/SkConvolver.h', 62 '<(skia_src_path)/core/SkConvolver.h',
62 '<(skia_src_path)/core/SkCoreBlitters.h', 63 '<(skia_src_path)/core/SkCoreBlitters.h',
63 '<(skia_src_path)/core/SkCubicClipper.cpp', 64 '<(skia_src_path)/core/SkCubicClipper.cpp',
64 '<(skia_src_path)/core/SkCubicClipper.h', 65 '<(skia_src_path)/core/SkCubicClipper.h',
65 '<(skia_src_path)/core/SkData.cpp', 66 '<(skia_src_path)/core/SkData.cpp',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 '<(skia_include_path)/core/SkBBHFactory.h', 237 '<(skia_include_path)/core/SkBBHFactory.h',
237 '<(skia_include_path)/core/SkBitmap.h', 238 '<(skia_include_path)/core/SkBitmap.h',
238 '<(skia_include_path)/core/SkBitmapDevice.h', 239 '<(skia_include_path)/core/SkBitmapDevice.h',
239 '<(skia_include_path)/core/SkBlitRow.h', 240 '<(skia_include_path)/core/SkBlitRow.h',
240 '<(skia_include_path)/core/SkCanvas.h', 241 '<(skia_include_path)/core/SkCanvas.h',
241 '<(skia_include_path)/core/SkChunkAlloc.h', 242 '<(skia_include_path)/core/SkChunkAlloc.h',
242 '<(skia_include_path)/core/SkClipStack.h', 243 '<(skia_include_path)/core/SkClipStack.h',
243 '<(skia_include_path)/core/SkColor.h', 244 '<(skia_include_path)/core/SkColor.h',
244 '<(skia_include_path)/core/SkColorFilter.h', 245 '<(skia_include_path)/core/SkColorFilter.h',
245 '<(skia_include_path)/core/SkColorPriv.h', 246 '<(skia_include_path)/core/SkColorPriv.h',
246 '<(skia_include_path)/core/SkColorShader.h',
247 '<(skia_include_path)/core/SkComposeShader.h', 247 '<(skia_include_path)/core/SkComposeShader.h',
248 '<(skia_include_path)/core/SkData.h', 248 '<(skia_include_path)/core/SkData.h',
249 '<(skia_include_path)/core/SkDeque.h', 249 '<(skia_include_path)/core/SkDeque.h',
250 '<(skia_include_path)/core/SkDevice.h', 250 '<(skia_include_path)/core/SkDevice.h',
251 '<(skia_include_path)/core/SkDither.h', 251 '<(skia_include_path)/core/SkDither.h',
252 '<(skia_include_path)/core/SkDraw.h', 252 '<(skia_include_path)/core/SkDraw.h',
253 '<(skia_include_path)/core/SkDrawFilter.h', 253 '<(skia_include_path)/core/SkDrawFilter.h',
254 '<(skia_include_path)/core/SkDrawLooper.h', 254 '<(skia_include_path)/core/SkDrawLooper.h',
255 '<(skia_include_path)/core/SkEndian.h', 255 '<(skia_include_path)/core/SkEndian.h',
256 '<(skia_include_path)/core/SkError.h', 256 '<(skia_include_path)/core/SkError.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 374 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
375 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 375 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
376 '<(skia_src_path)/pathops/SkPathOpsRect.h', 376 '<(skia_src_path)/pathops/SkPathOpsRect.h',
377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
378 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 378 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
379 '<(skia_src_path)/pathops/SkPathWriter.h', 379 '<(skia_src_path)/pathops/SkPathWriter.h',
380 '<(skia_src_path)/pathops/SkQuarticRoot.h', 380 '<(skia_src_path)/pathops/SkQuarticRoot.h',
381 '<(skia_src_path)/pathops/SkReduceOrder.h', 381 '<(skia_src_path)/pathops/SkReduceOrder.h',
382 ], 382 ],
383 } 383 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkColorShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698