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

Side by Side Diff: gyp/public_headers.gypi

Issue 27281003: Remove unused header SkImageTypes.h (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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/SkImageTypes.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'core/SkColorFilter.h', 211 'core/SkColorFilter.h',
212 'core/SkRegion.h', 212 'core/SkRegion.h',
213 'core/SkRefCnt.h', 213 'core/SkRefCnt.h',
214 'core/SkStream.h', 214 'core/SkStream.h',
215 'core/SkFontLCDConfig.h', 215 'core/SkFontLCDConfig.h',
216 'core/SkBlitRow.h', 216 'core/SkBlitRow.h',
217 'core/SkGeometry.h', 217 'core/SkGeometry.h',
218 'core/SkStrokeRec.h', 218 'core/SkStrokeRec.h',
219 'core/SkImageDecoder.h', 219 'core/SkImageDecoder.h',
220 'core/SkTime.h', 220 'core/SkTime.h',
221 'core/SkImageTypes.h',
222 'core/SkScalarCompare.h', 221 'core/SkScalarCompare.h',
223 'core/SkPathMeasure.h', 222 'core/SkPathMeasure.h',
224 'core/SkMaskFilter.h', 223 'core/SkMaskFilter.h',
225 'core/SkBounder.h', 224 'core/SkBounder.h',
226 'core/SkFlate.h', 225 'core/SkFlate.h',
227 'core/SkTDArray.h', 226 'core/SkTDArray.h',
228 'core/SkAnnotation.h', 227 'core/SkAnnotation.h',
229 'core/SkChecksum.h', 228 'core/SkChecksum.h',
230 'core/SkMath.h', 229 'core/SkMath.h',
231 'core/SkDrawLooper.h', 230 'core/SkDrawLooper.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'lazy/SkLruImageCache.h', 303 'lazy/SkLruImageCache.h',
305 ], 304 ],
306 }, 305 },
307 } 306 }
308 307
309 # Local Variables: 308 # Local Variables:
310 # tab-width:2 309 # tab-width:2
311 # indent-tabs-mode:nil 310 # indent-tabs-mode:nil
312 # End: 311 # End:
313 # vim: set expandtab tabstop=2 shiftwidth=2: 312 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkImageTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698