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

Side by Side Diff: gyp/public_headers.gypi

Issue 309683002: Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update to ToT Created 6 years, 6 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
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkPoint.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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'gpu/GrUserConfig.h', 52 'gpu/GrUserConfig.h',
53 'gpu/SkGrPixelRef.h', 53 'gpu/SkGrPixelRef.h',
54 'gpu/GrAARectRenderer.h', 54 'gpu/GrAARectRenderer.h',
55 'gpu/GrColor.h', 55 'gpu/GrColor.h',
56 'gpu/GrGlyph.h', 56 'gpu/GrGlyph.h',
57 'gpu/GrBackendEffectFactory.h', 57 'gpu/GrBackendEffectFactory.h',
58 'gpu/GrContextFactory.h', 58 'gpu/GrContextFactory.h',
59 'gpu/GrRenderTarget.h', 59 'gpu/GrRenderTarget.h',
60 'gpu/GrSurface.h', 60 'gpu/GrSurface.h',
61 'gpu/GrTypesPriv.h', 61 'gpu/GrTypesPriv.h',
62 'gpu/GrPoint.h',
63 'config/sk_stdint.h', 62 'config/sk_stdint.h',
64 'config/SkUserConfig.h', 63 'config/SkUserConfig.h',
65 'pipe/SkGPipe.h', 64 'pipe/SkGPipe.h',
66 'images/SkImageRef.h', 65 'images/SkImageRef.h',
67 'images/SkMovie.h', 66 'images/SkMovie.h',
68 'images/SkPageFlipper.h', 67 'images/SkPageFlipper.h',
69 'images/SkForceLinking.h', 68 'images/SkForceLinking.h',
70 'images/SkImageRef_GlobalPool.h', 69 'images/SkImageRef_GlobalPool.h',
71 'images/SkImages.h', 70 'images/SkImages.h',
72 'effects/SkMorphologyImageFilter.h', 71 'effects/SkMorphologyImageFilter.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'views/unix/XkeysToSkKeys.h', 285 'views/unix/XkeysToSkKeys.h',
287 'views/SkKey.h', 286 'views/SkKey.h',
288 'views/SkView.h', 287 'views/SkView.h',
289 'views/SkOSMenu.h', 288 'views/SkOSMenu.h',
290 'views/SkOSWindow_Unix.h', 289 'views/SkOSWindow_Unix.h',
291 'views/SkWidget.h', 290 'views/SkWidget.h',
292 'views/SkOSWindow_Win.h', 291 'views/SkOSWindow_Win.h',
293 ], 292 ],
294 }, 293 },
295 } 294 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698