| OLD | NEW |
| 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'type': 'executable', | 474 'type': 'executable', |
| 475 'sources': [ | 475 'sources': [ |
| 476 '../tools/win_lcid.cpp', | 476 '../tools/win_lcid.cpp', |
| 477 ], | 477 ], |
| 478 }, | 478 }, |
| 479 ], | 479 ], |
| 480 }, | 480 }, |
| 481 ], | 481 ], |
| 482 ], | 482 ], |
| 483 } | 483 } |
| 484 | |
| 485 # Local Variables: | |
| 486 # tab-width:2 | |
| 487 # indent-tabs-mode:nil | |
| 488 # End: | |
| 489 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |