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

Side by Side Diff: gyp/core.gypi

Issue 463493002: SkCanvas::drawPatch param SkPoint[12] (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed GPU headers from GM Created 6 years, 4 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 | « gyp/bench.gypi ('k') | include/core/SkCanvas.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)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '<(skia_src_path)/core/SkMath.cpp', 113 '<(skia_src_path)/core/SkMath.cpp',
114 '<(skia_src_path)/core/SkMatrix.cpp', 114 '<(skia_src_path)/core/SkMatrix.cpp',
115 '<(skia_src_path)/core/SkMessageBus.h', 115 '<(skia_src_path)/core/SkMessageBus.h',
116 '<(skia_src_path)/core/SkMetaData.cpp', 116 '<(skia_src_path)/core/SkMetaData.cpp',
117 '<(skia_src_path)/core/SkMipMap.cpp', 117 '<(skia_src_path)/core/SkMipMap.cpp',
118 '<(skia_src_path)/core/SkPackBits.cpp', 118 '<(skia_src_path)/core/SkPackBits.cpp',
119 '<(skia_src_path)/core/SkPaint.cpp', 119 '<(skia_src_path)/core/SkPaint.cpp',
120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', 120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
121 '<(skia_src_path)/core/SkPaintPriv.cpp', 121 '<(skia_src_path)/core/SkPaintPriv.cpp',
122 '<(skia_src_path)/core/SkPaintPriv.h', 122 '<(skia_src_path)/core/SkPaintPriv.h',
123 '<(skia_src_path)/core/SkPatch.cpp',
124 '<(skia_src_path)/core/SkPath.cpp', 123 '<(skia_src_path)/core/SkPath.cpp',
125 '<(skia_src_path)/core/SkPathEffect.cpp', 124 '<(skia_src_path)/core/SkPathEffect.cpp',
126 '<(skia_src_path)/core/SkPathHeap.cpp', 125 '<(skia_src_path)/core/SkPathHeap.cpp',
127 '<(skia_src_path)/core/SkPathHeap.h', 126 '<(skia_src_path)/core/SkPathHeap.h',
128 '<(skia_src_path)/core/SkPathMeasure.cpp', 127 '<(skia_src_path)/core/SkPathMeasure.cpp',
129 '<(skia_src_path)/core/SkPathRef.cpp', 128 '<(skia_src_path)/core/SkPathRef.cpp',
130 '<(skia_src_path)/core/SkPicture.cpp', 129 '<(skia_src_path)/core/SkPicture.cpp',
131 '<(skia_src_path)/core/SkPictureContentInfo.cpp', 130 '<(skia_src_path)/core/SkPictureContentInfo.cpp',
132 '<(skia_src_path)/core/SkPictureContentInfo.h', 131 '<(skia_src_path)/core/SkPictureContentInfo.h',
133 '<(skia_src_path)/core/SkPictureData.cpp', 132 '<(skia_src_path)/core/SkPictureData.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '<(skia_include_path)/core/SkMallocPixelRef.h', 271 '<(skia_include_path)/core/SkMallocPixelRef.h',
273 '<(skia_include_path)/core/SkMask.h', 272 '<(skia_include_path)/core/SkMask.h',
274 '<(skia_include_path)/core/SkMaskFilter.h', 273 '<(skia_include_path)/core/SkMaskFilter.h',
275 '<(skia_include_path)/core/SkMath.h', 274 '<(skia_include_path)/core/SkMath.h',
276 '<(skia_include_path)/core/SkMatrix.h', 275 '<(skia_include_path)/core/SkMatrix.h',
277 '<(skia_include_path)/core/SkMetaData.h', 276 '<(skia_include_path)/core/SkMetaData.h',
278 '<(skia_include_path)/core/SkOnce.h', 277 '<(skia_include_path)/core/SkOnce.h',
279 '<(skia_include_path)/core/SkOSFile.h', 278 '<(skia_include_path)/core/SkOSFile.h',
280 '<(skia_include_path)/core/SkPackBits.h', 279 '<(skia_include_path)/core/SkPackBits.h',
281 '<(skia_include_path)/core/SkPaint.h', 280 '<(skia_include_path)/core/SkPaint.h',
282 '<(skia_include_path)/core/SkPatch.h',
283 '<(skia_include_path)/core/SkPath.h', 281 '<(skia_include_path)/core/SkPath.h',
284 '<(skia_include_path)/core/SkPathEffect.h', 282 '<(skia_include_path)/core/SkPathEffect.h',
285 '<(skia_include_path)/core/SkPathMeasure.h', 283 '<(skia_include_path)/core/SkPathMeasure.h',
286 '<(skia_include_path)/core/SkPathRef.h', 284 '<(skia_include_path)/core/SkPathRef.h',
287 '<(skia_include_path)/core/SkPicture.h', 285 '<(skia_include_path)/core/SkPicture.h',
288 '<(skia_include_path)/core/SkPictureRecorder.h', 286 '<(skia_include_path)/core/SkPictureRecorder.h',
289 '<(skia_include_path)/core/SkPixelRef.h', 287 '<(skia_include_path)/core/SkPixelRef.h',
290 '<(skia_include_path)/core/SkPoint.h', 288 '<(skia_include_path)/core/SkPoint.h',
291 '<(skia_include_path)/core/SkPreConfig.h', 289 '<(skia_include_path)/core/SkPreConfig.h',
292 '<(skia_include_path)/core/SkRasterizer.h', 290 '<(skia_include_path)/core/SkRasterizer.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 373 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
376 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 374 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
377 '<(skia_src_path)/pathops/SkPathOpsRect.h', 375 '<(skia_src_path)/pathops/SkPathOpsRect.h',
378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 376 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
379 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 377 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
380 '<(skia_src_path)/pathops/SkPathWriter.h', 378 '<(skia_src_path)/pathops/SkPathWriter.h',
381 '<(skia_src_path)/pathops/SkQuarticRoot.h', 379 '<(skia_src_path)/pathops/SkQuarticRoot.h',
382 '<(skia_src_path)/pathops/SkReduceOrder.h', 380 '<(skia_src_path)/pathops/SkReduceOrder.h',
383 ], 381 ],
384 } 382 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698