Chromium Code Reviews| 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': [ |
| 11 { | 11 { |
| (...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 772 'flags.gyp:flags', | 772 'flags.gyp:flags', |
| 773 'skia_lib.gyp:skia_lib', | 773 'skia_lib.gyp:skia_lib', |
| 774 'resources', | 774 'resources', |
| 775 ], | 775 ], |
| 776 }, | 776 }, |
| 777 ], | 777 ], |
| 778 }, | 778 }, |
| 779 ], | 779 ], |
| 780 ], | 780 ], |
| 781 } | 781 } |
| OLD | NEW |