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

Side by Side Diff: gyp/pdf.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. Created 7 years, 5 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/opts.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'pdf', 4 'target_name': 'pdf',
5 'product_name': 'skia_pdf', 5 'product_name': 'skia_pdf',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [ 8 'dependencies': [
9 'skia_lib.gyp:skia_lib', 9 'skia_lib.gyp:skia_lib',
10 'zlib.gyp:zlib', 10 'zlib.gyp:zlib',
11 ], 11 ],
12 'include_dirs': [ 12 'include_dirs': [
13 '../include/config',
14 '../include/core',
15 '../include/images',
16 '../include/pdf', 13 '../include/pdf',
17 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h 14 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
18 '../src/utils', # needed to get SkBitSet.h 15 '../src/utils', # needed to get SkBitSet.h
19 ], 16 ],
20 'sources': [ 17 'sources': [
21 '../include/pdf/SkPDFDevice.h', 18 '../include/pdf/SkPDFDevice.h',
22 '../include/pdf/SkPDFDocument.h', 19 '../include/pdf/SkPDFDocument.h',
23 20
24 '../src/pdf/SkPDFCatalog.cpp', 21 '../src/pdf/SkPDFCatalog.cpp',
25 '../src/pdf/SkPDFCatalog.h', 22 '../src/pdf/SkPDFCatalog.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 59 },
63 }, 60 },
64 ], 61 ],
65 } 62 }
66 63
67 # Local Variables: 64 # Local Variables:
68 # tab-width:2 65 # tab-width:2
69 # indent-tabs-mode:nil 66 # indent-tabs-mode:nil
70 # End: 67 # End:
71 # vim: set expandtab tabstop=2 shiftwidth=2: 68 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/opts.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698