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

Side by Side Diff: gyp/exported_api_headers.gypi

Issue 22613003: Remove exported headers and add all public headers into dictionary for reference by clients. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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 | gyp/public_headers.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Include this gypi to include all public header files that use
2 # the SK_API defines.
3 #
4 # The list is computed by running 'egrep -lr "SK_API" include' in the root dir
5 # of the project.
6 #
7 {
8 'variables': {
9 'header_filenames': [
10 'pdf/SkPDFDevice.h',
11 'pdf/SkPDFDocument.h',
12 'gpu/SkGpuDevice.h',
13 'gpu/SkGrPixelRef.h',
14 'effects/SkMorphologyImageFilter.h',
15 'effects/Sk2DPathEffect.h',
16 'effects/SkXfermodeImageFilter.h',
17 'effects/SkArithmeticMode.h',
18 'effects/SkMergeImageFilter.h',
19 'effects/SkPerlinNoiseShader.h',
20 'effects/SkLerpXfermode.h',
21 'effects/SkRectShaderImageFilter.h',
22 'effects/SkMagnifierImageFilter.h',
23 'effects/SkBicubicImageFilter.h',
24 'effects/SkPorterDuff.h',
25 'effects/SkBlurImageFilter.h',
26 'effects/SkKernel33MaskFilter.h',
27 'effects/SkTableMaskFilter.h',
28 'effects/SkAvoidXfermode.h',
29 'effects/SkBitmapSource.h',
30 'effects/SkCornerPathEffect.h',
31 'effects/SkTransparentShader.h',
32 'effects/SkStippleMaskFilter.h',
33 'effects/SkPaintFlagsDrawFilter.h',
34 'effects/SkOffsetImageFilter.h',
35 'effects/SkDiscretePathEffect.h',
36 'effects/SkTableColorFilter.h',
37 'effects/SkGradientShader.h',
38 'effects/SkEmbossMaskFilter.h',
39 'effects/SkComposeImageFilter.h',
40 'effects/SkTestImageFilters.h',
41 'effects/SkLayerRasterizer.h',
42 'effects/SkDashPathEffect.h',
43 'effects/Sk1DPathEffect.h',
44 'effects/SkBlurMaskFilter.h',
45 'effects/SkDisplacementMapEffect.h',
46 'effects/SkPixelXorXfermode.h',
47 'effects/SkColorMatrixFilter.h',
48 'effects/SkColorMatrix.h',
49 'effects/SkBlurDrawLooper.h',
50 'effects/SkColorFilterImageFilter.h',
51 'effects/SkLayerDrawLooper.h',
52 'effects/SkLightingImageFilter.h',
53 'effects/SkDropShadowImageFilter.h',
54 'effects/SkMatrixConvolutionImageFilter.h',
55 'utils/SkPictureUtils.h',
56 'utils/SkMatrix44.h',
57 'utils/SkProxyCanvas.h',
58 'utils/SkNWayCanvas.h',
59 'utils/SkPathUtils.h',
60 'utils/SkDeferredCanvas.h',
61 'utils/SkNullCanvas.h',
62 'utils/mac/SkCGUtils.h',
63 'device/xps/SkXPSDevice.h',
64 'ports/SkTypeface_win.h',
65 'ports/SkFontConfigInterface.h',
66 'ports/SkTypeface_mac.h',
67 'ports/SkTypeface_android.h',
68 'ports/SkFontStyle.h',
69 'ports/SkFontMgr.h',
70 'core/SkColor.h',
71 'core/SkFontHost.h',
72 'core/SkMetaData.h',
73 'core/SkRRect.h',
74 'core/SkMatrix.h',
75 'core/SkDataTable.h',
76 'core/SkTypeface.h',
77 'core/SkDrawFilter.h',
78 'core/SkRasterizer.h',
79 'core/SkColorPriv.h',
80 'core/SkPaint.h',
81 'core/SkBitmap.h',
82 'core/SkFloatBits.h',
83 'core/SkDeque.h',
84 'core/Sk64.h',
85 'core/SkComposeShader.h',
86 'core/SkImage.h',
87 'core/SkTileGridPicture.h',
88 'core/SkGraphics.h',
89 'core/SkCanvas.h',
90 'core/SkPicture.h',
91 'core/SkClipStack.h',
92 'core/SkXfermode.h',
93 'core/SkColorFilter.h',
94 'core/SkRegion.h',
95 'core/SkRefCnt.h',
96 'core/SkStream.h',
97 'core/SkGeometry.h',
98 'core/SkPathMeasure.h',
99 'core/SkMaskFilter.h',
100 'core/SkTDArray.h',
101 'core/SkAnnotation.h',
102 'core/SkDrawLooper.h',
103 'core/SkThread_platform.h',
104 'core/SkTemplates.h',
105 'core/SkWeakRefCnt.h',
106 'core/SkTypes.h',
107 'core/SkData.h',
108 'core/SkPoint.h',
109 'core/SkColorShader.h',
110 'core/SkUnPreMultiply.h',
111 'core/SkDevice.h',
112 'core/SkImageFilter.h',
113 'core/SkPreConfig.h',
114 'core/SkImageFilterUtils.h',
115 'core/SkPathEffect.h',
116 'core/SkString.h',
117 'core/SkPixelRef.h',
118 'core/SkEmptyShader.h',
119 'core/SkSurface.h',
120 'core/SkShader.h',
121 'core/SkPath.h',
122 'core/SkFlattenable.h',
123 'core/SkRect.h',
124 'pathops/SkPathOps.h',
125 ],
126 },
127 }
128
129 # Local Variables:
130 # tab-width:2
131 # indent-tabs-mode:nil
132 # End:
133 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698