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

Side by Side Diff: gyp/public_headers.gypi

Issue 185973003: Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Oh, the Rietveld suckage Created 6 years, 9 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/SkImageFilter.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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'core/SkChunkAlloc.h', 240 'core/SkChunkAlloc.h',
241 'core/SkUnPreMultiply.h', 241 'core/SkUnPreMultiply.h',
242 'core/SkReader32.h', 242 'core/SkReader32.h',
243 'core/SkDevice.h', 243 'core/SkDevice.h',
244 'core/SkImageFilter.h', 244 'core/SkImageFilter.h',
245 'core/SkAdvancedTypefaceMetrics.h', 245 'core/SkAdvancedTypefaceMetrics.h',
246 'core/SkTInternalLList.h', 246 'core/SkTInternalLList.h',
247 'core/SkTArray.h', 247 'core/SkTArray.h',
248 'core/SkStringUtils.h', 248 'core/SkStringUtils.h',
249 'core/SkPreConfig.h', 249 'core/SkPreConfig.h',
250 'core/SkImageFilterUtils.h',
251 'core/SkLineClipper.h', 250 'core/SkLineClipper.h',
252 'core/SkPathEffect.h', 251 'core/SkPathEffect.h',
253 'core/SkString.h', 252 'core/SkString.h',
254 'core/SkPixelRef.h', 253 'core/SkPixelRef.h',
255 'core/SkSize.h', 254 'core/SkSize.h',
256 'core/SkEmptyShader.h', 255 'core/SkEmptyShader.h',
257 'core/SkSurface.h', 256 'core/SkSurface.h',
258 'core/SkPostConfig.h', 257 'core/SkPostConfig.h',
259 'core/SkShader.h', 258 'core/SkShader.h',
260 'core/SkWriter32.h', 259 'core/SkWriter32.h',
(...skipping 30 matching lines...) Expand all
291 'views/unix/XkeysToSkKeys.h', 290 'views/unix/XkeysToSkKeys.h',
292 'views/SkKey.h', 291 'views/SkKey.h',
293 'views/SkView.h', 292 'views/SkView.h',
294 'views/SkOSMenu.h', 293 'views/SkOSMenu.h',
295 'views/SkOSWindow_Unix.h', 294 'views/SkOSWindow_Unix.h',
296 'views/SkWidget.h', 295 'views/SkWidget.h',
297 'views/SkOSWindow_Win.h', 296 'views/SkOSWindow_Win.h',
298 ], 297 ],
299 }, 298 },
300 } 299 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698