2016-10-26 17:32:07 +00:00
|
|
|
# Copyright 2016 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# Things are easiest for everyone if these source paths are absolute.
|
|
|
|
_src = get_path_info("../src", "abspath")
|
2018-09-07 18:33:14 +00:00
|
|
|
_include = get_path_info("../include", "abspath")
|
2016-10-26 17:32:07 +00:00
|
|
|
|
2020-03-24 16:29:44 +00:00
|
|
|
skia_pdf_public = [ "$_include/docs/SkPDFDocument.h" ]
|
|
|
|
|
2016-10-26 17:32:07 +00:00
|
|
|
skia_pdf_sources = [
|
2018-09-07 18:33:14 +00:00
|
|
|
"$_include/docs/SkPDFDocument.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkBitmapKey.h",
|
2018-03-28 16:51:00 +00:00
|
|
|
"$_src/pdf/SkClusterator.cpp",
|
|
|
|
"$_src/pdf/SkClusterator.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkDeflate.cpp",
|
|
|
|
"$_src/pdf/SkDeflate.h",
|
|
|
|
"$_src/pdf/SkJpegInfo.cpp",
|
|
|
|
"$_src/pdf/SkJpegInfo.h",
|
2017-07-12 17:10:23 +00:00
|
|
|
"$_src/pdf/SkKeyedImage.cpp",
|
|
|
|
"$_src/pdf/SkKeyedImage.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkPDFBitmap.cpp",
|
|
|
|
"$_src/pdf/SkPDFBitmap.h",
|
|
|
|
"$_src/pdf/SkPDFDevice.cpp",
|
|
|
|
"$_src/pdf/SkPDFDevice.h",
|
|
|
|
"$_src/pdf/SkPDFDocument.cpp",
|
2018-09-07 18:33:14 +00:00
|
|
|
"$_src/pdf/SkPDFDocumentPriv.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkPDFFont.cpp",
|
|
|
|
"$_src/pdf/SkPDFFont.h",
|
|
|
|
"$_src/pdf/SkPDFFormXObject.cpp",
|
|
|
|
"$_src/pdf/SkPDFFormXObject.h",
|
2017-07-05 15:25:42 +00:00
|
|
|
"$_src/pdf/SkPDFGradientShader.cpp",
|
|
|
|
"$_src/pdf/SkPDFGradientShader.h",
|
2019-04-10 15:00:01 +00:00
|
|
|
"$_src/pdf/SkPDFGraphicStackState.cpp",
|
|
|
|
"$_src/pdf/SkPDFGraphicStackState.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkPDFGraphicState.cpp",
|
|
|
|
"$_src/pdf/SkPDFGraphicState.h",
|
|
|
|
"$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
|
|
|
|
"$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.h",
|
|
|
|
"$_src/pdf/SkPDFMakeToUnicodeCmap.cpp",
|
|
|
|
"$_src/pdf/SkPDFMakeToUnicodeCmap.h",
|
|
|
|
"$_src/pdf/SkPDFMetadata.cpp",
|
|
|
|
"$_src/pdf/SkPDFMetadata.h",
|
|
|
|
"$_src/pdf/SkPDFResourceDict.cpp",
|
|
|
|
"$_src/pdf/SkPDFResourceDict.h",
|
|
|
|
"$_src/pdf/SkPDFShader.cpp",
|
|
|
|
"$_src/pdf/SkPDFShader.h",
|
2018-11-15 19:01:49 +00:00
|
|
|
"$_src/pdf/SkPDFSubsetFont.cpp",
|
|
|
|
"$_src/pdf/SkPDFSubsetFont.h",
|
2018-09-26 03:29:15 +00:00
|
|
|
"$_src/pdf/SkPDFTag.cpp",
|
|
|
|
"$_src/pdf/SkPDFTag.h",
|
2019-04-18 19:40:27 +00:00
|
|
|
"$_src/pdf/SkPDFType1Font.cpp",
|
|
|
|
"$_src/pdf/SkPDFType1Font.h",
|
2016-10-26 17:32:07 +00:00
|
|
|
"$_src/pdf/SkPDFTypes.cpp",
|
|
|
|
"$_src/pdf/SkPDFTypes.h",
|
|
|
|
"$_src/pdf/SkPDFUtils.cpp",
|
|
|
|
"$_src/pdf/SkPDFUtils.h",
|
|
|
|
]
|