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

Side by Side Diff: gyp/public_headers.gypi

Issue 27208002: remove SkDataSet, and just store a key/value in SkAnnotation (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/SkAnnotation.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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'core/SkReader32.h', 245 'core/SkReader32.h',
246 'core/SkDevice.h', 246 'core/SkDevice.h',
247 'core/SkImageFilter.h', 247 'core/SkImageFilter.h',
248 'core/SkAdvancedTypefaceMetrics.h', 248 'core/SkAdvancedTypefaceMetrics.h',
249 'core/SkTInternalLList.h', 249 'core/SkTInternalLList.h',
250 'core/SkTArray.h', 250 'core/SkTArray.h',
251 'core/SkStringUtils.h', 251 'core/SkStringUtils.h',
252 'core/SkPreConfig.h', 252 'core/SkPreConfig.h',
253 'core/SkImageFilterUtils.h', 253 'core/SkImageFilterUtils.h',
254 'core/SkLineClipper.h', 254 'core/SkLineClipper.h',
255 'core/SkDataSet.h',
256 'core/SkPathEffect.h', 255 'core/SkPathEffect.h',
257 'core/SkString.h', 256 'core/SkString.h',
258 'core/SkPixelRef.h', 257 'core/SkPixelRef.h',
259 'core/SkSize.h', 258 'core/SkSize.h',
260 'core/SkEmptyShader.h', 259 'core/SkEmptyShader.h',
261 'core/SkSurface.h', 260 'core/SkSurface.h',
262 'core/SkPostConfig.h', 261 'core/SkPostConfig.h',
263 'core/SkShader.h', 262 'core/SkShader.h',
264 'core/SkWriter32.h', 263 'core/SkWriter32.h',
265 'core/SkError.h', 264 'core/SkError.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'lazy/SkLruImageCache.h', 304 'lazy/SkLruImageCache.h',
306 ], 305 ],
307 }, 306 },
308 } 307 }
309 308
310 # Local Variables: 309 # Local Variables:
311 # tab-width:2 310 # tab-width:2
312 # indent-tabs-mode:nil 311 # indent-tabs-mode:nil
313 # End: 312 # End:
314 # vim: set expandtab tabstop=2 shiftwidth=2: 313 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkAnnotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698