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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'variables': { | 627 'variables': { |
628 'includes_to_test': [ | 628 'includes_to_test': [ |
629 '<(skia_include_path)/animator', | 629 '<(skia_include_path)/animator', |
630 '<(skia_include_path)/c', | 630 '<(skia_include_path)/c', |
631 '<(skia_include_path)/config', | 631 '<(skia_include_path)/config', |
632 '<(skia_include_path)/core', | 632 '<(skia_include_path)/core', |
633 '<(skia_include_path)/effects', | 633 '<(skia_include_path)/effects', |
634 '<(skia_include_path)/gpu', | 634 '<(skia_include_path)/gpu', |
635 '<(skia_include_path)/images', | 635 '<(skia_include_path)/images', |
636 '<(skia_include_path)/pathops', | 636 '<(skia_include_path)/pathops', |
| 637 '<(skia_include_path)/pdf', |
637 '<(skia_include_path)/pipe', | 638 '<(skia_include_path)/pipe', |
638 '<(skia_include_path)/ports', | 639 '<(skia_include_path)/ports', |
639 '<(skia_include_path)/svg', | 640 '<(skia_include_path)/svg', |
640 '<(skia_include_path)/utils', | 641 '<(skia_include_path)/utils', |
641 '<(skia_include_path)/views', | 642 '<(skia_include_path)/views', |
642 '<(skia_include_path)/xml', | 643 '<(skia_include_path)/xml', |
643 ], | 644 ], |
644 'paths_to_ignore': [ | 645 'paths_to_ignore': [ |
645 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 646 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
646 '<(skia_include_path)/ports/SkTypeface_mac.h', | 647 '<(skia_include_path)/ports/SkTypeface_mac.h', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 'flags.gyp:flags', | 772 'flags.gyp:flags', |
772 'skia_lib.gyp:skia_lib', | 773 'skia_lib.gyp:skia_lib', |
773 'resources', | 774 'resources', |
774 ], | 775 ], |
775 }, | 776 }, |
776 ], | 777 ], |
777 }, | 778 }, |
778 ], | 779 ], |
779 ], | 780 ], |
780 } | 781 } |
OLD | NEW |