pdf.gni 1.8 KB

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