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

Side by Side Diff: gyp/pdf.gypi

Issue 918813002: PDF: Add (low-memory) SkPDFBitmap class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: mutable bitmaps get copied Created 5 years, 10 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 | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('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)/doc/SkDocument_PDF.cpp', 13 '<(skia_src_path)/doc/SkDocument_PDF.cpp',
14 14
15 '<(skia_src_path)/pdf/SkPDFBitmap.cpp',
16 '<(skia_src_path)/pdf/SkPDFBitmap.h',
15 '<(skia_src_path)/pdf/SkPDFCanon.cpp', 17 '<(skia_src_path)/pdf/SkPDFCanon.cpp',
16 '<(skia_src_path)/pdf/SkPDFCanon.h', 18 '<(skia_src_path)/pdf/SkPDFCanon.h',
17 '<(skia_src_path)/pdf/SkPDFCatalog.cpp', 19 '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
18 '<(skia_src_path)/pdf/SkPDFCatalog.h', 20 '<(skia_src_path)/pdf/SkPDFCatalog.h',
19 '<(skia_src_path)/pdf/SkPDFDevice.cpp', 21 '<(skia_src_path)/pdf/SkPDFDevice.cpp',
20 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp', 22 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp',
21 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h', 23 '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h',
22 '<(skia_src_path)/pdf/SkPDFDocument.cpp', 24 '<(skia_src_path)/pdf/SkPDFDocument.cpp',
23 '<(skia_src_path)/pdf/SkPDFFont.cpp', 25 '<(skia_src_path)/pdf/SkPDFFont.cpp',
24 '<(skia_src_path)/pdf/SkPDFFont.h', 26 '<(skia_src_path)/pdf/SkPDFFont.h',
(...skipping 10 matching lines...) Expand all
35 '<(skia_src_path)/pdf/SkPDFResourceDict.h', 37 '<(skia_src_path)/pdf/SkPDFResourceDict.h',
36 '<(skia_src_path)/pdf/SkPDFShader.cpp', 38 '<(skia_src_path)/pdf/SkPDFShader.cpp',
37 '<(skia_src_path)/pdf/SkPDFShader.h', 39 '<(skia_src_path)/pdf/SkPDFShader.h',
38 '<(skia_src_path)/pdf/SkPDFStream.cpp', 40 '<(skia_src_path)/pdf/SkPDFStream.cpp',
39 '<(skia_src_path)/pdf/SkPDFStream.h', 41 '<(skia_src_path)/pdf/SkPDFStream.h',
40 '<(skia_src_path)/pdf/SkPDFTypes.cpp', 42 '<(skia_src_path)/pdf/SkPDFTypes.cpp',
41 '<(skia_src_path)/pdf/SkPDFTypes.h', 43 '<(skia_src_path)/pdf/SkPDFTypes.h',
42 '<(skia_src_path)/pdf/SkPDFUtils.cpp', 44 '<(skia_src_path)/pdf/SkPDFUtils.cpp',
43 '<(skia_src_path)/pdf/SkPDFUtils.h', 45 '<(skia_src_path)/pdf/SkPDFUtils.h',
44 '<(skia_src_path)/pdf/SkTSet.h', 46 '<(skia_src_path)/pdf/SkTSet.h',
47 '<(skia_src_path)/pdf/SkDeflateWStream.cpp',
48 '<(skia_src_path)/pdf/SkDeflateWStream.h',
45 ], 49 ],
46 } 50 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698