Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 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 | |
| 9 | skia_pdf_sources = [ |
| 10 | "$_src/pdf/SkBitmapKey.h", |
Hal Canary | 1521c8a | 2018-03-28 09:51:00 -0700 | [diff] [blame] | 11 | "$_src/pdf/SkClusterator.cpp", |
| 12 | "$_src/pdf/SkClusterator.h", |
Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 13 | "$_src/pdf/SkDeflate.cpp", |
| 14 | "$_src/pdf/SkDeflate.h", |
| 15 | "$_src/pdf/SkJpegInfo.cpp", |
| 16 | "$_src/pdf/SkJpegInfo.h", |
Hal Canary | 7cbf5e3 | 2017-07-12 13:10:23 -0400 | [diff] [blame] | 17 | "$_src/pdf/SkKeyedImage.cpp", |
| 18 | "$_src/pdf/SkKeyedImage.h", |
Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 19 | "$_src/pdf/SkPDFBitmap.cpp", |
| 20 | "$_src/pdf/SkPDFBitmap.h", |
| 21 | "$_src/pdf/SkPDFCanon.cpp", |
| 22 | "$_src/pdf/SkPDFCanon.h", |
Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 23 | "$_src/pdf/SkPDFConvertType1FontStream.cpp", |
| 24 | "$_src/pdf/SkPDFConvertType1FontStream.h", |
| 25 | "$_src/pdf/SkPDFDevice.cpp", |
| 26 | "$_src/pdf/SkPDFDevice.h", |
| 27 | "$_src/pdf/SkPDFDocument.cpp", |
| 28 | "$_src/pdf/SkPDFDocument.h", |
| 29 | "$_src/pdf/SkPDFFont.cpp", |
| 30 | "$_src/pdf/SkPDFFont.h", |
| 31 | "$_src/pdf/SkPDFFormXObject.cpp", |
| 32 | "$_src/pdf/SkPDFFormXObject.h", |
Hal Canary | 94fd66c | 2017-07-05 11:25:42 -0400 | [diff] [blame] | 33 | "$_src/pdf/SkPDFGradientShader.cpp", |
| 34 | "$_src/pdf/SkPDFGradientShader.h", |
Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 35 | "$_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", |
| 47 | "$_src/pdf/SkPDFTypes.cpp", |
| 48 | "$_src/pdf/SkPDFTypes.h", |
| 49 | "$_src/pdf/SkPDFUtils.cpp", |
| 50 | "$_src/pdf/SkPDFUtils.h", |
Mike Klein | 552cd13 | 2016-10-26 13:32:07 -0400 | [diff] [blame] | 51 | ] |