2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2013-08-04 15:09:23 +00:00
|
|
|
# Include this gypi to include all 'pdf' files
|
|
|
|
# The parent gyp/gypi file must define
|
|
|
|
# 'skia_src_path' e.g. skia/trunk/src
|
|
|
|
# 'skia_include_path' e.g. skia/trunk/include
|
|
|
|
#
|
|
|
|
# The skia build defines these in common_variables.gypi
|
|
|
|
#
|
|
|
|
{
|
|
|
|
'sources': [
|
2016-03-25 18:57:49 +00:00
|
|
|
'<(skia_src_path)/pdf/SkBitmapKey.h',
|
2015-08-12 18:24:40 +00:00
|
|
|
'<(skia_src_path)/pdf/SkDeflate.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkDeflate.h',
|
2015-05-07 18:46:59 +00:00
|
|
|
'<(skia_src_path)/pdf/SkJpegInfo.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkJpegInfo.h',
|
2015-02-18 19:29:56 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFBitmap.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFBitmap.h',
|
2015-01-21 17:59:14 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFCanon.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFCanon.h',
|
2016-03-21 20:01:34 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFCanvas.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFCanvas.h',
|
2013-08-04 15:09:23 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFDevice.cpp',
|
2015-02-19 15:26:12 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFDevice.h',
|
2016-03-12 13:59:39 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFDocument.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFDocument.h',
|
2013-08-04 15:09:23 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFFont.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFFont.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFFontImpl.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFFormXObject.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFGraphicState.h',
|
2015-10-12 17:11:18 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFMetadata.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFMetadata.h',
|
2013-08-04 15:09:23 +00:00
|
|
|
'<(skia_src_path)/pdf/SkPDFResourceDict.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFResourceDict.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFShader.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFShader.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFStream.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFStream.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFTypes.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFTypes.h',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFUtils.cpp',
|
|
|
|
'<(skia_src_path)/pdf/SkPDFUtils.h',
|
2016-03-28 18:58:08 +00:00
|
|
|
'<(skia_src_path)/pdf/SkSinglyLinkedList.h',
|
2013-08-04 15:09:23 +00:00
|
|
|
],
|
|
|
|
}
|