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

Side by Side Diff: gyp/core.gypi

Issue 13699004: first draft of error checking / reporting API (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove unnecessary include, delete 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/tests.gyp » ('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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '<(skia_src_path)/core/SkDeque.cpp', 69 '<(skia_src_path)/core/SkDeque.cpp',
70 '<(skia_src_path)/core/SkDevice.cpp', 70 '<(skia_src_path)/core/SkDevice.cpp',
71 '<(skia_src_path)/core/SkDeviceProfile.cpp', 71 '<(skia_src_path)/core/SkDeviceProfile.cpp',
72 '<(skia_src_path)/core/SkDither.cpp', 72 '<(skia_src_path)/core/SkDither.cpp',
73 '<(skia_src_path)/core/SkDraw.cpp', 73 '<(skia_src_path)/core/SkDraw.cpp',
74 '<(skia_src_path)/core/SkDrawProcs.h', 74 '<(skia_src_path)/core/SkDrawProcs.h',
75 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 75 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
76 '<(skia_src_path)/core/SkEdgeClipper.cpp', 76 '<(skia_src_path)/core/SkEdgeClipper.cpp',
77 '<(skia_src_path)/core/SkEdge.cpp', 77 '<(skia_src_path)/core/SkEdge.cpp',
78 '<(skia_src_path)/core/SkEdge.h', 78 '<(skia_src_path)/core/SkEdge.h',
79 '<(skia_src_path)/core/SkError.cpp',
80 '<(skia_src_path)/core/SkErrorInternals.h',
79 '<(skia_src_path)/core/SkFDStream.cpp', 81 '<(skia_src_path)/core/SkFDStream.cpp',
80 '<(skia_src_path)/core/SkFP.h', 82 '<(skia_src_path)/core/SkFP.h',
81 '<(skia_src_path)/core/SkFilterProc.cpp', 83 '<(skia_src_path)/core/SkFilterProc.cpp',
82 '<(skia_src_path)/core/SkFilterProc.h', 84 '<(skia_src_path)/core/SkFilterProc.h',
83 '<(skia_src_path)/core/SkFlattenable.cpp', 85 '<(skia_src_path)/core/SkFlattenable.cpp',
84 '<(skia_src_path)/core/SkFlattenableBuffers.cpp', 86 '<(skia_src_path)/core/SkFlattenableBuffers.cpp',
85 '<(skia_src_path)/core/SkFloat.cpp', 87 '<(skia_src_path)/core/SkFloat.cpp',
86 '<(skia_src_path)/core/SkFloat.h', 88 '<(skia_src_path)/core/SkFloat.h',
87 '<(skia_src_path)/core/SkFloatBits.cpp', 89 '<(skia_src_path)/core/SkFloatBits.cpp',
88 '<(skia_src_path)/core/SkFontHost.cpp', 90 '<(skia_src_path)/core/SkFontHost.cpp',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 '<(skia_include_path)/core/SkComposeShader.h', 217 '<(skia_include_path)/core/SkComposeShader.h',
216 '<(skia_include_path)/core/SkData.h', 218 '<(skia_include_path)/core/SkData.h',
217 '<(skia_include_path)/core/SkDeque.h', 219 '<(skia_include_path)/core/SkDeque.h',
218 '<(skia_include_path)/core/SkDevice.h', 220 '<(skia_include_path)/core/SkDevice.h',
219 '<(skia_include_path)/core/SkDeviceProperties.h', 221 '<(skia_include_path)/core/SkDeviceProperties.h',
220 '<(skia_include_path)/core/SkDither.h', 222 '<(skia_include_path)/core/SkDither.h',
221 '<(skia_include_path)/core/SkDraw.h', 223 '<(skia_include_path)/core/SkDraw.h',
222 '<(skia_include_path)/core/SkDrawFilter.h', 224 '<(skia_include_path)/core/SkDrawFilter.h',
223 '<(skia_include_path)/core/SkDrawLooper.h', 225 '<(skia_include_path)/core/SkDrawLooper.h',
224 '<(skia_include_path)/core/SkEndian.h', 226 '<(skia_include_path)/core/SkEndian.h',
227 '<(skia_include_path)/core/SkError.h',
225 '<(skia_include_path)/core/SkFixed.h', 228 '<(skia_include_path)/core/SkFixed.h',
226 '<(skia_include_path)/core/SkFlattenable.h', 229 '<(skia_include_path)/core/SkFlattenable.h',
227 '<(skia_include_path)/core/SkFloatBits.h', 230 '<(skia_include_path)/core/SkFloatBits.h',
228 '<(skia_include_path)/core/SkFloatingPoint.h', 231 '<(skia_include_path)/core/SkFloatingPoint.h',
229 '<(skia_include_path)/core/SkFontHost.h', 232 '<(skia_include_path)/core/SkFontHost.h',
230 '<(skia_include_path)/core/SkGeometry.h', 233 '<(skia_include_path)/core/SkGeometry.h',
231 '<(skia_include_path)/core/SkGraphics.h', 234 '<(skia_include_path)/core/SkGraphics.h',
232 '<(skia_include_path)/core/SkImageFilter.h', 235 '<(skia_include_path)/core/SkImageFilter.h',
233 '<(skia_include_path)/core/SkInstCnt.h', 236 '<(skia_include_path)/core/SkInstCnt.h',
234 '<(skia_include_path)/core/SkMallocPixelRef.h', 237 '<(skia_include_path)/core/SkMallocPixelRef.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', 300 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
298 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', 301 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
299 ], 302 ],
300 } 303 }
301 304
302 # Local Variables: 305 # Local Variables:
303 # tab-width:2 306 # tab-width:2
304 # indent-tabs-mode:nil 307 # indent-tabs-mode:nil
305 # End: 308 # End:
306 # vim: set expandtab tabstop=2 shiftwidth=2: 309 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698