2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2014-06-04 17:37:06 +00:00
|
|
|
# Include this gypi to include all 'utils' files
|
|
|
|
# The parent gyp/gypi file must define
|
|
|
|
# 'skia_src_path' e.g. skia/trunk/src
|
|
|
|
# 'skia_include_path' e.g. skia/trunk/include
|
|
|
|
#
|
|
|
|
# The skia build defines these in common_variables.gypi
|
|
|
|
#
|
|
|
|
{
|
|
|
|
'sources': [
|
|
|
|
'<(skia_include_path)/utils/SkBoundaryPatch.h',
|
|
|
|
'<(skia_include_path)/utils/SkFrontBufferedStream.h',
|
|
|
|
'<(skia_include_path)/utils/SkCamera.h',
|
|
|
|
'<(skia_include_path)/utils/SkCanvasStateUtils.h',
|
|
|
|
'<(skia_include_path)/utils/SkDumpCanvas.h',
|
|
|
|
'<(skia_include_path)/utils/SkEventTracer.h',
|
|
|
|
'<(skia_include_path)/utils/SkInterpolator.h',
|
|
|
|
'<(skia_include_path)/utils/SkLayer.h',
|
|
|
|
'<(skia_include_path)/utils/SkMeshUtils.h',
|
|
|
|
'<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
|
|
|
|
'<(skia_include_path)/utils/SkNWayCanvas.h',
|
|
|
|
'<(skia_include_path)/utils/SkNullCanvas.h',
|
2015-03-26 14:24:48 +00:00
|
|
|
'<(skia_include_path)/utils/SkPaintFilterCanvas.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_include_path)/utils/SkParse.h',
|
|
|
|
'<(skia_include_path)/utils/SkParsePath.h',
|
|
|
|
'<(skia_include_path)/utils/SkPictureUtils.h',
|
|
|
|
'<(skia_include_path)/utils/SkRandom.h',
|
2014-11-03 22:55:40 +00:00
|
|
|
'<(skia_include_path)/utils/SkTextBox.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
|
|
|
|
'<(skia_src_path)/utils/SkBase64.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkBase64.h',
|
2015-09-25 16:15:55 +00:00
|
|
|
'<(skia_src_path)/utils/SkBitmapSourceDeserializer.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkBitmapSourceDeserializer.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/SkBitSet.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkBitSet.h',
|
|
|
|
'<(skia_src_path)/utils/SkBoundaryPatch.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkCamera.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkCanvasStack.h',
|
|
|
|
'<(skia_src_path)/utils/SkCanvasStack.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkCanvasStateUtils.cpp',
|
2016-08-08 19:28:13 +00:00
|
|
|
'<(skia_src_path)/utils/SkCurveMeasure.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkCurveMeasure.h',
|
2014-06-11 13:51:51 +00:00
|
|
|
'<(skia_src_path)/utils/SkDashPath.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkDashPathPriv.h',
|
2016-07-08 15:43:27 +00:00
|
|
|
'<(skia_src_path)/utils/SkDeferredCanvas.cpp',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/SkDumpCanvas.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkEventTracer.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkFloatUtils.h',
|
|
|
|
'<(skia_src_path)/utils/SkInterpolator.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkLayer.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkMatrix22.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkMatrix22.h',
|
|
|
|
'<(skia_src_path)/utils/SkMeshUtils.cpp',
|
2016-06-02 19:41:14 +00:00
|
|
|
'<(skia_src_path)/utils/SkMultiPictureDocument.cpp',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/SkNWayCanvas.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkNullCanvas.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkOSFile.cpp',
|
2015-03-26 14:24:48 +00:00
|
|
|
'<(skia_src_path)/utils/SkPaintFilterCanvas.cpp',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/SkParse.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkParseColor.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkParsePath.cpp',
|
2014-08-13 00:14:57 +00:00
|
|
|
'<(skia_src_path)/utils/SkPatchGrid.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkPatchGrid.h',
|
2014-08-04 17:02:00 +00:00
|
|
|
'<(skia_src_path)/utils/SkPatchUtils.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkPatchUtils.h',
|
2016-02-01 21:16:14 +00:00
|
|
|
'<(skia_src_path)/utils/SkRGBAToYUV.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkRGBAToYUV.h',
|
2016-08-05 14:55:01 +00:00
|
|
|
'<(skia_src_path)/utils/SkShadowPaintFilterCanvas.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkShadowPaintFilterCanvas.h',
|
2014-11-03 22:55:40 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextBox.cpp',
|
2014-06-10 21:52:28 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor.h',
|
2014-10-23 20:18:50 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_Utils.h',
|
2014-07-25 14:33:01 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_ASTC.h',
|
2014-07-28 21:14:16 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
|
2014-07-22 14:44:00 +00:00
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h',
|
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkTextureCompressor_LATC.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/SkThreadUtils.h',
|
|
|
|
'<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkThreadUtils_pthread.h',
|
|
|
|
'<(skia_src_path)/utils/SkThreadUtils_win.cpp',
|
|
|
|
'<(skia_src_path)/utils/SkThreadUtils_win.h',
|
2015-08-31 16:22:38 +00:00
|
|
|
'<(skia_src_path)/utils/SkWhitelistTypefaces.cpp',
|
2014-06-04 17:37:06 +00:00
|
|
|
|
|
|
|
#mac
|
|
|
|
'<(skia_include_path)/utils/mac/SkCGUtils.h',
|
|
|
|
'<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
|
|
|
|
|
|
|
|
#windows
|
2016-06-16 22:31:42 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkAutoCoInitialize.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWrite.h',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWrite.cpp',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
|
|
|
|
'<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
|
2016-06-16 22:31:42 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkHRESULT.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkHRESULT.cpp',
|
2016-06-16 22:31:42 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkIStream.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkIStream.cpp',
|
2016-06-16 22:31:42 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkTScopedComPtr.h',
|
2014-11-14 15:21:29 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkWGL.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
'<(skia_src_path)/utils/win/SkWGL_win.cpp',
|
|
|
|
|
|
|
|
#testing
|
|
|
|
'<(skia_src_path)/fonts/SkGScalerContext.cpp',
|
|
|
|
'<(skia_src_path)/fonts/SkGScalerContext.h',
|
2015-07-29 17:14:58 +00:00
|
|
|
'<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
|
|
|
|
'<(skia_src_path)/fonts/SkRandomScalerContext.h',
|
2014-06-23 18:25:00 +00:00
|
|
|
'<(skia_src_path)/fonts/SkTestScalerContext.cpp',
|
|
|
|
'<(skia_src_path)/fonts/SkTestScalerContext.h',
|
2014-06-04 17:37:06 +00:00
|
|
|
],
|
|
|
|
}
|