| OLD | NEW |
| 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': [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 # For SkBitmapHasher.h | 37 # For SkBitmapHasher.h |
| 38 '../src/utils/', | 38 '../src/utils/', |
| 39 ], | 39 ], |
| 40 'dependencies': [ | 40 'dependencies': [ |
| 41 'flags.gyp:flags', | 41 'flags.gyp:flags', |
| 42 'skia_lib.gyp:skia_lib', | 42 'skia_lib.gyp:skia_lib', |
| 43 ], | 43 ], |
| 44 }, | 44 }, |
| 45 ], | 45 ], |
| 46 } | 46 } |
| 47 | |
| 48 # Local Variables: | |
| 49 # tab-width:2 | |
| 50 # indent-tabs-mode:nil | |
| 51 # End: | |
| 52 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |