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

Side by Side Diff: gyp/pdf.gypi

Issue 24811002: Update the SkDocument interface to allow for 1) abort won't emit pdf, 2) close can report success/f… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix typo Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « gyp/pdf.gyp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'pdf' files 1 # Include this gypi to include all 'pdf' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_include_path)/pdf/SkPDFDevice.h', 10 '<(skia_include_path)/pdf/SkPDFDevice.h',
11 '<(skia_include_path)/pdf/SkPDFDocument.h', 11 '<(skia_include_path)/pdf/SkPDFDocument.h',
12 12
13 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', 13 '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
14 '<(skia_src_path)/pdf/SkPDFCatalog.h', 14 '<(skia_src_path)/pdf/SkPDFCatalog.h',
15 '<(skia_src_path)/pdf/SkPDFDevice.cpp', 15 '<(skia_src_path)/pdf/SkPDFDevice.cpp',
16 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp',
17 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h',
16 '<(skia_src_path)/pdf/SkPDFDocument.cpp', 18 '<(skia_src_path)/pdf/SkPDFDocument.cpp',
17 '<(skia_src_path)/pdf/SkPDFFont.cpp', 19 '<(skia_src_path)/pdf/SkPDFFont.cpp',
18 '<(skia_src_path)/pdf/SkPDFFont.h', 20 '<(skia_src_path)/pdf/SkPDFFont.h',
19 '<(skia_src_path)/pdf/SkPDFFontImpl.h', 21 '<(skia_src_path)/pdf/SkPDFFontImpl.h',
20 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp', 22 '<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
21 '<(skia_src_path)/pdf/SkPDFFormXObject.h', 23 '<(skia_src_path)/pdf/SkPDFFormXObject.h',
22 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', 24 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
23 '<(skia_src_path)/pdf/SkPDFGraphicState.h', 25 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
24 '<(skia_src_path)/pdf/SkPDFImage.cpp', 26 '<(skia_src_path)/pdf/SkPDFImage.cpp',
25 '<(skia_src_path)/pdf/SkPDFImage.h', 27 '<(skia_src_path)/pdf/SkPDFImage.h',
(...skipping 11 matching lines...) Expand all
37 '<(skia_src_path)/pdf/SkPDFUtils.h', 39 '<(skia_src_path)/pdf/SkPDFUtils.h',
38 '<(skia_src_path)/pdf/SkTSet.h', 40 '<(skia_src_path)/pdf/SkTSet.h',
39 ], 41 ],
40 } 42 }
41 43
42 # Local Variables: 44 # Local Variables:
43 # tab-width:2 45 # tab-width:2
44 # indent-tabs-mode:nil 46 # indent-tabs-mode:nil
45 # End: 47 # End:
46 # vim: set expandtab tabstop=2 shiftwidth=2: 48 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/pdf.gyp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698