OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 | |
6 # This gypi file contains the shim header generation and other settings to use | |
7 # the system version of skia on Android. | |
8 { | |
9 'direct_dependent_settings': { | |
10 # This makes the Android build system set the include path appropriately. | |
11 'libraries': [ '-lskia' ], | |
12 }, | |
13 'link_settings': { | |
14 # This actually causes the final binary to be linked against skia. | |
15 'libraries': [ '-lskia' ], | |
16 }, | |
17 'variables': { | |
18 'headers_root_path': '../third_party/skia/include', | |
19 'header_filenames': [ | |
20 'animator/SkAnimatorView.h', | |
djsollen
2013/08/07 14:41:56
robert, how feasible is it to create/maintain gypi
robertphillips
2013/08/07 15:26:19
Perhaps we can automatically generate the file but
| |
21 'animator/SkAnimator.h', | |
22 'config/sk_stdint.h', | |
23 'config/SkUserConfig.h', | |
24 'core/SkStringUtils.h', | |
25 'core/SkEndian.h', | |
26 'core/SkPoint.h', | |
27 'core/SkTDStack.h', | |
28 'core/SkBitmap.h', | |
29 'core/SkFlate.h', | |
30 'core/SkUnPreMultiply.h', | |
31 'core/SkColor.h', | |
32 'core/SkImage.h', | |
33 'core/SkChecksum.h', | |
34 'core/SkImageDecoder.h', | |
35 'core/SkPixelRef.h', | |
36 'core/SkImageFilter.h', | |
37 'core/SkTArray.h', | |
38 'core/SkOSFile.h', | |
39 'core/SkChunkAlloc.h', | |
40 'core/SkCanvas.h', | |
41 'core/SkEmptyShader.h', | |
42 'core/SkImageFilterUtils.h', | |
43 'core/SkTScopedPtr.h', | |
44 'core/SkDraw.h', | |
45 'core/SkRefCnt.h', | |
46 'core/SkPath.h', | |
47 'core/SkFloatBits.h', | |
48 'core/SkBounder.h', | |
49 'core/SkGeometry.h', | |
50 'core/SkXfermode.h', | |
51 'core/SkPicture.h', | |
52 'core/SkDeviceProperties.h', | |
53 'core/SkRect.h', | |
54 'core/SkColorShader.h', | |
55 'core/SkRasterizer.h', | |
56 'core/SkSize.h', | |
57 'core/SkWeakRefCnt.h', | |
58 'core/SkRRect.h', | |
59 'core/SkPaint.h', | |
60 'core/SkDrawFilter.h', | |
61 'core/SkMaskFilter.h', | |
62 'core/SkTSearch.h', | |
63 'core/SkLineClipper.h', | |
64 'core/SkFontHost.h', | |
65 'core/SkDocument.h', | |
66 'core/SkStrokeRec.h', | |
67 'core/SkData.h', | |
68 'core/SkMetaData.h', | |
69 'core/SkInstCnt.h', | |
70 'core/SkMatrix.h', | |
71 'core/SkTemplates.h', | |
72 'core/SkFloatingPoint.h', | |
73 'core/SkDeque.h', | |
74 'core/SkClipStack.h', | |
75 'core/SkPackBits.h', | |
76 'core/SkFlattenableBuffers.h', | |
77 'core/SkMath.h', | |
78 'core/SkImageTypes.h', | |
79 'core/SkWriter32.h', | |
80 'core/SkPaintOptionsAndroid.h', | |
81 'core/SkFontLCDConfig.h', | |
82 'core/SkError.h', | |
83 'core/SkStream.h', | |
84 'core/SkTrace.h', | |
85 'core/SkPathEffect.h', | |
86 'core/SkPostConfig.h', | |
87 'core/SkDataTable.h', | |
88 'core/SkImageEncoder.h', | |
89 'core/SkPreConfig.h', | |
90 'core/SkFlattenable.h', | |
91 'core/SkScalarCompare.h', | |
92 'core/SkDrawLooper.h', | |
93 'core/SkColorTable.h', | |
94 'core/SkBlitRow.h', | |
95 'core/SkDataSet.h', | |
96 'core/Sk64.h', | |
97 'core/SkDither.h', | |
98 'core/SkMallocPixelRef.h', | |
99 'core/SkTypeface.h', | |
100 'core/SkTRegistry.h', | |
101 'core/SkGraphics.h', | |
102 'core/SkTypes.h', | |
103 'core/SkTime.h', | |
104 'core/SkMask.h', | |
105 'core/SkTDict.h', | |
106 'core/SkTLazy.h', | |
107 'core/SkPathMeasure.h', | |
108 'core/SkThread_platform.h', | |
109 'core/SkTDArray.h', | |
110 'core/SkShader.h', | |
111 'core/SkColorPriv.h', | |
112 'core/SkDevice.h', | |
113 'core/SkTInternalLList.h', | |
114 'core/SkString.h', | |
115 'core/SkScalar.h', | |
116 'core/SkReader32.h', | |
117 'core/SkUnitMapper.h', | |
118 'core/SkAdvancedTypefaceMetrics.h', | |
119 'core/SkFixed.h', | |
120 'core/SkColorFilter.h', | |
121 'core/SkComposeShader.h', | |
122 'core/SkThread.h', | |
123 'core/SkTileGridPicture.h', | |
124 'core/SkAnnotation.h', | |
125 'core/SkUtils.h', | |
126 'core/SkSurface.h', | |
127 'core/SkRegion.h', | |
128 'device/xps/SkXPSDevice.h', | |
129 'device/xps/SkConstexprMath.h', | |
130 'effects/SkBlurDrawLooper.h', | |
131 'effects/SkTransparentShader.h', | |
132 'effects/SkBicubicImageFilter.h', | |
133 'effects/SkBitmapSource.h', | |
134 'effects/SkColorFilterImageFilter.h', | |
135 'effects/SkLightingImageFilter.h', | |
136 'effects/Sk1DPathEffect.h', | |
137 'effects/SkTestImageFilters.h', | |
138 'effects/SkLayerRasterizer.h', | |
139 'effects/SkRectShaderImageFilter.h', | |
140 'effects/SkBlurImageFilter.h', | |
141 'effects/SkArithmeticMode.h', | |
142 'effects/SkBlurMaskFilter.h', | |
143 'effects/SkPerlinNoiseShader.h', | |
144 'effects/SkColorMatrixFilter.h', | |
145 'effects/SkLayerDrawLooper.h', | |
146 'effects/SkKernel33MaskFilter.h', | |
147 'effects/SkLerpXfermode.h', | |
148 'effects/SkEmbossMaskFilter.h', | |
149 'effects/SkMorphologyImageFilter.h', | |
150 'effects/SkOffsetImageFilter.h', | |
151 'effects/SkColorMatrix.h', | |
152 'effects/SkXfermodeImageFilter.h', | |
153 'effects/SkTableMaskFilter.h', | |
154 'effects/SkAvoidXfermode.h', | |
155 'effects/SkDrawExtraPathEffect.h', | |
156 'effects/SkStippleMaskFilter.h', | |
157 'effects/SkDiscretePathEffect.h', | |
158 'effects/SkMergeImageFilter.h', | |
159 'effects/SkCornerPathEffect.h', | |
160 'effects/SkDashPathEffect.h', | |
161 'effects/Sk2DPathEffect.h', | |
162 'effects/SkTableColorFilter.h', | |
163 'effects/SkPaintFlagsDrawFilter.h', | |
164 'effects/SkGradientShader.h', | |
165 'effects/SkDisplacementMapEffect.h', | |
166 'effects/SkMagnifierImageFilter.h', | |
167 'effects/SkMatrixConvolutionImageFilter.h', | |
168 'effects/SkPorterDuff.h', | |
169 'effects/SkPixelXorXfermode.h', | |
170 'gpu/SkGrPixelRef.h', | |
171 'gpu/GrPoint.h', | |
172 'gpu/GrOvalRenderer.h', | |
173 'gpu/GrRenderTarget.h', | |
174 'gpu/GrFontScaler.h', | |
175 'gpu/SkGr.h', | |
176 'gpu/GrEffectUnitTest.h', | |
177 'gpu/GrTexture.h', | |
178 'gpu/GrKey.h', | |
179 'gpu/GrDrawEffect.h', | |
180 'gpu/GrSurface.h', | |
181 'gpu/SkGrTexturePixelRef.h', | |
182 'gpu/GrContext.h', | |
183 'gpu/GrPathRendererChain.h', | |
184 'gpu/GrTypesPriv.h', | |
185 'gpu/GrRefCnt.h', | |
186 'gpu/GrNoncopyable.h', | |
187 'gpu/GrContextFactory.h', | |
188 'gpu/GrClipData.h', | |
189 'gpu/GrPaint.h', | |
190 'gpu/SkGpuDevice.h', | |
191 'gpu/GrEffect.h', | |
192 'gpu/GrBackendEffectFactory.h', | |
193 'gpu/GrUserConfig.h', | |
194 'gpu/GrGlyph.h', | |
195 'gpu/gl/SkGLContextHelper.h', | |
196 'gpu/gl/GrGLConfig_chrome.h', | |
197 'gpu/gl/GrGLExtensions.h', | |
198 'gpu/gl/SkNativeGLContext.h', | |
199 'gpu/gl/SkDebugGLContext.h', | |
200 'gpu/gl/GrGLConfig.h', | |
201 'gpu/gl/GrGLInterface.h', | |
202 'gpu/gl/GrGLFunctions.h', | |
203 'gpu/gl/SkANGLEGLContext.h', | |
204 'gpu/gl/SkMesaGLContext.h', | |
205 'gpu/gl/SkNullGLContext.h', | |
206 'gpu/GrTextureAccess.h', | |
207 'gpu/GrAARectRenderer.h', | |
208 'gpu/GrColor.h', | |
209 'gpu/GrEffectStage.h', | |
210 'gpu/GrTextContext.h', | |
211 'gpu/GrConfig.h', | |
212 'gpu/GrResource.h', | |
213 'gpu/GrTBackendEffectFactory.h', | |
214 'gpu/GrTypes.h', | |
215 'gpu/GrRect.h', | |
216 'images/SkImageRef.h', | |
217 'images/SkPageFlipper.h', | |
218 'images/SkImageRef_GlobalPool.h', | |
219 'images/SkForceLinking.h', | |
220 'images/SkMovie.h', | |
221 'images/SkImages.h', | |
222 'lazy/SkPurgeableImageCache.h', | |
223 'lazy/SkLruImageCache.h', | |
224 'lazy/SkBitmapFactory.h', | |
225 'lazy/SkImageCache.h', | |
226 'pathops/SkPathOps.h', | |
227 'pdf/SkPDFDocument.h', | |
228 'pdf/SkPDFDevice.h', | |
229 'pipe/SkGPipe.h', | |
230 'ports/SkFontConfigInterface.h', | |
231 'ports/SkFontMgr.h', | |
232 'ports/SkHarfBuzzFont.h', | |
233 'ports/SkTypeface_mac.h', | |
234 'ports/SkTypeface_win.h', | |
235 'ports/SkFontStyle.h', | |
236 'ports/SkTypeface_android.h', | |
237 'svg/SkSVGAttribute.h', | |
238 'svg/SkSVGBase.h', | |
239 'svg/SkSVGParser.h', | |
240 'svg/SkSVGTypes.h', | |
241 'svg/SkSVGPaintState.h', | |
242 'text/SkTextLayout.h', | |
243 'utils/SkDebugUtils.h', | |
244 'utils/SkMeshUtils.h', | |
245 'utils/SkUnitMappers.h', | |
246 'utils/ios/SkStream_NSData.h', | |
247 'utils/SkNinePatch.h', | |
248 'utils/SkPictureUtils.h', | |
249 'utils/SkNWayCanvas.h', | |
250 'utils/SkNullCanvas.h', | |
251 'utils/SkLua.h', | |
252 'utils/SkPathUtils.h', | |
253 'utils/win/SkTScopedComPtr.h', | |
254 'utils/win/SkIStream.h', | |
255 'utils/win/SkHRESULT.h', | |
256 'utils/win/SkAutoCoInitialize.h', | |
257 'utils/SkWGL.h', | |
258 'utils/SkDeferredCanvas.h', | |
259 'utils/SkCullPoints.h', | |
260 'utils/SkLayer.h', | |
261 'utils/SkCondVar.h', | |
262 'utils/SkMatrix44.h', | |
263 'utils/SkProxyCanvas.h', | |
264 'utils/SkBoundaryPatch.h', | |
265 'utils/SkParsePaint.h', | |
266 'utils/SkParse.h', | |
267 'utils/SkDumpCanvas.h', | |
268 'utils/SkCubicInterval.h', | |
269 'utils/SkCountdown.h', | |
270 'utils/SkParsePath.h', | |
271 'utils/SkLuaCanvas.h', | |
272 'utils/SkRandom.h', | |
273 'utils/SkRTConf.h', | |
274 'utils/SkInterpolator.h', | |
275 'utils/SkJSON.h', | |
276 'utils/mac/SkCGUtils.h', | |
277 'utils/SkRunnable.h', | |
278 'utils/SkThreadPool.h', | |
279 'utils/SkCamera.h', | |
280 'views/SkSystemEventTypes.h', | |
djsollen
2013/08/07 14:41:56
chrome doesn't use the views or animator headers.
| |
281 'views/SkViewInflate.h', | |
282 'views/SkStackViewLayout.h', | |
283 'views/SkEventSink.h', | |
284 'views/SkOSWindow_Unix.h', | |
285 'views/SkView.h', | |
286 'views/SkEvent.h', | |
287 'views/SkBGViewArtist.h', | |
288 'views/SkKey.h', | |
289 'views/unix/keysym2ucs.h', | |
290 'views/unix/XkeysToSkKeys.h', | |
291 'views/SkOSWindow_Win.h', | |
292 'views/SkOSWindow_NaCl.h', | |
293 'views/animated/SkBorderView.h', | |
294 'views/animated/SkWidgetViews.h', | |
295 'views/animated/SkImageView.h', | |
296 'views/animated/SkProgressBarView.h', | |
297 'views/animated/SkScrollBarView.h', | |
298 'views/SkOSWindow_SDL.h', | |
299 'views/android/AndroidKeyToSkKey.h', | |
300 'views/SkWidget.h', | |
301 'views/SkApplication.h', | |
302 'views/SkOSWindow_Android.h', | |
303 'views/SkOSWindow_iOS.h', | |
304 'views/SkOSMenu.h', | |
305 'views/SkWindow.h', | |
306 'views/SkOSWindow_Mac.h', | |
307 'views/SkTextBox.h', | |
308 'views/SkTouchGesture.h', | |
309 'xml/SkXMLWriter.h', | |
310 'xml/SkJS.h', | |
311 'xml/SkDOM.h', | |
312 'xml/SkBML_XMLParser.h', | |
313 'xml/SkBML_WXMLParser.h', | |
314 'xml/SkXMLParser.h', | |
315 ], | |
316 }, | |
317 'includes': ['../build/shim_headers.gypi'], | |
318 } | |
OLD | NEW |