| 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 '<(skia_include_path)/c', | 614 '<(skia_include_path)/c', |
| 615 '<(skia_include_path)/config', | 615 '<(skia_include_path)/config', |
| 616 '<(skia_include_path)/core', | 616 '<(skia_include_path)/core', |
| 617 '<(skia_include_path)/effects', | 617 '<(skia_include_path)/effects', |
| 618 '<(skia_include_path)/gpu', | 618 '<(skia_include_path)/gpu', |
| 619 '<(skia_include_path)/images', | 619 '<(skia_include_path)/images', |
| 620 '<(skia_include_path)/pathops', | 620 '<(skia_include_path)/pathops', |
| 621 '<(skia_include_path)/pdf', | 621 '<(skia_include_path)/pdf', |
| 622 '<(skia_include_path)/pipe', | 622 '<(skia_include_path)/pipe', |
| 623 '<(skia_include_path)/ports', | 623 '<(skia_include_path)/ports', |
| 624 '<(skia_include_path)/svg', | 624 '<(skia_include_path)/svg/parser', |
| 625 '<(skia_include_path)/utils', | 625 '<(skia_include_path)/utils', |
| 626 '<(skia_include_path)/views', | 626 '<(skia_include_path)/views', |
| 627 '<(skia_include_path)/xml', | 627 '<(skia_include_path)/xml', |
| 628 ], | 628 ], |
| 629 'paths_to_ignore': [ | 629 'paths_to_ignore': [ |
| 630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 631 '<(skia_include_path)/ports/SkAtomics_std.h', | 631 '<(skia_include_path)/ports/SkAtomics_std.h', |
| 632 '<(skia_include_path)/ports/SkAtomics_atomic.h', | 632 '<(skia_include_path)/ports/SkAtomics_atomic.h', |
| 633 '<(skia_include_path)/ports/SkAtomics_sync.h', | 633 '<(skia_include_path)/ports/SkAtomics_sync.h', |
| 634 '<(skia_include_path)/ports/SkMutex_pthread.h', | 634 '<(skia_include_path)/ports/SkMutex_pthread.h', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 'flags.gyp:flags', | 761 'flags.gyp:flags', |
| 762 'skia_lib.gyp:skia_lib', | 762 'skia_lib.gyp:skia_lib', |
| 763 'resources', | 763 'resources', |
| 764 ], | 764 ], |
| 765 }, | 765 }, |
| 766 ], | 766 ], |
| 767 }, | 767 }, |
| 768 ], | 768 ], |
| 769 ], | 769 ], |
| 770 } | 770 } |
| OLD | NEW |