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

Side by Side Diff: gyp/pdfviewer.gyp

Issue 59493011: Pdfviewer refactoring. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Move include/ to inc/ Created 7 years, 1 month 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/gm.gyp ('k') | gyp/pdfviewer_lib.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 # GYP file to build pdfviewer. 1 # GYP file to build pdfviewer.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia pdfviewer.gyp && make pdfviewer 4 # ./gyp_skia pdfviewer.gyp && make pdfviewer
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'pdfviewer', 12 'target_name': 'pdfviewer',
13 'type': 'executable', 13 'type': 'executable',
14 'sources': [ 14 'sources': [
15 '../experimental/PdfViewer/pdf_viewer_main.cpp', 15 '../experimental/PdfViewer/pdf_viewer_main.cpp',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '../experimental/PdfViewer', 18 '../experimental/PdfViewer',
19 '../experimental/PdfViewer/inc',
19 '../experimental/PdfViewer/pdfparser', 20 '../experimental/PdfViewer/pdfparser',
20 '../experimental/PdfViewer/pdfparser/native', 21 '../experimental/PdfViewer/pdfparser/native',
21 ], 22 ],
22 'dependencies': [ 23 'dependencies': [
23 'chop_transparency', 24 'chop_transparency',
24 'flags.gyp:flags', 25 'flags.gyp:flags',
25 'pdfviewer_lib.gyp:pdfviewer_lib', 26 'pdfviewer_lib.gyp:pdfviewer_lib',
26 'skia_lib.gyp:skia_lib', 27 'skia_lib.gyp:skia_lib',
27 ], 28 ],
28 }, 29 },
(...skipping 13 matching lines...) Expand all
42 ], 43 ],
43 }, 44 },
44 ], 45 ],
45 } 46 }
46 47
47 # Local Variables: 48 # Local Variables:
48 # tab-width:2 49 # tab-width:2
49 # indent-tabs-mode:nil 50 # indent-tabs-mode:nil
50 # End: 51 # End:
51 # vim: set expandtab tabstop=2 shiftwidth=2: 52 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/pdfviewer_lib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698