| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'variables': { | 634 'variables': { |
| 635 'includes_to_test': [ | 635 'includes_to_test': [ |
| 636 '<(skia_include_path)/animator', | 636 '<(skia_include_path)/animator', |
| 637 '<(skia_include_path)/c', | 637 '<(skia_include_path)/c', |
| 638 '<(skia_include_path)/config', | 638 '<(skia_include_path)/config', |
| 639 '<(skia_include_path)/core', | 639 '<(skia_include_path)/core', |
| 640 '<(skia_include_path)/effects', | 640 '<(skia_include_path)/effects', |
| 641 '<(skia_include_path)/gpu', | 641 '<(skia_include_path)/gpu', |
| 642 '<(skia_include_path)/images', | 642 '<(skia_include_path)/images', |
| 643 '<(skia_include_path)/pathops', | 643 '<(skia_include_path)/pathops', |
| 644 '<(skia_include_path)/pdf', |
| 644 '<(skia_include_path)/pipe', | 645 '<(skia_include_path)/pipe', |
| 645 '<(skia_include_path)/ports', | 646 '<(skia_include_path)/ports', |
| 646 '<(skia_include_path)/svg', | 647 '<(skia_include_path)/svg', |
| 647 '<(skia_include_path)/utils', | 648 '<(skia_include_path)/utils', |
| 648 '<(skia_include_path)/views', | 649 '<(skia_include_path)/views', |
| 649 '<(skia_include_path)/xml', | 650 '<(skia_include_path)/xml', |
| 650 ], | 651 ], |
| 651 'paths_to_ignore': [ | 652 'paths_to_ignore': [ |
| 652 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 653 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 653 '<(skia_include_path)/ports/SkTypeface_mac.h', | 654 '<(skia_include_path)/ports/SkTypeface_mac.h', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 778 'flags.gyp:flags', | 779 'flags.gyp:flags', |
| 779 'skia_lib.gyp:skia_lib', | 780 'skia_lib.gyp:skia_lib', |
| 780 'resources', | 781 'resources', |
| 781 ], | 782 ], |
| 782 }, | 783 }, |
| 783 ], | 784 ], |
| 784 }, | 785 }, |
| 785 ], | 786 ], |
| 786 ], | 787 ], |
| 787 } | 788 } |
| OLD | NEW |