1# 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")
8_include = get_path_info("../include", "abspath")
9
10skia_pdf_public = [ "$_include/docs/SkPDFDocument.h" ]
11
12skia_pdf_sources = [
13  "$_include/docs/SkPDFDocument.h",
14  "$_src/pdf/SkBitmapKey.h",
15  "$_src/pdf/SkClusterator.cpp",
16  "$_src/pdf/SkClusterator.h",
17  "$_src/pdf/SkDeflate.cpp",
18  "$_src/pdf/SkDeflate.h",
19  "$_src/pdf/SkJpegInfo.cpp",
20  "$_src/pdf/SkJpegInfo.h",
21  "$_src/pdf/SkKeyedImage.cpp",
22  "$_src/pdf/SkKeyedImage.h",
23  "$_src/pdf/SkPDFBitmap.cpp",
24  "$_src/pdf/SkPDFBitmap.h",
25  "$_src/pdf/SkPDFDevice.cpp",
26  "$_src/pdf/SkPDFDevice.h",
27  "$_src/pdf/SkPDFDocument.cpp",
28  "$_src/pdf/SkPDFDocumentPriv.h",
29  "$_src/pdf/SkPDFFont.cpp",
30  "$_src/pdf/SkPDFFont.h",
31  "$_src/pdf/SkPDFFormXObject.cpp",
32  "$_src/pdf/SkPDFFormXObject.h",
33  "$_src/pdf/SkPDFGradientShader.cpp",
34  "$_src/pdf/SkPDFGradientShader.h",
35  "$_src/pdf/SkPDFGraphicStackState.cpp",
36  "$_src/pdf/SkPDFGraphicStackState.h",
37  "$_src/pdf/SkPDFGraphicState.cpp",
38  "$_src/pdf/SkPDFGraphicState.h",
39  "$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
40  "$_src/pdf/SkPDFMakeCIDGlyphWidthsArray.h",
41  "$_src/pdf/SkPDFMakeToUnicodeCmap.cpp",
42  "$_src/pdf/SkPDFMakeToUnicodeCmap.h",
43  "$_src/pdf/SkPDFMetadata.cpp",
44  "$_src/pdf/SkPDFMetadata.h",
45  "$_src/pdf/SkPDFResourceDict.cpp",
46  "$_src/pdf/SkPDFResourceDict.h",
47  "$_src/pdf/SkPDFShader.cpp",
48  "$_src/pdf/SkPDFShader.h",
49  "$_src/pdf/SkPDFSubsetFont.cpp",
50  "$_src/pdf/SkPDFSubsetFont.h",
51  "$_src/pdf/SkPDFTag.cpp",
52  "$_src/pdf/SkPDFTag.h",
53  "$_src/pdf/SkPDFType1Font.cpp",
54  "$_src/pdf/SkPDFType1Font.h",
55  "$_src/pdf/SkPDFTypes.cpp",
56  "$_src/pdf/SkPDFTypes.h",
57  "$_src/pdf/SkPDFUtils.cpp",
58  "$_src/pdf/SkPDFUtils.h",
59]
60