| 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'variables': { | 617 'variables': { |
| 618 'includes_to_test': [ | 618 'includes_to_test': [ |
| 619 '<(skia_include_path)/animator', | 619 '<(skia_include_path)/animator', |
| 620 '<(skia_include_path)/c', | 620 '<(skia_include_path)/c', |
| 621 '<(skia_include_path)/config', | 621 '<(skia_include_path)/config', |
| 622 '<(skia_include_path)/core', | 622 '<(skia_include_path)/core', |
| 623 '<(skia_include_path)/effects', | 623 '<(skia_include_path)/effects', |
| 624 '<(skia_include_path)/gpu', | 624 '<(skia_include_path)/gpu', |
| 625 '<(skia_include_path)/images', | 625 '<(skia_include_path)/images', |
| 626 '<(skia_include_path)/pathops', | 626 '<(skia_include_path)/pathops', |
| 627 '<(skia_include_path)/pdf', | |
| 628 '<(skia_include_path)/pipe', | 627 '<(skia_include_path)/pipe', |
| 629 '<(skia_include_path)/ports', | 628 '<(skia_include_path)/ports', |
| 630 '<(skia_include_path)/svg/parser', | 629 '<(skia_include_path)/svg/parser', |
| 631 '<(skia_include_path)/utils', | 630 '<(skia_include_path)/utils', |
| 632 '<(skia_include_path)/views', | 631 '<(skia_include_path)/views', |
| 633 '<(skia_include_path)/xml', | 632 '<(skia_include_path)/xml', |
| 634 ], | 633 ], |
| 635 'paths_to_ignore': [ | 634 'paths_to_ignore': [ |
| 636 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 635 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 637 '<(skia_include_path)/ports/SkAtomics_std.h', | 636 '<(skia_include_path)/ports/SkAtomics_std.h', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 'flags.gyp:flags', | 766 'flags.gyp:flags', |
| 768 'skia_lib.gyp:skia_lib', | 767 'skia_lib.gyp:skia_lib', |
| 769 'resources', | 768 'resources', |
| 770 ], | 769 ], |
| 771 }, | 770 }, |
| 772 ], | 771 ], |
| 773 }, | 772 }, |
| 774 ], | 773 ], |
| 775 ], | 774 ], |
| 776 } | 775 } |
| OLD | NEW |