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

Side by Side Diff: gyp/core.gypi

Issue 24350006: Move bound and isFinite into pathref (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Added TODO Created 7 years, 2 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 | include/core/SkPath.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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', 119 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp',
120 '<(skia_src_path)/core/SkPackBits.cpp', 120 '<(skia_src_path)/core/SkPackBits.cpp',
121 '<(skia_src_path)/core/SkPaint.cpp', 121 '<(skia_src_path)/core/SkPaint.cpp',
122 '<(skia_src_path)/core/SkPaintPriv.cpp', 122 '<(skia_src_path)/core/SkPaintPriv.cpp',
123 '<(skia_src_path)/core/SkPaintPriv.h', 123 '<(skia_src_path)/core/SkPaintPriv.h',
124 '<(skia_src_path)/core/SkPath.cpp', 124 '<(skia_src_path)/core/SkPath.cpp',
125 '<(skia_src_path)/core/SkPathEffect.cpp', 125 '<(skia_src_path)/core/SkPathEffect.cpp',
126 '<(skia_src_path)/core/SkPathHeap.cpp', 126 '<(skia_src_path)/core/SkPathHeap.cpp',
127 '<(skia_src_path)/core/SkPathHeap.h', 127 '<(skia_src_path)/core/SkPathHeap.h',
128 '<(skia_src_path)/core/SkPathMeasure.cpp', 128 '<(skia_src_path)/core/SkPathMeasure.cpp',
129 '<(skia_src_path)/core/SkPathRef.h', 129 '<(skia_src_path)/core/SkPathRef.cpp',
130 '<(skia_src_path)/core/SkPicture.cpp', 130 '<(skia_src_path)/core/SkPicture.cpp',
131 '<(skia_src_path)/core/SkPictureFlat.cpp', 131 '<(skia_src_path)/core/SkPictureFlat.cpp',
132 '<(skia_src_path)/core/SkPictureFlat.h', 132 '<(skia_src_path)/core/SkPictureFlat.h',
133 '<(skia_src_path)/core/SkPicturePlayback.cpp', 133 '<(skia_src_path)/core/SkPicturePlayback.cpp',
134 '<(skia_src_path)/core/SkPicturePlayback.h', 134 '<(skia_src_path)/core/SkPicturePlayback.h',
135 '<(skia_src_path)/core/SkPictureRecord.cpp', 135 '<(skia_src_path)/core/SkPictureRecord.cpp',
136 '<(skia_src_path)/core/SkPictureRecord.h', 136 '<(skia_src_path)/core/SkPictureRecord.h',
137 '<(skia_src_path)/core/SkPictureStateTree.cpp', 137 '<(skia_src_path)/core/SkPictureStateTree.cpp',
138 '<(skia_src_path)/core/SkPictureStateTree.h', 138 '<(skia_src_path)/core/SkPictureStateTree.h',
139 '<(skia_src_path)/core/SkPixelRef.cpp', 139 '<(skia_src_path)/core/SkPixelRef.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '<(skia_include_path)/core/SkMaskFilter.h', 256 '<(skia_include_path)/core/SkMaskFilter.h',
257 '<(skia_include_path)/core/SkMath.h', 257 '<(skia_include_path)/core/SkMath.h',
258 '<(skia_include_path)/core/SkMatrix.h', 258 '<(skia_include_path)/core/SkMatrix.h',
259 '<(skia_include_path)/core/SkMetaData.h', 259 '<(skia_include_path)/core/SkMetaData.h',
260 '<(skia_include_path)/core/SkOSFile.h', 260 '<(skia_include_path)/core/SkOSFile.h',
261 '<(skia_include_path)/core/SkPackBits.h', 261 '<(skia_include_path)/core/SkPackBits.h',
262 '<(skia_include_path)/core/SkPaint.h', 262 '<(skia_include_path)/core/SkPaint.h',
263 '<(skia_include_path)/core/SkPath.h', 263 '<(skia_include_path)/core/SkPath.h',
264 '<(skia_include_path)/core/SkPathEffect.h', 264 '<(skia_include_path)/core/SkPathEffect.h',
265 '<(skia_include_path)/core/SkPathMeasure.h', 265 '<(skia_include_path)/core/SkPathMeasure.h',
266 '<(skia_include_path)/core/SkPathRef.h',
266 '<(skia_include_path)/core/SkPicture.h', 267 '<(skia_include_path)/core/SkPicture.h',
267 '<(skia_include_path)/core/SkPixelRef.h', 268 '<(skia_include_path)/core/SkPixelRef.h',
268 '<(skia_include_path)/core/SkPoint.h', 269 '<(skia_include_path)/core/SkPoint.h',
269 '<(skia_include_path)/core/SkRasterizer.h', 270 '<(skia_include_path)/core/SkRasterizer.h',
270 '<(skia_include_path)/core/SkReader32.h', 271 '<(skia_include_path)/core/SkReader32.h',
271 '<(skia_include_path)/core/SkRect.h', 272 '<(skia_include_path)/core/SkRect.h',
272 '<(skia_include_path)/core/SkRefCnt.h', 273 '<(skia_include_path)/core/SkRefCnt.h',
273 '<(skia_include_path)/core/SkRegion.h', 274 '<(skia_include_path)/core/SkRegion.h',
274 '<(skia_include_path)/core/SkRRect.h', 275 '<(skia_include_path)/core/SkRRect.h',
275 '<(skia_include_path)/core/SkScalar.h', 276 '<(skia_include_path)/core/SkScalar.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '<(skia_src_path)/pathops/SkQuarticRoot.h', 373 '<(skia_src_path)/pathops/SkQuarticRoot.h',
373 '<(skia_src_path)/pathops/SkReduceOrder.h', 374 '<(skia_src_path)/pathops/SkReduceOrder.h',
374 ], 375 ],
375 } 376 }
376 377
377 # Local Variables: 378 # Local Variables:
378 # tab-width:2 379 # tab-width:2
379 # indent-tabs-mode:nil 380 # indent-tabs-mode:nil
380 # End: 381 # End:
381 # vim: set expandtab tabstop=2 shiftwidth=2: 382 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698