Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Side by Side Diff: gyp/pdf.gypi

Issue 1049753002: SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: full Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/doc/SkDocument_PDF.cpp » ('j') | src/pdf/SkPDFStream.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'pdf' files 5 # Include this gypi to include all 'pdf' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
11 # 11 #
12 { 12 {
13 'sources': [ 13 'sources': [
14 '<(skia_src_path)/doc/SkDocument_PDF.cpp', 14 '<(skia_src_path)/doc/SkDocument_PDF.cpp',
15 '<(skia_src_path)/pdf/SkPDFBitmap.cpp', 15 '<(skia_src_path)/pdf/SkPDFBitmap.cpp',
16 '<(skia_src_path)/pdf/SkPDFBitmap.h', 16 '<(skia_src_path)/pdf/SkPDFBitmap.h',
17 '<(skia_src_path)/pdf/SkPDFCanon.cpp', 17 '<(skia_src_path)/pdf/SkPDFCanon.cpp',
18 '<(skia_src_path)/pdf/SkPDFCanon.h', 18 '<(skia_src_path)/pdf/SkPDFCanon.h',
19 '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
20 '<(skia_src_path)/pdf/SkPDFCatalog.h',
21 '<(skia_src_path)/pdf/SkPDFDevice.cpp', 19 '<(skia_src_path)/pdf/SkPDFDevice.cpp',
22 '<(skia_src_path)/pdf/SkPDFDevice.h', 20 '<(skia_src_path)/pdf/SkPDFDevice.h',
23 '<(skia_src_path)/pdf/SkPDFFont.cpp', 21 '<(skia_src_path)/pdf/SkPDFFont.cpp',
24 '<(skia_src_path)/pdf/SkPDFFont.h', 22 '<(skia_src_path)/pdf/SkPDFFont.h',
25 '<(skia_src_path)/pdf/SkPDFFontImpl.h', 23 '<(skia_src_path)/pdf/SkPDFFontImpl.h',
26 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp', 24 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
27 '<(skia_src_path)/pdf/SkPDFFormXObject.h', 25 '<(skia_src_path)/pdf/SkPDFFormXObject.h',
28 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', 26 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
29 '<(skia_src_path)/pdf/SkPDFGraphicState.h', 27 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
30 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp', 28 '<(skia_src_path)/pdf/SkPDFResourceDict.cpp',
31 '<(skia_src_path)/pdf/SkPDFResourceDict.h', 29 '<(skia_src_path)/pdf/SkPDFResourceDict.h',
32 '<(skia_src_path)/pdf/SkPDFShader.cpp', 30 '<(skia_src_path)/pdf/SkPDFShader.cpp',
33 '<(skia_src_path)/pdf/SkPDFShader.h', 31 '<(skia_src_path)/pdf/SkPDFShader.h',
34 '<(skia_src_path)/pdf/SkPDFStream.cpp', 32 '<(skia_src_path)/pdf/SkPDFStream.cpp',
35 '<(skia_src_path)/pdf/SkPDFStream.h', 33 '<(skia_src_path)/pdf/SkPDFStream.h',
36 '<(skia_src_path)/pdf/SkPDFTypes.cpp', 34 '<(skia_src_path)/pdf/SkPDFTypes.cpp',
37 '<(skia_src_path)/pdf/SkPDFTypes.h', 35 '<(skia_src_path)/pdf/SkPDFTypes.h',
38 '<(skia_src_path)/pdf/SkPDFUtils.cpp', 36 '<(skia_src_path)/pdf/SkPDFUtils.cpp',
39 '<(skia_src_path)/pdf/SkPDFUtils.h', 37 '<(skia_src_path)/pdf/SkPDFUtils.h',
40 ], 38 ],
41 } 39 }
OLDNEW
« no previous file with comments | « no previous file | src/doc/SkDocument_PDF.cpp » ('j') | src/pdf/SkPDFStream.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698