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

Side by Side Diff: gyp/public_headers.gypi

Issue 23621005: Replace SkTScopedPtr with SkAutoTDelete in Skia. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: port class comment Created 7 years, 3 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 | « gyp/core.gypi ('k') | include/core/SkAdvancedTypefaceMetrics.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 public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'core/SkComposeShader.h', 202 'core/SkComposeShader.h',
203 'core/SkUtils.h', 203 'core/SkUtils.h',
204 'core/SkImage.h', 204 'core/SkImage.h',
205 'core/SkTileGridPicture.h', 205 'core/SkTileGridPicture.h',
206 'core/SkPaintOptionsAndroid.h', 206 'core/SkPaintOptionsAndroid.h',
207 'core/SkDeviceProperties.h', 207 'core/SkDeviceProperties.h',
208 'core/SkGraphics.h', 208 'core/SkGraphics.h',
209 'core/SkCanvas.h', 209 'core/SkCanvas.h',
210 'core/SkPicture.h', 210 'core/SkPicture.h',
211 'core/SkClipStack.h', 211 'core/SkClipStack.h',
212 'core/SkTScopedPtr.h',
213 'core/SkXfermode.h', 212 'core/SkXfermode.h',
214 'core/SkColorFilter.h', 213 'core/SkColorFilter.h',
215 'core/SkRegion.h', 214 'core/SkRegion.h',
216 'core/SkRefCnt.h', 215 'core/SkRefCnt.h',
217 'core/SkStream.h', 216 'core/SkStream.h',
218 'core/SkFontLCDConfig.h', 217 'core/SkFontLCDConfig.h',
219 'core/SkBlitRow.h', 218 'core/SkBlitRow.h',
220 'core/SkGeometry.h', 219 'core/SkGeometry.h',
221 'core/SkStrokeRec.h', 220 'core/SkStrokeRec.h',
222 'core/SkImageDecoder.h', 221 'core/SkImageDecoder.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'lazy/SkLruImageCache.h', 307 'lazy/SkLruImageCache.h',
309 ], 308 ],
310 }, 309 },
311 } 310 }
312 311
313 # Local Variables: 312 # Local Variables:
314 # tab-width:2 313 # tab-width:2
315 # indent-tabs-mode:nil 314 # indent-tabs-mode:nil
316 # End: 315 # End:
317 # vim: set expandtab tabstop=2 shiftwidth=2: 316 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkAdvancedTypefaceMetrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698