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

Side by Side Diff: gyp/tools.gyp

Issue 16660002: SkDocument base for pdf, xps, etc. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add Done proc, so caller can delete the stream automatically when the doc is done with it Created 7 years, 6 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
OLDNEW
1 # GYP file to build various tools. 1 # GYP file to build various tools.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia tools.gyp && make tools 4 # ./gyp_skia tools.gyp && make tools
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 }, 58 },
59 { 59 {
60 'target_name': 'skhello', 60 'target_name': 'skhello',
61 'type': 'executable', 61 'type': 'executable',
62 'sources': [ 62 'sources': [
63 '../tools/skhello.cpp', 63 '../tools/skhello.cpp',
64 ], 64 ],
65 'dependencies': [ 65 'dependencies': [
66 'skia_lib.gyp:skia_lib', 66 'skia_lib.gyp:skia_lib',
67 'pdf.gyp:pdf',
67 'flags.gyp:flags', 68 'flags.gyp:flags',
68 ], 69 ],
69 }, 70 },
70 { 71 {
71 'target_name': 'skimage', 72 'target_name': 'skimage',
72 'type': 'executable', 73 'type': 'executable',
73 'sources': [ 74 'sources': [
74 '../tools/skimage_main.cpp', 75 '../tools/skimage_main.cpp',
75 ], 76 ],
76 'include_dirs': [ 77 'include_dirs': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 }, 313 },
313 ], 314 ],
314 ], 315 ],
315 } 316 }
316 317
317 # Local Variables: 318 # Local Variables:
318 # tab-width:2 319 # tab-width:2
319 # indent-tabs-mode:nil 320 # indent-tabs-mode:nil
320 # End: 321 # End:
321 # vim: set expandtab tabstop=2 shiftwidth=2: 322 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/pdf.gyp ('k') | include/core/SkDocument.h » ('j') | include/core/SkDocument.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698