blob: de251c85ff10fcbacc48f78622d295482f857545 [file] [log] [blame]
Ben Murdocheffb81e2014-03-31 11:51:25 +01001# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := skia_skia_library_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9gyp_intermediate_dir := $(call local-intermediates-dir)
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES := \
14 $(call intermediates-dir-for,GYP,third_party_WebKit_public_blink_skia_config_gyp)/blink_skia_config.stamp \
15 $(call intermediates-dir-for,GYP,third_party_expat_expat_gyp)/expat.stamp
16
17GYP_GENERATED_OUTPUTS :=
18
19# Make sure our deps and generated files are built first.
20LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
21
22LOCAL_GENERATED_SOURCES :=
23
24GYP_COPIED_SOURCE_ORIGIN_DIRS :=
25
26LOCAL_SRC_FILES := \
27 third_party/skia/src/core/SkFlate.cpp \
28 third_party/skia/src/core/SkPaintOptionsAndroid.cpp \
29 third_party/skia/src/ports/SkImageDecoder_empty.cpp \
30 third_party/skia/src/images/SkScaledBitmapSampler.cpp \
31 third_party/skia/src/opts/opts_check_SSE2.cpp \
32 third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp \
33 third_party/skia/src/ports/SkFontConfigInterface_android.cpp \
34 third_party/skia/src/ports/SkFontHost_fontconfig.cpp \
35 third_party/skia/src/fonts/SkFontMgr_indirect.cpp \
36 third_party/skia/src/fonts/SkRemotableFontMgr.cpp \
37 third_party/skia/src/ports/SkFontHost_FreeType.cpp \
38 third_party/skia/src/ports/SkFontHost_FreeType_common.cpp \
39 third_party/skia/src/ports/SkFontConfigParser_android.cpp \
40 third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp \
41 third_party/skia/src/ports/SkOSFile_posix.cpp \
42 third_party/skia/src/ports/SkOSFile_stdio.cpp \
43 third_party/skia/src/ports/SkTime_Unix.cpp \
44 third_party/skia/src/ports/SkTLS_pthread.cpp \
45 third_party/skia/src/sfnt/SkOTTable_name.cpp \
46 third_party/skia/src/sfnt/SkOTUtils.cpp \
47 third_party/skia/src/utils/debugger/SkDebugCanvas.cpp \
48 third_party/skia/src/utils/debugger/SkDrawCommand.cpp \
49 third_party/skia/src/utils/debugger/SkObjectParser.cpp \
50 third_party/skia/src/utils/SkBase64.cpp \
51 third_party/skia/src/utils/SkBitSet.cpp \
52 third_party/skia/src/utils/SkCanvasStack.cpp \
53 third_party/skia/src/utils/SkCanvasStateUtils.cpp \
54 third_party/skia/src/utils/SkEventTracer.cpp \
55 third_party/skia/src/utils/SkDeferredCanvas.cpp \
56 third_party/skia/src/utils/SkMatrix44.cpp \
57 third_party/skia/src/utils/SkNullCanvas.cpp \
58 third_party/skia/src/utils/SkNWayCanvas.cpp \
59 third_party/skia/src/utils/SkPictureUtils.cpp \
60 third_party/skia/src/utils/SkProxyCanvas.cpp \
61 third_party/skia/src/utils/SkRTConf.cpp \
62 third_party/skia/src/core/SkAAClip.cpp \
63 third_party/skia/src/core/SkAnnotation.cpp \
64 third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp \
65 third_party/skia/src/core/SkAlphaRuns.cpp \
66 third_party/skia/src/core/SkBBoxRecord.cpp \
67 third_party/skia/src/core/SkBBoxHierarchyRecord.cpp \
68 third_party/skia/src/core/SkBitmap.cpp \
69 third_party/skia/src/core/SkBitmapDevice.cpp \
70 third_party/skia/src/core/SkBitmapFilter.cpp \
71 third_party/skia/src/core/SkBitmapHeap.cpp \
72 third_party/skia/src/core/SkBitmapProcShader.cpp \
73 third_party/skia/src/core/SkBitmapProcState.cpp \
74 third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp \
75 third_party/skia/src/core/SkBitmapScaler.cpp \
76 third_party/skia/src/core/SkBitmap_scroll.cpp \
77 third_party/skia/src/core/SkBlitMask_D32.cpp \
78 third_party/skia/src/core/SkBlitRow_D16.cpp \
79 third_party/skia/src/core/SkBlitRow_D32.cpp \
80 third_party/skia/src/core/SkBlitter.cpp \
81 third_party/skia/src/core/SkBlitter_A8.cpp \
82 third_party/skia/src/core/SkBlitter_ARGB32.cpp \
83 third_party/skia/src/core/SkBlitter_RGB16.cpp \
84 third_party/skia/src/core/SkBlitter_Sprite.cpp \
85 third_party/skia/src/core/SkBuffer.cpp \
86 third_party/skia/src/core/SkCanvas.cpp \
87 third_party/skia/src/core/SkChunkAlloc.cpp \
88 third_party/skia/src/core/SkClipStack.cpp \
89 third_party/skia/src/core/SkColor.cpp \
90 third_party/skia/src/core/SkColorFilter.cpp \
91 third_party/skia/src/core/SkColorTable.cpp \
92 third_party/skia/src/core/SkComposeShader.cpp \
93 third_party/skia/src/core/SkConfig8888.cpp \
94 third_party/skia/src/core/SkConvolver.cpp \
95 third_party/skia/src/core/SkCubicClipper.cpp \
96 third_party/skia/src/core/SkData.cpp \
97 third_party/skia/src/core/SkDataTable.cpp \
98 third_party/skia/src/core/SkDebug.cpp \
99 third_party/skia/src/core/SkDeque.cpp \
100 third_party/skia/src/core/SkDevice.cpp \
101 third_party/skia/src/core/SkDeviceLooper.cpp \
102 third_party/skia/src/core/SkDeviceProfile.cpp \
103 third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp \
104 third_party/skia/src/lazy/SkDiscardablePixelRef.cpp \
105 third_party/skia/src/core/SkDistanceFieldGen.cpp \
106 third_party/skia/src/core/SkDither.cpp \
107 third_party/skia/src/core/SkDraw.cpp \
108 third_party/skia/src/core/SkDrawLooper.cpp \
109 third_party/skia/src/core/SkEdgeBuilder.cpp \
110 third_party/skia/src/core/SkEdgeClipper.cpp \
111 third_party/skia/src/core/SkEdge.cpp \
112 third_party/skia/src/core/SkError.cpp \
113 third_party/skia/src/core/SkFilterProc.cpp \
114 third_party/skia/src/core/SkFilterShader.cpp \
115 third_party/skia/src/core/SkFlattenable.cpp \
116 third_party/skia/src/core/SkFlattenableSerialization.cpp \
117 third_party/skia/src/core/SkFloat.cpp \
118 third_party/skia/src/core/SkFloatBits.cpp \
119 third_party/skia/src/core/SkFontHost.cpp \
120 third_party/skia/src/core/SkFontDescriptor.cpp \
121 third_party/skia/src/core/SkFontStream.cpp \
122 third_party/skia/src/core/SkGeometry.cpp \
123 third_party/skia/src/core/SkGlyphCache.cpp \
124 third_party/skia/src/core/SkGraphics.cpp \
125 third_party/skia/src/core/SkInstCnt.cpp \
126 third_party/skia/src/core/SkImageFilter.cpp \
127 third_party/skia/src/core/SkImageInfo.cpp \
128 third_party/skia/src/core/SkLineClipper.cpp \
129 third_party/skia/src/core/SkMallocPixelRef.cpp \
130 third_party/skia/src/core/SkMask.cpp \
131 third_party/skia/src/core/SkMaskFilter.cpp \
132 third_party/skia/src/core/SkMaskGamma.cpp \
133 third_party/skia/src/core/SkMath.cpp \
134 third_party/skia/src/core/SkMatrix.cpp \
135 third_party/skia/src/core/SkMatrixClipStateMgr.cpp \
136 third_party/skia/src/core/SkMetaData.cpp \
137 third_party/skia/src/core/SkMipMap.cpp \
138 third_party/skia/src/core/SkPackBits.cpp \
139 third_party/skia/src/core/SkPaint.cpp \
140 third_party/skia/src/core/SkPaintPriv.cpp \
141 third_party/skia/src/core/SkPath.cpp \
142 third_party/skia/src/core/SkPathEffect.cpp \
143 third_party/skia/src/core/SkPathHeap.cpp \
144 third_party/skia/src/core/SkPathMeasure.cpp \
145 third_party/skia/src/core/SkPathRef.cpp \
146 third_party/skia/src/core/SkPicture.cpp \
147 third_party/skia/src/core/SkPictureFlat.cpp \
148 third_party/skia/src/core/SkPicturePlayback.cpp \
149 third_party/skia/src/core/SkPictureRecord.cpp \
150 third_party/skia/src/core/SkPictureStateTree.cpp \
151 third_party/skia/src/core/SkPixelRef.cpp \
152 third_party/skia/src/core/SkPoint.cpp \
153 third_party/skia/src/core/SkProcSpriteBlitter.cpp \
154 third_party/skia/src/core/SkPtrRecorder.cpp \
155 third_party/skia/src/core/SkQuadClipper.cpp \
156 third_party/skia/src/core/SkQuadTree.cpp \
157 third_party/skia/src/core/SkQuadTreePicture.cpp \
158 third_party/skia/src/core/SkRasterClip.cpp \
159 third_party/skia/src/core/SkRasterizer.cpp \
160 third_party/skia/src/core/SkReadBuffer.cpp \
161 third_party/skia/src/core/SkRect.cpp \
162 third_party/skia/src/core/SkRefDict.cpp \
163 third_party/skia/src/core/SkRegion.cpp \
164 third_party/skia/src/core/SkRegion_path.cpp \
165 third_party/skia/src/core/SkRRect.cpp \
166 third_party/skia/src/core/SkRTree.cpp \
167 third_party/skia/src/core/SkScaledImageCache.cpp \
168 third_party/skia/src/core/SkScalar.cpp \
169 third_party/skia/src/core/SkScalerContext.cpp \
170 third_party/skia/src/core/SkScan.cpp \
171 third_party/skia/src/core/SkScan_AntiPath.cpp \
172 third_party/skia/src/core/SkScan_Antihair.cpp \
173 third_party/skia/src/core/SkScan_Hairline.cpp \
174 third_party/skia/src/core/SkScan_Path.cpp \
175 third_party/skia/src/core/SkShader.cpp \
176 third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp \
177 third_party/skia/src/core/SkSpriteBlitter_RGB16.cpp \
178 third_party/skia/src/core/SkStream.cpp \
179 third_party/skia/src/core/SkString.cpp \
180 third_party/skia/src/core/SkStringUtils.cpp \
181 third_party/skia/src/core/SkStroke.cpp \
182 third_party/skia/src/core/SkStrokeRec.cpp \
183 third_party/skia/src/core/SkStrokerPriv.cpp \
184 third_party/skia/src/core/SkTileGrid.cpp \
185 third_party/skia/src/core/SkTileGridPicture.cpp \
186 third_party/skia/src/core/SkTLS.cpp \
187 third_party/skia/src/core/SkTSearch.cpp \
188 third_party/skia/src/core/SkTypeface.cpp \
189 third_party/skia/src/core/SkTypefaceCache.cpp \
190 third_party/skia/src/core/SkUnPreMultiply.cpp \
191 third_party/skia/src/core/SkUtils.cpp \
192 third_party/skia/src/core/SkValidatingReadBuffer.cpp \
193 third_party/skia/src/core/SkWriteBuffer.cpp \
194 third_party/skia/src/core/SkWriter32.cpp \
195 third_party/skia/src/core/SkXfermode.cpp \
196 third_party/skia/src/doc/SkDocument.cpp \
197 third_party/skia/src/image/SkImage.cpp \
198 third_party/skia/src/image/SkImagePriv.cpp \
199 third_party/skia/src/image/SkImage_Codec.cpp \
200 third_party/skia/src/image/SkImage_Picture.cpp \
201 third_party/skia/src/image/SkImage_Raster.cpp \
202 third_party/skia/src/image/SkSurface.cpp \
203 third_party/skia/src/image/SkSurface_Picture.cpp \
204 third_party/skia/src/image/SkSurface_Raster.cpp \
205 third_party/skia/src/pipe/SkGPipeRead.cpp \
206 third_party/skia/src/pipe/SkGPipeWrite.cpp \
207 third_party/skia/src/lazy/SkCachingPixelRef.cpp \
208 third_party/skia/src/pathops/SkAddIntersections.cpp \
209 third_party/skia/src/pathops/SkDCubicIntersection.cpp \
210 third_party/skia/src/pathops/SkDCubicLineIntersection.cpp \
211 third_party/skia/src/pathops/SkDCubicToQuads.cpp \
212 third_party/skia/src/pathops/SkDLineIntersection.cpp \
213 third_party/skia/src/pathops/SkDQuadImplicit.cpp \
214 third_party/skia/src/pathops/SkDQuadIntersection.cpp \
215 third_party/skia/src/pathops/SkDQuadLineIntersection.cpp \
216 third_party/skia/src/pathops/SkIntersections.cpp \
217 third_party/skia/src/pathops/SkOpAngle.cpp \
218 third_party/skia/src/pathops/SkOpContour.cpp \
219 third_party/skia/src/pathops/SkOpEdgeBuilder.cpp \
220 third_party/skia/src/pathops/SkOpSegment.cpp \
221 third_party/skia/src/pathops/SkPathOpsBounds.cpp \
222 third_party/skia/src/pathops/SkPathOpsCommon.cpp \
223 third_party/skia/src/pathops/SkPathOpsCubic.cpp \
224 third_party/skia/src/pathops/SkPathOpsDebug.cpp \
225 third_party/skia/src/pathops/SkPathOpsLine.cpp \
226 third_party/skia/src/pathops/SkPathOpsOp.cpp \
227 third_party/skia/src/pathops/SkPathOpsPoint.cpp \
228 third_party/skia/src/pathops/SkPathOpsQuad.cpp \
229 third_party/skia/src/pathops/SkPathOpsRect.cpp \
230 third_party/skia/src/pathops/SkPathOpsSimplify.cpp \
231 third_party/skia/src/pathops/SkPathOpsTriangle.cpp \
232 third_party/skia/src/pathops/SkPathOpsTypes.cpp \
233 third_party/skia/src/pathops/SkPathWriter.cpp \
234 third_party/skia/src/pathops/SkQuarticRoot.cpp \
235 third_party/skia/src/pathops/SkReduceOrder.cpp \
236 third_party/skia/src/effects/Sk1DPathEffect.cpp \
237 third_party/skia/src/effects/Sk2DPathEffect.cpp \
238 third_party/skia/src/effects/SkAlphaThresholdFilter.cpp \
239 third_party/skia/src/effects/SkArithmeticMode.cpp \
240 third_party/skia/src/effects/SkAvoidXfermode.cpp \
241 third_party/skia/src/effects/SkBicubicImageFilter.cpp \
242 third_party/skia/src/effects/SkBitmapSource.cpp \
243 third_party/skia/src/effects/SkBlurDrawLooper.cpp \
244 third_party/skia/src/effects/SkBlurMask.cpp \
245 third_party/skia/src/effects/SkBlurImageFilter.cpp \
246 third_party/skia/src/effects/SkBlurMaskFilter.cpp \
247 third_party/skia/src/effects/SkColorFilters.cpp \
248 third_party/skia/src/effects/SkColorFilterImageFilter.cpp \
249 third_party/skia/src/effects/SkColorMatrix.cpp \
250 third_party/skia/src/effects/SkColorMatrixFilter.cpp \
251 third_party/skia/src/effects/SkComposeImageFilter.cpp \
252 third_party/skia/src/effects/SkCornerPathEffect.cpp \
253 third_party/skia/src/effects/SkDashPathEffect.cpp \
254 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
255 third_party/skia/src/effects/SkDisplacementMapEffect.cpp \
256 third_party/skia/src/effects/SkDropShadowImageFilter.cpp \
257 third_party/skia/src/effects/SkEmbossMask.cpp \
258 third_party/skia/src/effects/SkEmbossMaskFilter.cpp \
259 third_party/skia/src/effects/SkGpuBlurUtils.cpp \
260 third_party/skia/src/effects/SkKernel33MaskFilter.cpp \
261 third_party/skia/src/effects/SkLayerDrawLooper.cpp \
262 third_party/skia/src/effects/SkLayerRasterizer.cpp \
263 third_party/skia/src/effects/SkLerpXfermode.cpp \
264 third_party/skia/src/effects/SkLightingImageFilter.cpp \
265 third_party/skia/src/effects/SkLumaColorFilter.cpp \
266 third_party/skia/src/effects/SkMagnifierImageFilter.cpp \
267 third_party/skia/src/effects/SkMatrixConvolutionImageFilter.cpp \
268 third_party/skia/src/effects/SkMergeImageFilter.cpp \
269 third_party/skia/src/effects/SkMorphologyImageFilter.cpp \
270 third_party/skia/src/effects/SkOffsetImageFilter.cpp \
271 third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp \
272 third_party/skia/src/effects/SkPerlinNoiseShader.cpp \
273 third_party/skia/src/effects/SkPictureImageFilter.cpp \
274 third_party/skia/src/effects/SkPixelXorXfermode.cpp \
275 third_party/skia/src/effects/SkPorterDuff.cpp \
276 third_party/skia/src/effects/SkRectShaderImageFilter.cpp \
277 third_party/skia/src/effects/SkResizeImageFilter.cpp \
278 third_party/skia/src/effects/SkStippleMaskFilter.cpp \
279 third_party/skia/src/effects/SkTableColorFilter.cpp \
280 third_party/skia/src/effects/SkTableMaskFilter.cpp \
281 third_party/skia/src/effects/SkTestImageFilters.cpp \
282 third_party/skia/src/effects/SkTileImageFilter.cpp \
283 third_party/skia/src/effects/SkMatrixImageFilter.cpp \
284 third_party/skia/src/effects/SkTransparentShader.cpp \
285 third_party/skia/src/effects/SkXfermodeImageFilter.cpp \
286 third_party/skia/src/effects/gradients/SkBitmapCache.cpp \
287 third_party/skia/src/effects/gradients/SkClampRange.cpp \
288 third_party/skia/src/effects/gradients/SkGradientShader.cpp \
289 third_party/skia/src/effects/gradients/SkLinearGradient.cpp \
290 third_party/skia/src/effects/gradients/SkRadialGradient.cpp \
291 third_party/skia/src/effects/gradients/SkTwoPointRadialGradient.cpp \
292 third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.cpp \
293 third_party/skia/src/effects/gradients/SkSweepGradient.cpp \
294 third_party/skia/src/pdf/SkPDFCatalog.cpp \
295 third_party/skia/src/pdf/SkPDFDevice.cpp \
296 third_party/skia/src/pdf/SkPDFDeviceFlattener.cpp \
297 third_party/skia/src/pdf/SkPDFDocument.cpp \
298 third_party/skia/src/pdf/SkPDFFont.cpp \
299 third_party/skia/src/pdf/SkPDFFormXObject.cpp \
300 third_party/skia/src/pdf/SkPDFGraphicState.cpp \
301 third_party/skia/src/pdf/SkPDFImage.cpp \
302 third_party/skia/src/pdf/SkPDFPage.cpp \
303 third_party/skia/src/pdf/SkPDFResourceDict.cpp \
304 third_party/skia/src/pdf/SkPDFShader.cpp \
305 third_party/skia/src/pdf/SkPDFStream.cpp \
306 third_party/skia/src/pdf/SkPDFTypes.cpp \
307 third_party/skia/src/pdf/SkPDFUtils.cpp \
308 third_party/skia/src/gpu/gl/GrGLCreateNullInterface.cpp \
309 third_party/skia/src/gpu/gl/SkNullGLContext.cpp \
310 third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp \
311 third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp \
312 third_party/skia/src/gpu/GrAARectRenderer.cpp \
313 third_party/skia/src/gpu/GrAddPathRenderers_default.cpp \
314 third_party/skia/src/gpu/GrAllocPool.cpp \
315 third_party/skia/src/gpu/GrAtlas.cpp \
316 third_party/skia/src/gpu/GrBitmapTextContext.cpp \
317 third_party/skia/src/gpu/GrBlend.cpp \
318 third_party/skia/src/gpu/GrBufferAllocPool.cpp \
319 third_party/skia/src/gpu/GrCacheID.cpp \
320 third_party/skia/src/gpu/GrClipData.cpp \
321 third_party/skia/src/gpu/GrContext.cpp \
322 third_party/skia/src/gpu/GrDefaultPathRenderer.cpp \
323 third_party/skia/src/gpu/GrDistanceFieldTextContext.cpp \
324 third_party/skia/src/gpu/GrDrawState.cpp \
325 third_party/skia/src/gpu/GrDrawTarget.cpp \
326 third_party/skia/src/gpu/GrEffect.cpp \
327 third_party/skia/src/gpu/GrClipMaskCache.cpp \
328 third_party/skia/src/gpu/GrClipMaskManager.cpp \
329 third_party/skia/src/gpu/GrGpu.cpp \
330 third_party/skia/src/gpu/GrGpuFactory.cpp \
331 third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp \
332 third_party/skia/src/gpu/GrMemoryPool.cpp \
333 third_party/skia/src/gpu/GrOvalRenderer.cpp \
334 third_party/skia/src/gpu/GrPaint.cpp \
335 third_party/skia/src/gpu/GrPath.cpp \
336 third_party/skia/src/gpu/GrPathRendererChain.cpp \
337 third_party/skia/src/gpu/GrPathRenderer.cpp \
338 third_party/skia/src/gpu/GrPathUtils.cpp \
339 third_party/skia/src/gpu/GrRectanizer.cpp \
340 third_party/skia/src/gpu/GrRectanizer_skyline.cpp \
341 third_party/skia/src/gpu/GrRenderTarget.cpp \
342 third_party/skia/src/gpu/GrReducedClip.cpp \
343 third_party/skia/src/gpu/GrResource.cpp \
344 third_party/skia/src/gpu/GrResourceCache.cpp \
345 third_party/skia/src/gpu/GrStencil.cpp \
346 third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.cpp \
347 third_party/skia/src/gpu/GrStencilBuffer.cpp \
348 third_party/skia/src/gpu/GrTraceMarker.cpp \
349 third_party/skia/src/gpu/GrSWMaskHelper.cpp \
350 third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp \
351 third_party/skia/src/gpu/GrSurface.cpp \
352 third_party/skia/src/gpu/GrTextContext.cpp \
353 third_party/skia/src/gpu/GrTextStrike.cpp \
354 third_party/skia/src/gpu/GrTexture.cpp \
355 third_party/skia/src/gpu/GrTextureAccess.cpp \
356 third_party/skia/src/gpu/effects/GrConfigConversionEffect.cpp \
357 third_party/skia/src/gpu/effects/GrBezierEffect.cpp \
358 third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp \
359 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
360 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
361 third_party/skia/src/gpu/effects/GrCustomCoordsTextureEffect.cpp \
362 third_party/skia/src/gpu/effects/GrDistanceFieldTextureEffect.cpp \
Ben Murdoch4ad1aa42014-04-01 10:55:12 +0100363 third_party/skia/src/gpu/effects/GrOvalEffect.cpp \
Ben Murdocheffb81e2014-03-31 11:51:25 +0100364 third_party/skia/src/gpu/effects/GrRRectEffect.cpp \
365 third_party/skia/src/gpu/effects/GrSimpleTextureEffect.cpp \
366 third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp \
367 third_party/skia/src/gpu/effects/GrTextureDomain.cpp \
368 third_party/skia/src/gpu/effects/GrTextureStripAtlas.cpp \
369 third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp \
370 third_party/skia/src/gpu/gl/GrGLCaps.cpp \
371 third_party/skia/src/gpu/gl/GrGLContext.cpp \
372 third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp \
373 third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp \
374 third_party/skia/src/gpu/gl/GrGLExtensions.cpp \
375 third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp \
376 third_party/skia/src/gpu/gl/GrGLInterface.cpp \
377 third_party/skia/src/gpu/gl/GrGLNoOpInterface.cpp \
378 third_party/skia/src/gpu/gl/GrGLPath.cpp \
379 third_party/skia/src/gpu/gl/GrGLProgram.cpp \
380 third_party/skia/src/gpu/gl/GrGLProgramDesc.cpp \
381 third_party/skia/src/gpu/gl/GrGLProgramEffects.cpp \
382 third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp \
383 third_party/skia/src/gpu/gl/GrGLShaderBuilder.cpp \
384 third_party/skia/src/gpu/gl/GrGLSL.cpp \
385 third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp \
386 third_party/skia/src/gpu/gl/GrGLTexture.cpp \
387 third_party/skia/src/gpu/gl/GrGLUtil.cpp \
388 third_party/skia/src/gpu/gl/GrGLUniformManager.cpp \
389 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
390 third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp \
391 third_party/skia/src/gpu/gl/GrGpuGL.cpp \
392 third_party/skia/src/gpu/gl/GrGpuGL_program.cpp \
393 third_party/skia/src/gpu/SkGpuDevice.cpp \
394 third_party/skia/src/gpu/SkGr.cpp \
395 third_party/skia/src/gpu/SkGrFontScaler.cpp \
396 third_party/skia/src/gpu/SkGrPixelRef.cpp \
397 third_party/skia/src/gpu/SkGrTexturePixelRef.cpp \
398 third_party/skia/src/image/SkImage_Gpu.cpp \
399 third_party/skia/src/image/SkSurface_Gpu.cpp \
400 third_party/skia/src/gpu/gl/SkGLContextHelper.cpp
401
402
403# Flags passed to both C and C++ files.
404MY_CFLAGS_Debug := \
405 -fstack-protector \
406 --param=ssp-buffer-size=4 \
407 -fno-exceptions \
408 -fno-strict-aliasing \
409 -Wno-unused-parameter \
410 -Wno-missing-field-initializers \
411 -fvisibility=hidden \
412 -pipe \
413 -fPIC \
414 -Wno-unused-local-typedefs \
415 -Wno-format \
416 -m64 \
417 -march=x86-64 \
418 -fuse-ld=gold \
419 -ffunction-sections \
420 -funwind-tables \
421 -g \
422 -fstack-protector \
423 -fno-short-enums \
424 -finline-limit=64 \
425 -Wa,--noexecstack \
426 -U_FORTIFY_SOURCE \
427 -Wno-extra \
428 -Wno-ignored-qualifiers \
429 -Wno-type-limits \
430 -Wno-unused-but-set-variable \
431 -Wno-address \
432 -Wno-format-security \
433 -Wno-return-type \
434 -Wno-sequence-point \
435 -Os \
436 -g \
437 -fomit-frame-pointer \
438 -fdata-sections \
439 -ffunction-sections \
440 -funwind-tables
441
442MY_DEFS_Debug := \
443 '-DV8_DEPRECATION_WARNINGS' \
444 '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
445 '-D_FILE_OFFSET_BITS=64' \
446 '-DNO_TCMALLOC' \
447 '-DDISABLE_NACL' \
448 '-DCHROMIUM_BUILD' \
449 '-DUSE_LIBJPEG_TURBO=1' \
450 '-DUSE_PROPRIETARY_CODECS' \
451 '-DENABLE_CONFIGURATION_POLICY' \
452 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
453 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
454 '-DENABLE_EGLIMAGE=1' \
455 '-DCLD_VERSION=1' \
456 '-DENABLE_PRINTING=1' \
457 '-DENABLE_MANAGED_USERS=1' \
458 '-DSK_ENABLE_INST_COUNT=0' \
459 '-DSK_SUPPORT_GPU=1' \
460 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
461 '-DSK_ENABLE_LEGACY_API_ALIASING=1' \
462 '-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
463 '-DGR_GL_IGNORE_ES3_MSAA=0' \
464 '-DSK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1' \
465 '-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
466 '-DSK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1' \
467 '-DSK_SUPPORT_LEGACY_GETCLIPTYPE' \
468 '-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
469 '-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
470 '-DSK_BUILD_FOR_ANDROID' \
471 '-DSK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0' \
472 '-DSK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION' \
473 '-DSK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK' \
474 '-DIGNORE_ROT_AA_RECT_OPT' \
475 '-DSK_IGNORE_BLURRED_RRECT_OPT' \
476 '-DSK_IGNORE_QUAD_RR_CORNERS_OPT' \
477 '-DSK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS' \
478 '-DSK_DEFAULT_FONT_CACHE_LIMIT=(1*1024*1024)' \
479 '-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE' \
480 '-DSK_FONTHOST_DOES_NOT_USE_FONTMGR' \
481 '-DSK_GAMMA_APPLY_TO_A8' \
482 '-DSK_GAMMA_EXPONENT=1.4' \
483 '-DSK_GAMMA_CONTRAST=0.0' \
484 '-DSK_USE_POSIX_THREADS' \
485 '-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
486 '-DUSE_OPENSSL=1' \
487 '-DUSE_OPENSSL_CERTS=1' \
488 '-DANDROID' \
489 '-D__GNU_SOURCE=1' \
490 '-DUSE_STLPORT=1' \
491 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
492 '-DCHROME_BUILD_ID=""' \
493 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
494 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
495 '-D_DEBUG'
496
497
498# Include paths placed before CFLAGS/CPPFLAGS
499LOCAL_C_INCLUDES_Debug := \
500 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
501 $(LOCAL_PATH)/third_party/skia/include/core \
502 $(LOCAL_PATH)/third_party/skia/include/effects \
503 $(LOCAL_PATH)/third_party/skia/include/images \
504 $(LOCAL_PATH)/third_party/skia/include/lazy \
505 $(LOCAL_PATH)/third_party/skia/include/pathops \
506 $(LOCAL_PATH)/third_party/skia/include/pdf \
507 $(LOCAL_PATH)/third_party/skia/include/pipe \
508 $(LOCAL_PATH)/third_party/skia/include/ports \
509 $(LOCAL_PATH)/third_party/skia/include/utils \
510 $(LOCAL_PATH)/third_party/skia/src/core \
511 $(LOCAL_PATH)/third_party/skia/src/opts \
512 $(LOCAL_PATH)/third_party/skia/src/image \
513 $(LOCAL_PATH)/third_party/skia/src/ports \
514 $(LOCAL_PATH)/third_party/skia/src/sfnt \
515 $(LOCAL_PATH)/third_party/skia/src/utils \
516 $(LOCAL_PATH)/third_party/skia/src/lazy \
517 $(LOCAL_PATH) \
518 $(LOCAL_PATH)/skia/config \
519 $(LOCAL_PATH)/third_party/skia/include/gpu \
520 $(LOCAL_PATH)/third_party/skia/src/gpu \
521 $(LOCAL_PATH)/third_party/expat/files/lib \
522 $(LOCAL_PATH)/third_party/zlib \
523 $(PWD)/external/expat/lib \
524 $(LOCAL_PATH)/third_party/freetype/include \
525 $(PWD)/frameworks/wilhelm/include \
526 $(PWD)/bionic \
527 $(PWD)/external/stlport/stlport
528
529
530# Flags passed to only C++ (and not C) files.
531LOCAL_CPPFLAGS_Debug := \
532 -fno-rtti \
533 -fno-threadsafe-statics \
534 -fvisibility-inlines-hidden \
535 -Wno-deprecated \
536 -Wno-non-virtual-dtor \
537 -Wno-sign-promo \
538 -Wno-non-virtual-dtor
539
540
541# Flags passed to both C and C++ files.
542MY_CFLAGS_Release := \
543 -fstack-protector \
544 --param=ssp-buffer-size=4 \
545 -fno-exceptions \
546 -fno-strict-aliasing \
547 -Wno-unused-parameter \
548 -Wno-missing-field-initializers \
549 -fvisibility=hidden \
550 -pipe \
551 -fPIC \
552 -Wno-unused-local-typedefs \
553 -Wno-format \
554 -m64 \
555 -march=x86-64 \
556 -fuse-ld=gold \
557 -ffunction-sections \
558 -funwind-tables \
559 -g \
560 -fstack-protector \
561 -fno-short-enums \
562 -finline-limit=64 \
563 -Wa,--noexecstack \
564 -U_FORTIFY_SOURCE \
565 -Wno-extra \
566 -Wno-ignored-qualifiers \
567 -Wno-type-limits \
568 -Wno-unused-but-set-variable \
569 -Wno-address \
570 -Wno-format-security \
571 -Wno-return-type \
572 -Wno-sequence-point \
573 -Os \
574 -fno-ident \
575 -fdata-sections \
576 -ffunction-sections \
577 -fomit-frame-pointer \
578 -funwind-tables
579
580MY_DEFS_Release := \
581 '-DV8_DEPRECATION_WARNINGS' \
582 '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
583 '-D_FILE_OFFSET_BITS=64' \
584 '-DNO_TCMALLOC' \
585 '-DDISABLE_NACL' \
586 '-DCHROMIUM_BUILD' \
587 '-DUSE_LIBJPEG_TURBO=1' \
588 '-DUSE_PROPRIETARY_CODECS' \
589 '-DENABLE_CONFIGURATION_POLICY' \
590 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
591 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
592 '-DENABLE_EGLIMAGE=1' \
593 '-DCLD_VERSION=1' \
594 '-DENABLE_PRINTING=1' \
595 '-DENABLE_MANAGED_USERS=1' \
596 '-DSK_ENABLE_INST_COUNT=0' \
597 '-DSK_SUPPORT_GPU=1' \
598 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
599 '-DSK_ENABLE_LEGACY_API_ALIASING=1' \
600 '-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
601 '-DGR_GL_IGNORE_ES3_MSAA=0' \
602 '-DSK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1' \
603 '-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
604 '-DSK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1' \
605 '-DSK_SUPPORT_LEGACY_GETCLIPTYPE' \
606 '-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
607 '-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
608 '-DSK_BUILD_FOR_ANDROID' \
609 '-DSK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0' \
610 '-DSK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION' \
611 '-DSK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK' \
612 '-DIGNORE_ROT_AA_RECT_OPT' \
613 '-DSK_IGNORE_BLURRED_RRECT_OPT' \
614 '-DSK_IGNORE_QUAD_RR_CORNERS_OPT' \
615 '-DSK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS' \
616 '-DSK_DEFAULT_FONT_CACHE_LIMIT=(1*1024*1024)' \
617 '-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE' \
618 '-DSK_FONTHOST_DOES_NOT_USE_FONTMGR' \
619 '-DSK_GAMMA_APPLY_TO_A8' \
620 '-DSK_GAMMA_EXPONENT=1.4' \
621 '-DSK_GAMMA_CONTRAST=0.0' \
622 '-DSK_USE_POSIX_THREADS' \
623 '-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
624 '-DUSE_OPENSSL=1' \
625 '-DUSE_OPENSSL_CERTS=1' \
626 '-DANDROID' \
627 '-D__GNU_SOURCE=1' \
628 '-DUSE_STLPORT=1' \
629 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
630 '-DCHROME_BUILD_ID=""' \
631 '-DNDEBUG' \
632 '-DNVALGRIND' \
633 '-DDYNAMIC_ANNOTATIONS_ENABLED=0'
634
635
636# Include paths placed before CFLAGS/CPPFLAGS
637LOCAL_C_INCLUDES_Release := \
638 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
639 $(LOCAL_PATH)/third_party/skia/include/core \
640 $(LOCAL_PATH)/third_party/skia/include/effects \
641 $(LOCAL_PATH)/third_party/skia/include/images \
642 $(LOCAL_PATH)/third_party/skia/include/lazy \
643 $(LOCAL_PATH)/third_party/skia/include/pathops \
644 $(LOCAL_PATH)/third_party/skia/include/pdf \
645 $(LOCAL_PATH)/third_party/skia/include/pipe \
646 $(LOCAL_PATH)/third_party/skia/include/ports \
647 $(LOCAL_PATH)/third_party/skia/include/utils \
648 $(LOCAL_PATH)/third_party/skia/src/core \
649 $(LOCAL_PATH)/third_party/skia/src/opts \
650 $(LOCAL_PATH)/third_party/skia/src/image \
651 $(LOCAL_PATH)/third_party/skia/src/ports \
652 $(LOCAL_PATH)/third_party/skia/src/sfnt \
653 $(LOCAL_PATH)/third_party/skia/src/utils \
654 $(LOCAL_PATH)/third_party/skia/src/lazy \
655 $(LOCAL_PATH) \
656 $(LOCAL_PATH)/skia/config \
657 $(LOCAL_PATH)/third_party/skia/include/gpu \
658 $(LOCAL_PATH)/third_party/skia/src/gpu \
659 $(LOCAL_PATH)/third_party/expat/files/lib \
660 $(LOCAL_PATH)/third_party/zlib \
661 $(PWD)/external/expat/lib \
662 $(LOCAL_PATH)/third_party/freetype/include \
663 $(PWD)/frameworks/wilhelm/include \
664 $(PWD)/bionic \
665 $(PWD)/external/stlport/stlport
666
667
668# Flags passed to only C++ (and not C) files.
669LOCAL_CPPFLAGS_Release := \
670 -fno-rtti \
671 -fno-threadsafe-statics \
672 -fvisibility-inlines-hidden \
673 -Wno-deprecated \
674 -Wno-non-virtual-dtor \
675 -Wno-sign-promo \
676 -Wno-non-virtual-dtor
677
678
679LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
680LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
681LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
682LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
683### Rules for final target.
684
685LOCAL_LDFLAGS_Debug := \
686 -Wl,--fatal-warnings \
687 -Wl,-z,now \
688 -Wl,-z,relro \
689 -Wl,-z,noexecstack \
690 -fPIC \
691 -m64 \
692 -fuse-ld=gold \
693 -nostdlib \
694 -Wl,--no-undefined \
695 -Wl,--exclude-libs=ALL \
696 -Wl,--gc-sections \
697 -Wl,--warn-shared-textrel \
698 -Wl,-O1 \
699 -Wl,--as-needed
700
701
702LOCAL_LDFLAGS_Release := \
703 -Wl,--fatal-warnings \
704 -Wl,-z,now \
705 -Wl,-z,relro \
706 -Wl,-z,noexecstack \
707 -fPIC \
708 -m64 \
709 -fuse-ld=gold \
710 -nostdlib \
711 -Wl,--no-undefined \
712 -Wl,--exclude-libs=ALL \
713 -Wl,-O1 \
714 -Wl,--as-needed \
715 -Wl,--gc-sections \
716 -Wl,--warn-shared-textrel
717
718
719LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
720
721LOCAL_STATIC_LIBRARIES :=
722
723# Enable grouping to fix circular references
724LOCAL_GROUP_STATIC_LIBRARIES := true
725
726LOCAL_SHARED_LIBRARIES := \
727 libstlport \
728 libdl
729
730# Add target alias to "gyp_all_modules" target.
731.PHONY: gyp_all_modules
732gyp_all_modules: skia_skia_library_gyp
733
734# Alias gyp target name.
735.PHONY: skia_library
736skia_library: skia_skia_library_gyp
737
738include $(BUILD_STATIC_LIBRARY)