aboutsummaryrefslogtreecommitdiff
path: root/gn/pdf.gni
blob: 4228265c9fa33672175982d49cdcf92601072ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# DO NOT EDIT: This is a generated file.
# See //bazel/exporter_tool/README.md for more information.
#
# The sources of truth are:
#   //include/docs/BUILD.bazel
#   //src/pdf/BUILD.bazel

# To update this file, run make -C bazel generate_gni

_src = get_path_info("../src", "abspath")
_include = get_path_info("../include", "abspath")

# Generated by Bazel rule //include/docs:public_hdrs
skia_pdf_public = [ "$_include/docs/SkPDFDocument.h" ]

# List generated by Bazel rules:
#  //src/pdf:pdf_hdrs
#  //src/pdf:pdf_srcs
skia_pdf_sources = [
  "$_src/pdf/SkBitmapKey.h",
  "$_src/pdf/SkClusterator.cpp",
  "$_src/pdf/SkClusterator.h",
  "$_src/pdf/SkDeflate.cpp",
  "$_src/pdf/SkDeflate.h",
  "$_src/pdf/SkJpegInfo.h",
  "$_src/pdf/SkKeyedImage.cpp",
  "$_src/pdf/SkKeyedImage.h",
  "$_src/pdf/SkPDFBitmap.cpp",
  "$_src/pdf/SkPDFBitmap.h",
  "$_src/pdf/SkPDFDevice.cpp",
  "$_src/pdf/SkPDFDevice.h",
  "$_src/pdf/SkPDFDocument.cpp",
  "$_src/pdf/SkPDFDocumentPriv.h",
  "$_src/pdf/SkPDFFont.cpp",
  "$_src/pdf/SkPDFFont.h",
  "$_src/pdf/SkPDFFormXObject.cpp",
  "$_src/pdf/SkPDFFormXObject.h",
  "$_src/pdf/SkPDFGlyphUse.h",
  "$_src/pdf/SkPDFGradientShader.cpp",
  "$_src/pdf/SkPDFGradientShader.h",
  "$_src/pdf/SkPDFGraphicStackState.cpp",
  "$_src/pdf/SkPDFGraphicStackState.h",
  "$_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",
  "$_src/pdf/SkPDFSubsetFont.cpp",
  "$_src/pdf/SkPDFSubsetFont.h",
  "$_src/pdf/SkPDFTag.cpp",
  "$_src/pdf/SkPDFTag.h",
  "$_src/pdf/SkPDFType1Font.cpp",
  "$_src/pdf/SkPDFType1Font.h",
  "$_src/pdf/SkPDFTypes.cpp",
  "$_src/pdf/SkPDFTypes.h",
  "$_src/pdf/SkPDFUnion.h",
  "$_src/pdf/SkPDFUtils.cpp",
  "$_src/pdf/SkPDFUtils.h",
  "$_src/pdf/SkUUID.h",
]

# Generated by Bazel rule //src/pdf:jpeg_info_libjpeg
skia_pdf_jpeginfo_lib = [ "$_src/pdf/SkJpegInfo_libjpegturbo.cpp" ]

# Generated by Bazel rule //src/pdf:jpeg_info_none
skia_pdf_jpeginfo_none = [ "$_src/pdf/SkJpegInfo_none.cpp" ]