blob: 2955515d4a9e05a8ba9d051317436f53ac9b0398 [file] [log] [blame]
Mike Klein552cd132016-10-26 13:32:07 -04001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("../src", "abspath")
Hal Canary23564b92018-09-07 14:33:14 -04008_include = get_path_info("../include", "abspath")
Mike Klein552cd132016-10-26 13:32:07 -04009
10skia_pdf_sources = [
Hal Canary23564b92018-09-07 14:33:14 -040011 "$_include/docs/SkPDFDocument.h",
Mike Klein552cd132016-10-26 13:32:07 -040012 "$_src/pdf/SkBitmapKey.h",
Hal Canary1521c8a2018-03-28 09:51:00 -070013 "$_src/pdf/SkClusterator.cpp",
14 "$_src/pdf/SkClusterator.h",
Mike Klein552cd132016-10-26 13:32:07 -040015 "$_src/pdf/SkDeflate.cpp",
16 "$_src/pdf/SkDeflate.h",
17 "$_src/pdf/SkJpegInfo.cpp",
18 "$_src/pdf/SkJpegInfo.h",
Hal Canary7cbf5e32017-07-12 13:10:23 -040019 "$_src/pdf/SkKeyedImage.cpp",
20 "$_src/pdf/SkKeyedImage.h",
Mike Klein552cd132016-10-26 13:32:07 -040021 "$_src/pdf/SkPDFBitmap.cpp",
22 "$_src/pdf/SkPDFBitmap.h",
Mike Klein552cd132016-10-26 13:32:07 -040023 "$_src/pdf/SkPDFDevice.cpp",
24 "$_src/pdf/SkPDFDevice.h",
25 "$_src/pdf/SkPDFDocument.cpp",
Hal Canary23564b92018-09-07 14:33:14 -040026 "$_src/pdf/SkPDFDocumentPriv.h",
Mike Klein552cd132016-10-26 13:32:07 -040027 "$_src/pdf/SkPDFFont.cpp",
28 "$_src/pdf/SkPDFFont.h",
29 "$_src/pdf/SkPDFFormXObject.cpp",
30 "$_src/pdf/SkPDFFormXObject.h",
Hal Canary94fd66c2017-07-05 11:25:42 -040031 "$_src/pdf/SkPDFGradientShader.cpp",
32 "$_src/pdf/SkPDFGradientShader.h",
Hal Canaryf5edf362019-04-10 11:00:01 -040033 "$_src/pdf/SkPDFGraphicStackState.cpp",
34 "$_src/pdf/SkPDFGraphicStackState.h",
Mike Klein552cd132016-10-26 13:32:07 -040035 "$_src/pdf/SkPDFGraphicState.cpp",
36 "$_src/pdf/SkPDFGraphicState.h",
37 "$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
38 "$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.h",
39 "$_src/pdf/SkPDFMakeToUnicodeCmap.cpp",
40 "$_src/pdf/SkPDFMakeToUnicodeCmap.h",
41 "$_src/pdf/SkPDFMetadata.cpp",
42 "$_src/pdf/SkPDFMetadata.h",
43 "$_src/pdf/SkPDFResourceDict.cpp",
44 "$_src/pdf/SkPDFResourceDict.h",
45 "$_src/pdf/SkPDFShader.cpp",
46 "$_src/pdf/SkPDFShader.h",
Hal Canary42d6c592018-11-15 14:01:49 -050047 "$_src/pdf/SkPDFSubsetFont.cpp",
48 "$_src/pdf/SkPDFSubsetFont.h",
Dominic Mazzoni656cefe2018-09-25 20:29:15 -070049 "$_src/pdf/SkPDFTag.cpp",
50 "$_src/pdf/SkPDFTag.h",
Hal Canary2e904bc2019-04-18 15:40:27 -040051 "$_src/pdf/SkPDFType1Font.cpp",
52 "$_src/pdf/SkPDFType1Font.h",
Mike Klein552cd132016-10-26 13:32:07 -040053 "$_src/pdf/SkPDFTypes.cpp",
54 "$_src/pdf/SkPDFTypes.h",
55 "$_src/pdf/SkPDFUtils.cpp",
56 "$_src/pdf/SkPDFUtils.h",
Mike Klein552cd132016-10-26 13:32:07 -040057]