OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2009 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 'includes': [ |
| 7 '../build/common.gypi', |
| 8 ], |
| 9 'targets': [ |
| 10 { |
| 11 'target_name': 'skia', |
| 12 'type': 'static_library', |
| 13 'sources': [ |
| 14 'precompiled.cc', |
| 15 #'animator/SkAnimate.h', |
| 16 #'animator/SkAnimateActive.cpp', |
| 17 #'animator/SkAnimateActive.h', |
| 18 #'animator/SkAnimateBase.cpp', |
| 19 #'animator/SkAnimateBase.h', |
| 20 #'animator/SkAnimateField.cpp', |
| 21 #'animator/SkAnimateMaker.cpp', |
| 22 #'animator/SkAnimateMaker.h', |
| 23 #'animator/SkAnimateProperties.h', |
| 24 #'animator/SkAnimateSet.cpp', |
| 25 #'animator/SkAnimateSet.h', |
| 26 #'animator/SkAnimator.cpp', |
| 27 #'animator/SkAnimatorScript.cpp', |
| 28 #'animator/SkAnimatorScript.h', |
| 29 #'animator/SkAnimatorScript2.cpp', |
| 30 #'animator/SkAnimatorScript2.h', |
| 31 #'animator/SkBase64.cpp', |
| 32 #'animator/SkBase64.h', |
| 33 #'animator/SkBoundable.cpp', |
| 34 #'animator/SkBoundable.h', |
| 35 #'animator/SkBuildCondensedInfo.cpp', |
| 36 #'animator/SkCondensedDebug.cpp', |
| 37 #'animator/SkCondensedRelease.cpp', |
| 38 #'animator/SkDisplayable.cpp', |
| 39 #'animator/SkDisplayable.h', |
| 40 #'animator/SkDisplayAdd.cpp', |
| 41 #'animator/SkDisplayAdd.h', |
| 42 #'animator/SkDisplayApply.cpp', |
| 43 #'animator/SkDisplayApply.h', |
| 44 #'animator/SkDisplayBounds.cpp', |
| 45 #'animator/SkDisplayBounds.h', |
| 46 #'animator/SkDisplayEvent.cpp', |
| 47 #'animator/SkDisplayEvent.h', |
| 48 #'animator/SkDisplayEvents.cpp', |
| 49 #'animator/SkDisplayEvents.h', |
| 50 #'animator/SkDisplayInclude.cpp', |
| 51 #'animator/SkDisplayInclude.h', |
| 52 #'animator/SkDisplayInput.cpp', |
| 53 #'animator/SkDisplayInput.h', |
| 54 #'animator/SkDisplayList.cpp', |
| 55 #'animator/SkDisplayList.h', |
| 56 #'animator/SkDisplayMath.cpp', |
| 57 #'animator/SkDisplayMath.h', |
| 58 #'animator/SkDisplayMovie.cpp', |
| 59 #'animator/SkDisplayMovie.h', |
| 60 #'animator/SkDisplayNumber.cpp', |
| 61 #'animator/SkDisplayNumber.h', |
| 62 #'animator/SkDisplayPost.cpp', |
| 63 #'animator/SkDisplayPost.h', |
| 64 #'animator/SkDisplayRandom.cpp', |
| 65 #'animator/SkDisplayRandom.h', |
| 66 #'animator/SkDisplayScreenplay.cpp', |
| 67 #'animator/SkDisplayScreenplay.h', |
| 68 #'animator/SkDisplayType.cpp', |
| 69 #'animator/SkDisplayType.h', |
| 70 #'animator/SkDisplayTypes.cpp', |
| 71 #'animator/SkDisplayTypes.h', |
| 72 #'animator/SkDisplayXMLParser.cpp', |
| 73 #'animator/SkDisplayXMLParser.h', |
| 74 #'animator/SkDraw3D.cpp', |
| 75 #'animator/SkDraw3D.h', |
| 76 #'animator/SkDrawable.cpp', |
| 77 #'animator/SkDrawable.h', |
| 78 #'animator/SkDrawBitmap.cpp', |
| 79 #'animator/SkDrawBitmap.h', |
| 80 #'animator/SkDrawBlur.cpp', |
| 81 #'animator/SkDrawBlur.h', |
| 82 #'animator/SkDrawClip.cpp', |
| 83 #'animator/SkDrawClip.h', |
| 84 #'animator/SkDrawColor.cpp', |
| 85 #'animator/SkDrawColor.h', |
| 86 #'animator/SkDrawDash.cpp', |
| 87 #'animator/SkDrawDash.h', |
| 88 #'animator/SkDrawDiscrete.cpp', |
| 89 #'animator/SkDrawDiscrete.h', |
| 90 #'animator/SkDrawEmboss.cpp', |
| 91 #'animator/SkDrawEmboss.h', |
| 92 #'animator/SkDrawExtraPathEffect.cpp', |
| 93 #'animator/SkDrawFull.cpp', |
| 94 #'animator/SkDrawFull.h', |
| 95 #'animator/SkDrawGradient.cpp', |
| 96 #'animator/SkDrawGradient.h', |
| 97 #'animator/SkDrawGroup.cpp', |
| 98 #'animator/SkDrawGroup.h', |
| 99 #'animator/SkDrawLine.cpp', |
| 100 #'animator/SkDrawLine.h', |
| 101 #'animator/SkDrawMatrix.cpp', |
| 102 #'animator/SkDrawMatrix.h', |
| 103 #'animator/SkDrawOval.cpp', |
| 104 #'animator/SkDrawOval.h', |
| 105 #'animator/SkDrawPaint.cpp', |
| 106 #'animator/SkDrawPaint.h', |
| 107 #'animator/SkDrawPath.cpp', |
| 108 #'animator/SkDrawPath.h', |
| 109 #'animator/SkDrawPoint.cpp', |
| 110 #'animator/SkDrawPoint.h', |
| 111 #'animator/SkDrawRectangle.cpp', |
| 112 #'animator/SkDrawRectangle.h', |
| 113 #'animator/SkDrawSaveLayer.cpp', |
| 114 #'animator/SkDrawSaveLayer.h', |
| 115 #'animator/SkDrawShader.cpp', |
| 116 #'animator/SkDrawShader.h', |
| 117 #'animator/SkDrawText.cpp', |
| 118 #'animator/SkDrawText.h', |
| 119 #'animator/SkDrawTextBox.cpp', |
| 120 #'animator/SkDrawTextBox.h', |
| 121 #'animator/SkDrawTo.cpp', |
| 122 #'animator/SkDrawTo.h', |
| 123 #'animator/SkDrawTransparentShader.cpp', |
| 124 #'animator/SkDrawTransparentShader.h', |
| 125 #'animator/SkDump.cpp', |
| 126 #'animator/SkDump.h', |
| 127 #'animator/SkExtras.h', |
| 128 #'animator/SkGetCondensedInfo.cpp', |
| 129 #'animator/SkHitClear.cpp', |
| 130 #'animator/SkHitClear.h', |
| 131 #'animator/SkHitTest.cpp', |
| 132 #'animator/SkHitTest.h', |
| 133 #'animator/SkIntArray.h', |
| 134 #'animator/SkMatrixParts.cpp', |
| 135 #'animator/SkMatrixParts.h', |
| 136 #'animator/SkMemberInfo.cpp', |
| 137 #'animator/SkMemberInfo.h', |
| 138 #'animator/SkOpArray.cpp', |
| 139 #'animator/SkOpArray.h', |
| 140 #'animator/SkOperand.h', |
| 141 #'animator/SkOperand2.h', |
| 142 #'animator/SkOperandInterpolator.h', |
| 143 #'animator/SkOperandIterpolator.cpp', |
| 144 #'animator/SkPaintParts.cpp', |
| 145 #'animator/SkPaintParts.h', |
| 146 #'animator/SkPathParts.cpp', |
| 147 #'animator/SkPathParts.h', |
| 148 #'animator/SkPostParts.cpp', |
| 149 #'animator/SkPostParts.h', |
| 150 #'animator/SkScript.cpp', |
| 151 #'animator/SkScript.h', |
| 152 #'animator/SkScript2.h', |
| 153 #'animator/SkScriptCallBack.h', |
| 154 #'animator/SkScriptDecompile.cpp', |
| 155 #'animator/SkScriptRuntime.cpp', |
| 156 #'animator/SkScriptRuntime.h', |
| 157 #'animator/SkScriptTokenizer.cpp', |
| 158 #'animator/SkSnapshot.cpp', |
| 159 #'animator/SkSnapshot.h', |
| 160 #'animator/SkSVGPath.cpp', |
| 161 #'animator/SkTDArray_Experimental.h', |
| 162 #'animator/SkTextOnPath.cpp', |
| 163 #'animator/SkTextOnPath.h', |
| 164 #'animator/SkTextToPath.cpp', |
| 165 #'animator/SkTextToPath.h', |
| 166 'animator/SkTime.cpp', |
| 167 #'animator/SkTypedArray.cpp', |
| 168 #'animator/SkTypedArray.h', |
| 169 #'animator/SkXMLAnimatorWriter.cpp', |
| 170 #'animator/SkXMLAnimatorWriter.h', |
| 171 'corecg/Sk64.cpp', |
| 172 'corecg/SkBuffer.cpp', |
| 173 'corecg/SkChunkAlloc.cpp', |
| 174 'corecg/SkCordic.cpp', |
| 175 'corecg/SkCordic.h', |
| 176 'corecg/SkDebug.cpp', |
| 177 'corecg/SkDebug_stdio.cpp', |
| 178 'corecg/SkFloat.cpp', |
| 179 'corecg/SkFloat.h', |
| 180 'corecg/SkFloatBits.cpp', |
| 181 'corecg/SkFloatBits.h', |
| 182 'corecg/SkInterpolator.cpp', |
| 183 'corecg/SkMath.cpp', |
| 184 'corecg/SkMatrix.cpp', |
| 185 'corecg/SkMemory_stdlib.cpp', |
| 186 'corecg/SkPageFlipper.cpp', |
| 187 'corecg/SkPoint.cpp', |
| 188 'corecg/SkRect.cpp', |
| 189 'corecg/SkRegion.cpp', |
| 190 'corecg/SkRegionPriv.h', |
| 191 'corecg/SkSinTable.h', |
| 192 'corecg/SkTSort.h', |
| 193 'effects/Sk1DPathEffect.cpp', |
| 194 'effects/Sk2DPathEffect.cpp', |
| 195 'effects/SkAvoidXfermode.cpp', |
| 196 'effects/SkBlurDrawLooper.cpp', |
| 197 'effects/SkBlurMask.cpp', |
| 198 'effects/SkBlurMask.h', |
| 199 'effects/SkBlurMaskFilter.cpp', |
| 200 'effects/SkCamera.cpp', |
| 201 'effects/SkColorFilters.cpp', |
| 202 'effects/SkColorMatrix.cpp', |
| 203 'effects/SkColorMatrixFilter.cpp', |
| 204 'effects/SkCornerPathEffect.cpp', |
| 205 'effects/SkCullPoints.cpp', |
| 206 'effects/SkDashPathEffect.cpp', |
| 207 'effects/SkDiscretePathEffect.cpp', |
| 208 'effects/SkEmbossMask.cpp', |
| 209 'effects/SkEmbossMask.h', |
| 210 'effects/SkEmbossMask_Table.h', |
| 211 'effects/SkEmbossMaskFilter.cpp', |
| 212 'effects/SkGradientShader.cpp', |
| 213 'effects/SkKernel33MaskFilter.cpp', |
| 214 #'effects/SkLayerDrawLooper.cpp', |
| 215 'effects/SkLayerRasterizer.cpp', |
| 216 #'effects/SkNinePatch.cpp', |
| 217 'effects/SkPaintFlagsDrawFilter.cpp', |
| 218 'effects/SkPixelXorXfermode.cpp', |
| 219 'effects/SkRadialGradient_Table.h', |
| 220 'effects/SkShaderExtras.cpp', |
| 221 'effects/SkTransparentShader.cpp', |
| 222 'effects/SkUnitMappers.cpp', |
| 223 'ext/bitmap_platform_device.h', |
| 224 'ext/bitmap_platform_device_linux.cc', |
| 225 'ext/bitmap_platform_device_linux.h', |
| 226 'ext/bitmap_platform_device_mac.cc', |
| 227 'ext/bitmap_platform_device_mac.h', |
| 228 'ext/bitmap_platform_device_win.cc', |
| 229 'ext/bitmap_platform_device_win.h', |
| 230 'ext/convolver.cc', |
| 231 'ext/convolver.h', |
| 232 'ext/GdkSkia.cc', |
| 233 'ext/GdkSkia.h', |
| 234 'ext/google_logging.cc', |
| 235 'ext/image_operations.cc', |
| 236 'ext/image_operations.h', |
| 237 'ext/platform_canvas.h', |
| 238 'ext/platform_canvas_linux.cc', |
| 239 'ext/platform_canvas_linux.h', |
| 240 'ext/platform_canvas_mac.cc', |
| 241 'ext/platform_canvas_mac.h', |
| 242 'ext/platform_canvas_win.cc', |
| 243 'ext/platform_canvas_win.h', |
| 244 'ext/platform_device.h', |
| 245 'ext/platform_device_linux.cc', |
| 246 'ext/platform_device_linux.h', |
| 247 'ext/platform_device_mac.cc', |
| 248 'ext/platform_device_mac.h', |
| 249 'ext/platform_device_win.cc', |
| 250 'ext/platform_device_win.h', |
| 251 'ext/skia_utils.cc', |
| 252 'ext/skia_utils.h', |
| 253 'ext/skia_utils_mac.cc', |
| 254 'ext/skia_utils_mac.h', |
| 255 'ext/skia_utils_win.cc', |
| 256 'ext/skia_utils_win.h', |
| 257 'ext/vector_canvas.cc', |
| 258 'ext/vector_canvas.h', |
| 259 'ext/vector_device.cc', |
| 260 'ext/vector_device.h', |
| 261 #'gl/SkGL.cpp', |
| 262 #'gl/SkGL.h', |
| 263 #'gl/SkGLCanvas.cpp', |
| 264 #'gl/SkGLDevice.cpp', |
| 265 #'gl/SkGLDevice.h', |
| 266 #'gl/SkGLDevice_FBO.cpp', |
| 267 #'gl/SkGLDevice_FBO.h', |
| 268 #'gl/SkGLDevice_SWLayer.cpp', |
| 269 #'gl/SkGLDevice_SWLayer.h', |
| 270 #'gl/SkGLTextCache.cpp', |
| 271 #'gl/SkGLTextCache.h', |
| 272 #'gl/SkTextureCache.cpp', |
| 273 #'gl/SkTextureCache.h', |
| 274 #'images/bmpdecoderhelper.cpp', |
| 275 #'images/bmpdecoderhelper.h', |
| 276 #'images/fpdfemb.h', |
| 277 #'images/fpdfemb_ext.h', |
| 278 #'images/SkBitmap_RLEPixels.h', |
| 279 #'images/SkCreateRLEPixelRef.cpp', |
| 280 #'images/SkFDStream.cpp', |
| 281 #'images/SkFlipPixelRef.cpp', |
| 282 'images/SkImageDecoder.cpp', |
| 283 #'images/SkImageDecoder_fpdfemb.cpp', |
| 284 #'images/SkImageDecoder_libbmp.cpp', |
| 285 #'images/SkImageDecoder_libgif.cpp', |
| 286 #'images/SkImageDecoder_libico.cpp', |
| 287 #'images/SkImageDecoder_libjpeg.cpp', |
| 288 #'images/SkImageDecoder_libpng.cpp', |
| 289 #'images/SkImageDecoder_libpvjpeg.cpp', |
| 290 #'images/SkImageDecoder_wbmp.cpp', |
| 291 'images/SkImageRef.cpp', |
| 292 #'images/SkImageRef_GlobalPool.cpp', |
| 293 #'images/SkImageRefPool.cpp', |
| 294 #'images/SkImageRefPool.h', |
| 295 'images/SkMMapStream.cpp', |
| 296 #'images/SkMovie.cpp', |
| 297 #'images/SkMovie_gif.cpp', |
| 298 #'images/SkScaledBitmapSampler.cpp', |
| 299 #'images/SkScaledBitmapSampler.h', |
| 300 'images/SkStream.cpp', |
| 301 'include/corecg/Sk64.h', |
| 302 'include/corecg/SkBuffer.h', |
| 303 'include/corecg/SkChunkAlloc.h', |
| 304 'include/corecg/SkEndian.h', |
| 305 'include/corecg/SkFDot6.h', |
| 306 'include/corecg/SkFixed.h', |
| 307 'include/corecg/SkFloatBits.h', |
| 308 'include/corecg/SkFloatingPoint.h', |
| 309 'include/corecg/SkInterpolator.h', |
| 310 'include/corecg/SkMath.h', |
| 311 'include/corecg/SkMatrix.h', |
| 312 'include/corecg/SkPageFlipper.h', |
| 313 'include/corecg/SkPerspIter.h', |
| 314 'include/corecg/SkPoint.h', |
| 315 'include/corecg/SkPostConfig.h', |
| 316 'include/corecg/SkPreConfig.h', |
| 317 'include/corecg/SkRandom.h', |
| 318 'include/corecg/SkRect.h', |
| 319 'include/corecg/SkRegion.h', |
| 320 'include/corecg/SkScalar.h', |
| 321 'include/corecg/SkScalarCompare.h', |
| 322 'include/corecg/SkTemplates.h', |
| 323 'include/corecg/SkThread.h', |
| 324 'include/corecg/SkThread_platform.h', |
| 325 'include/corecg/SkTSearch.h', |
| 326 'include/corecg/SkTypes.h', |
| 327 'include/corecg/SkUserConfig.h', |
| 328 'include/Sk1DPathEffect.h', |
| 329 'include/Sk2DPathEffect.h', |
| 330 'include/SkAnimator.h', |
| 331 'include/SkAnimatorView.h', |
| 332 'include/SkApplication.h', |
| 333 'include/SkAvoidXfermode.h', |
| 334 'include/SkBGViewArtist.h', |
| 335 'include/SkBitmap.h', |
| 336 'include/SkBlurDrawLooper.h', |
| 337 'include/SkBlurMaskFilter.h', |
| 338 'include/SkBML_WXMLParser.h', |
| 339 'include/SkBML_XMLParser.h', |
| 340 'include/SkBorderView.h', |
| 341 'include/SkBounder.h', |
| 342 'include/SkCamera.h', |
| 343 'include/SkCanvas.h', |
| 344 'include/SkColor.h', |
| 345 'include/SkColorFilter.h', |
| 346 'include/SkColorMatrix.h', |
| 347 'include/SkColorMatrixFilter.h', |
| 348 'include/SkColorPriv.h', |
| 349 'include/SkColorShader.h', |
| 350 'include/SkCornerPathEffect.h', |
| 351 'include/SkCullPoints.h', |
| 352 'include/SkDashPathEffect.h', |
| 353 'include/SkDeque.h', |
| 354 'include/SkDescriptor.h', |
| 355 'include/SkDevice.h', |
| 356 'include/SkDiscretePathEffect.h', |
| 357 'include/SkDither.h', |
| 358 'include/SkDOM.h', |
| 359 'include/SkDraw.h', |
| 360 'include/SkDrawExtraPathEffect.h', |
| 361 'include/SkDrawFilter.h', |
| 362 'include/SkDrawLooper.h', |
| 363 'include/SkEmbossMaskFilter.h', |
| 364 'include/SkEvent.h', |
| 365 'include/SkEventSink.h', |
| 366 'include/SkFlattenable.h', |
| 367 'include/SkFlipPixelRef.h', |
| 368 'include/SkFontCodec.h', |
| 369 'include/SkFontHost.h', |
| 370 'include/SkGLCanvas.h', |
| 371 'include/SkGlobals.h', |
| 372 'include/SkGradientShader.h', |
| 373 'include/SkGraphics.h', |
| 374 'include/SkImageDecoder.h', |
| 375 'include/SkImageRef.h', |
| 376 'include/SkImageRef_GlobalPool.h', |
| 377 'include/SkImageView.h', |
| 378 'include/SkJS.h', |
| 379 'include/SkKernel33MaskFilter.h', |
| 380 'include/SkKey.h', |
| 381 'include/SkLayerDrawLooper.h', |
| 382 'include/SkLayerRasterizer.h', |
| 383 'include/SkMallocPixelRef.h', |
| 384 'include/SkMask.h', |
| 385 'include/SkMaskFilter.h', |
| 386 'include/SkMetaData.h', |
| 387 'include/SkMMapStream.h', |
| 388 'include/SkMovie.h', |
| 389 'include/SkNinePatch.h', |
| 390 'include/SkOSFile.h', |
| 391 'include/SkOSMenu.h', |
| 392 'include/SkOSSound.h', |
| 393 'include/SkOSWindow_Mac.h', |
| 394 'include/SkOSWindow_Unix.h', |
| 395 'include/SkOSWindow_Win.h', |
| 396 'include/SkOSWindow_wxwidgets.h', |
| 397 'include/SkPackBits.h', |
| 398 'include/SkPaint.h', |
| 399 'include/SkPaintFlagsDrawFilter.h', |
| 400 'include/SkParse.h', |
| 401 'include/SkParsePaint.h', |
| 402 'include/SkPath.h', |
| 403 'include/SkPathEffect.h', |
| 404 'include/SkPathMeasure.h', |
| 405 'include/SkPicture.h', |
| 406 'include/SkPixelRef.h', |
| 407 'include/SkPixelXorXfermode.h', |
| 408 'include/SkPorterDuff.h', |
| 409 'include/SkProgressBarView.h', |
| 410 'include/SkPtrRecorder.h', |
| 411 'include/SkRasterizer.h', |
| 412 'include/SkReader32.h', |
| 413 'include/SkRefCnt.h', |
| 414 'include/SkScalerContext.h', |
| 415 'include/SkScrollBarView.h', |
| 416 'include/SkShader.h', |
| 417 'include/SkShaderExtras.h', |
| 418 'include/SkStackViewLayout.h', |
| 419 'include/SkStream.h', |
| 420 'include/SkStream_Win.h', |
| 421 'include/SkString.h', |
| 422 'include/SkStroke.h', |
| 423 'include/SkSVGAttribute.h', |
| 424 'include/SkSVGBase.h', |
| 425 'include/SkSVGPaintState.h', |
| 426 'include/SkSVGParser.h', |
| 427 'include/SkSVGTypes.h', |
| 428 'include/SkSystemEventTypes.h', |
| 429 'include/SkTDArray.h', |
| 430 'include/SkTDict.h', |
| 431 'include/SkTDStack.h', |
| 432 'include/SkTextBox.h', |
| 433 'include/SkTime.h', |
| 434 'include/SkTransparentShader.h', |
| 435 'include/SkTypeface.h', |
| 436 'include/SkUnitMapper.h', |
| 437 'include/SkUnitMappers.h', |
| 438 'include/SkUnPreMultiply.h', |
| 439 'include/SkUtils.h', |
| 440 'include/SkView.h', |
| 441 'include/SkViewInflate.h', |
| 442 'include/SkWidget.h', |
| 443 'include/SkWidgetViews.h', |
| 444 'include/SkWindow.h', |
| 445 'include/SkWriter32.h', |
| 446 'include/SkXfermode.h', |
| 447 'include/SkXMLParser.h', |
| 448 'include/SkXMLWriter.h', |
| 449 'picture/SkPathHeap.cpp', |
| 450 'picture/SkPathHeap.h', |
| 451 'picture/SkPicture.cpp', |
| 452 'picture/SkPictureFlat.cpp', |
| 453 'picture/SkPictureFlat.h', |
| 454 'picture/SkPicturePlayback.cpp', |
| 455 'picture/SkPicturePlayback.h', |
| 456 'picture/SkPictureRecord.cpp', |
| 457 'picture/SkPictureRecord.h', |
| 458 'ports/sk_predefined_gamma.h', |
| 459 #'ports/SkFontHost_android.cpp', |
| 460 #'ports/SkFontHost_ascender.cpp', |
| 461 'ports/SkFontHost_fontconfig.cpp', |
| 462 #'ports/SkFontHost_FONTPATH.cpp', |
| 463 'ports/SkFontHost_FreeType.cpp', |
| 464 #'ports/SkFontHost_gamma.cpp', |
| 465 'ports/SkFontHost_gamma_none.cpp', |
| 466 #'ports/SkFontHost_linux.cpp', |
| 467 #'ports/SkFontHost_mac.cpp', |
| 468 'ports/SkFontHost_none.cpp', |
| 469 'ports/SkFontHost_TrueType_Tables.cpp', |
| 470 #'ports/SkFontHost_win.cpp', |
| 471 'ports/SkGlobals_global.cpp', |
| 472 'ports/SkImageDecoder_Factory.cpp', |
| 473 #'ports/SkImageRef_ashmem.cpp', |
| 474 #'ports/SkImageRef_ashmem.h', |
| 475 #'ports/SkOSEvent_android.cpp', |
| 476 #'ports/SkOSEvent_dummy.cpp', |
| 477 'ports/SkOSFile_stdio.cpp', |
| 478 #'ports/SkThread_none.cpp', |
| 479 'ports/SkThread_pthread.cpp', |
| 480 'ports/SkThread_win.cpp', |
| 481 'ports/SkTime_Unix.cpp', |
| 482 #'ports/SkXMLParser_empty.cpp', |
| 483 #'ports/SkXMLParser_expat.cpp', |
| 484 #'ports/SkXMLParser_tinyxml.cpp', |
| 485 #'ports/SkXMLPullParser_expat.cpp', |
| 486 'sgl/ARGB32_Clamp_Bilinear_BitmapShader.h', |
| 487 'sgl/SkAlphaRuns.cpp', |
| 488 'sgl/SkAntiRun.h', |
| 489 'sgl/SkAutoKern.h', |
| 490 'sgl/SkBitmap.cpp', |
| 491 #'sgl/SkBitmap_scroll.cpp', |
| 492 'sgl/SkBitmapProcShader.cpp', |
| 493 'sgl/SkBitmapProcShader.h', |
| 494 'sgl/SkBitmapProcState.cpp', |
| 495 'sgl/SkBitmapProcState.h', |
| 496 'sgl/SkBitmapProcState_matrix.h', |
| 497 'sgl/SkBitmapProcState_matrixProcs.cpp', |
| 498 'sgl/SkBitmapProcState_sample.h', |
| 499 'sgl/SkBitmapSampler.cpp', |
| 500 'sgl/SkBitmapSampler.h', |
| 501 'sgl/SkBitmapSamplerTemplate.h', |
| 502 'sgl/SkBitmapShader.cpp', |
| 503 'sgl/SkBitmapShader.h', |
| 504 'sgl/SkBitmapShader16BilerpTemplate.h', |
| 505 'sgl/SkBitmapShaderTemplate.h', |
| 506 'sgl/SkBlitBWMaskTemplate.h', |
| 507 'sgl/SkBlitRow.h', |
| 508 'sgl/SkBlitRow_D16.cpp', |
| 509 'sgl/SkBlitRow_D4444.cpp', |
| 510 'sgl/SkBlitter.cpp', |
| 511 'sgl/SkBlitter.h', |
| 512 'sgl/SkBlitter_4444.cpp', |
| 513 'sgl/SkBlitter_A1.cpp', |
| 514 'sgl/SkBlitter_A8.cpp', |
| 515 'sgl/SkBlitter_ARGB32.cpp', |
| 516 'sgl/SkBlitter_RGB16.cpp', |
| 517 'sgl/SkBlitter_Sprite.cpp', |
| 518 'sgl/SkCanvas.cpp', |
| 519 'sgl/SkColor.cpp', |
| 520 'sgl/SkColorFilter.cpp', |
| 521 'sgl/SkColorTable.cpp', |
| 522 'sgl/SkCoreBlitters.h', |
| 523 'sgl/SkDeque.cpp', |
| 524 'sgl/SkDevice.cpp', |
| 525 'sgl/SkDither.cpp', |
| 526 'sgl/SkDraw.cpp', |
| 527 'sgl/SkDrawProcs.h', |
| 528 'sgl/SkEdge.cpp', |
| 529 'sgl/SkEdge.h', |
| 530 'sgl/SkFilterProc.cpp', |
| 531 'sgl/SkFilterProc.h', |
| 532 'sgl/SkFlattenable.cpp', |
| 533 'sgl/SkFP.h', |
| 534 'sgl/SkGeometry.cpp', |
| 535 'sgl/SkGeometry.h', |
| 536 'sgl/SkGlobals.cpp', |
| 537 'sgl/SkGlyphCache.cpp', |
| 538 'sgl/SkGlyphCache.h', |
| 539 'sgl/SkGraphics.cpp', |
| 540 'sgl/SkMask.cpp', |
| 541 'sgl/SkMaskFilter.cpp', |
| 542 'sgl/SkPackBits.cpp', |
| 543 'sgl/SkPaint.cpp', |
| 544 'sgl/SkPath.cpp', |
| 545 'sgl/SkPathEffect.cpp', |
| 546 'sgl/SkPathMeasure.cpp', |
| 547 'sgl/SkPixelRef.cpp', |
| 548 'sgl/SkProcSpriteBlitter.cpp', |
| 549 'sgl/SkPtrRecorder.cpp', |
| 550 'sgl/SkRasterizer.cpp', |
| 551 'sgl/SkRefCnt.cpp', |
| 552 'sgl/SkRegion_path.cpp', |
| 553 'sgl/SkScalerContext.cpp', |
| 554 'sgl/SkScan.cpp', |
| 555 'sgl/SkScan.h', |
| 556 'sgl/SkScan_Antihair.cpp', |
| 557 'sgl/SkScan_AntiPath.cpp', |
| 558 'sgl/SkScan_Hairline.cpp', |
| 559 'sgl/SkScan_Path.cpp', |
| 560 'sgl/SkScanPriv.h', |
| 561 'sgl/SkShader.cpp', |
| 562 'sgl/SkSpriteBlitter.h', |
| 563 'sgl/SkSpriteBlitter_ARGB32.cpp', |
| 564 'sgl/SkSpriteBlitter_RGB16.cpp', |
| 565 'sgl/SkSpriteBlitterTemplate.h', |
| 566 'sgl/SkString.cpp', |
| 567 'sgl/SkStroke.cpp', |
| 568 'sgl/SkStrokerPriv.cpp', |
| 569 'sgl/SkStrokerPriv.h', |
| 570 'sgl/SkTemplatesPriv.h', |
| 571 'sgl/SkTSearch.cpp', |
| 572 'sgl/SkTSort.h', |
| 573 'sgl/SkTypeface.cpp', |
| 574 'sgl/SkTypeface_fake.cpp', |
| 575 #'sgl/SkUnPreMultiply.cpp', |
| 576 'sgl/SkUtils.cpp', |
| 577 'sgl/SkWriter32.cpp', |
| 578 'sgl/SkXfermode.cpp', |
| 579 #'svg/SkSVG.cpp', |
| 580 #'svg/SkSVGCircle.cpp', |
| 581 #'svg/SkSVGCircle.h', |
| 582 #'svg/SkSVGClipPath.cpp', |
| 583 #'svg/SkSVGClipPath.h', |
| 584 #'svg/SkSVGDefs.cpp', |
| 585 #'svg/SkSVGDefs.h', |
| 586 #'svg/SkSVGElements.cpp', |
| 587 #'svg/SkSVGElements.h', |
| 588 #'svg/SkSVGEllipse.cpp', |
| 589 #'svg/SkSVGEllipse.h', |
| 590 #'svg/SkSVGFeColorMatrix.cpp', |
| 591 #'svg/SkSVGFeColorMatrix.h', |
| 592 #'svg/SkSVGFilter.cpp', |
| 593 #'svg/SkSVGFilter.h', |
| 594 #'svg/SkSVGG.cpp', |
| 595 #'svg/SkSVGG.h', |
| 596 #'svg/SkSVGGradient.cpp', |
| 597 #'svg/SkSVGGradient.h', |
| 598 #'svg/SkSVGGroup.cpp', |
| 599 #'svg/SkSVGGroup.h', |
| 600 #'svg/SkSVGImage.cpp', |
| 601 #'svg/SkSVGImage.h', |
| 602 #'svg/SkSVGLine.cpp', |
| 603 #'svg/SkSVGLine.h', |
| 604 #'svg/SkSVGLinearGradient.cpp', |
| 605 #'svg/SkSVGLinearGradient.h', |
| 606 #'svg/SkSVGMask.cpp', |
| 607 #'svg/SkSVGMask.h', |
| 608 #'svg/SkSVGMetadata.cpp', |
| 609 #'svg/SkSVGMetadata.h', |
| 610 #'svg/SkSVGPaintState.cpp', |
| 611 #'svg/SkSVGParser.cpp', |
| 612 #'svg/SkSVGPath.cpp', |
| 613 #'svg/SkSVGPath.h', |
| 614 #'svg/SkSVGPolygon.cpp', |
| 615 #'svg/SkSVGPolygon.h', |
| 616 #'svg/SkSVGPolyline.cpp', |
| 617 #'svg/SkSVGPolyline.h', |
| 618 #'svg/SkSVGRadialGradient.cpp', |
| 619 #'svg/SkSVGRadialGradient.h', |
| 620 #'svg/SkSVGRect.cpp', |
| 621 #'svg/SkSVGRect.h', |
| 622 #'svg/SkSVGStop.cpp', |
| 623 #'svg/SkSVGStop.h', |
| 624 #'svg/SkSVGSVG.cpp', |
| 625 #'svg/SkSVGSVG.h', |
| 626 #'svg/SkSVGSymbol.cpp', |
| 627 #'svg/SkSVGSymbol.h', |
| 628 #'svg/SkSVGText.cpp', |
| 629 #'svg/SkSVGText.h', |
| 630 #'svg/SkSVGUse.cpp', |
| 631 #'svg/SkSVGUse.h', |
| 632 #'text/ATextEntry.h', |
| 633 #'views/SkEvent.cpp', |
| 634 #'views/SkEventSink.cpp', |
| 635 #'views/SkMetaData.cpp', |
| 636 #'views/SkTagList.cpp', |
| 637 #'views/SkTagList.h', |
| 638 #'views/SkTextBox.cpp', |
| 639 #'xml/SkBML_Verbs.h', |
| 640 #'xml/SkBML_XMLParser.cpp', |
| 641 #'xml/SkDOM.cpp', |
| 642 #'xml/SkJS.cpp', |
| 643 #'xml/SkJSDisplayable.cpp', |
| 644 #'xml/SkParse.cpp', |
| 645 #'xml/SkParseColor.cpp', |
| 646 #'xml/SkXMLParser.cpp', |
| 647 #'xml/SkXMLPullParser.cpp', |
| 648 #'xml/SkXMLWriter.cpp', |
| 649 ], |
| 650 'include_dirs': [ |
| 651 '..', |
| 652 'corecg', |
| 653 'include', |
| 654 'include/corecg', |
| 655 'picture', |
| 656 'sgl', |
| 657 ], |
| 658 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], |
| 659 'mac_framework_dirs': [ |
| 660 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', |
| 661 ], |
| 662 'defines': [ |
| 663 'SK_BUILD_NO_IMAGE_ENCODE', |
| 664 ], |
| 665 'sources!': [ |
| 666 'include/corecg/SkTypes.h', |
| 667 'precompiled.cc', |
| 668 ], |
| 669 'conditions': [ |
| 670 [ 'OS != "mac"', { |
| 671 'sources/': [ ['exclude', '_mac\\.(cc|cpp)$'] ], |
| 672 }], |
| 673 [ 'OS != "linux"', { |
| 674 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
| 675 'sources!': [ |
| 676 'ext/GdkSkia.cc', |
| 677 'ports/SkFontHost_FreeType.cpp', |
| 678 'ports/SkFontHost_TryeType_Tables.cpp', |
| 679 'ports/SkFontHost_gamma_none.cpp', |
| 680 'ports/SkFontHost_fontconfig.cpp', |
| 681 'sgl/SkTypeface.cpp', |
| 682 ], |
| 683 }], |
| 684 [ 'OS != "win"', { |
| 685 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], |
| 686 'sources!': [ |
| 687 'ext/vector_canvas.cc', |
| 688 'ext/vector_device.cc', |
| 689 ], |
| 690 }], |
| 691 [ 'OS == "mac"', { |
| 692 'defines': [ |
| 693 'SK_BUILD_FOR_MAC', |
| 694 ], |
| 695 }], |
| 696 [ 'OS == "win"', { |
| 697 'sources!': [ |
| 698 'images/SkMMapStream.cpp', |
| 699 'ports/SkFontHost_TrueType_Tables.cpp', |
| 700 'ports/SkThread_pthread.cpp', |
| 701 'ports/SkTime_Unix.cc', |
| 702 ], |
| 703 'configurations': { |
| 704 'Debug': { |
| 705 'msvs_precompiled_header': 'include/corecg/SkTypes.h', |
| 706 'msvs_precompiled_source': 'precompiled.cc', |
| 707 }, |
| 708 }, |
| 709 },], |
| 710 ], |
| 711 'direct_dependent_settings': { |
| 712 'include_dirs': [ |
| 713 'include', |
| 714 'include/corecg', |
| 715 'ext', |
| 716 ], |
| 717 }, |
| 718 }, |
| 719 ], |
| 720 } |
OLD | NEW |