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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 '<(skia_include_path)/pdf', | 600 '<(skia_include_path)/pdf', |
601 '<(skia_include_path)/pipe', | 601 '<(skia_include_path)/pipe', |
602 '<(skia_include_path)/ports', | 602 '<(skia_include_path)/ports', |
603 '<(skia_include_path)/svg', | 603 '<(skia_include_path)/svg', |
604 '<(skia_include_path)/utils', | 604 '<(skia_include_path)/utils', |
605 '<(skia_include_path)/views', | 605 '<(skia_include_path)/views', |
606 '<(skia_include_path)/xml', | 606 '<(skia_include_path)/xml', |
607 ], | 607 ], |
608 'paths_to_ignore': [ | 608 'paths_to_ignore': [ |
609 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 609 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 610 '<(skia_include_path)/ports/SkAtomics_sync.h', |
| 611 '<(skia_include_path)/ports/SkAtomics_win.h', |
| 612 '<(skia_include_path)/ports/SkBarriers_arm.h', |
| 613 '<(skia_include_path)/ports/SkBarriers_tsan.h', |
| 614 '<(skia_include_path)/ports/SkBarriers_x86.h', |
| 615 '<(skia_include_path)/ports/SkMutex_pthread.h', |
| 616 '<(skia_include_path)/ports/SkMutex_win.h', |
610 '<(skia_include_path)/ports/SkTypeface_mac.h', | 617 '<(skia_include_path)/ports/SkTypeface_mac.h', |
611 '<(skia_include_path)/ports/SkTypeface_win.h', | 618 '<(skia_include_path)/ports/SkTypeface_win.h', |
612 '<(skia_include_path)/utils/ios', | 619 '<(skia_include_path)/utils/ios', |
613 '<(skia_include_path)/utils/mac', | 620 '<(skia_include_path)/utils/mac', |
614 '<(skia_include_path)/utils/win', | 621 '<(skia_include_path)/utils/win', |
615 '<(skia_include_path)/utils/SkDebugUtils.h', | 622 '<(skia_include_path)/utils/SkDebugUtils.h', |
616 '<(skia_include_path)/utils/SkJSONCPP.h', | 623 '<(skia_include_path)/utils/SkJSONCPP.h', |
617 '<(skia_include_path)/views/animated', | 624 '<(skia_include_path)/views/animated', |
618 '<(skia_include_path)/views/SkOSWindow_Android.h', | 625 '<(skia_include_path)/views/SkOSWindow_Android.h', |
619 '<(skia_include_path)/views/SkOSWindow_iOS.h', | 626 '<(skia_include_path)/views/SkOSWindow_iOS.h', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'flags.gyp:flags', | 742 'flags.gyp:flags', |
736 'skia_lib.gyp:skia_lib', | 743 'skia_lib.gyp:skia_lib', |
737 'resources', | 744 'resources', |
738 ], | 745 ], |
739 }, | 746 }, |
740 ], | 747 ], |
741 }, | 748 }, |
742 ], | 749 ], |
743 ], | 750 ], |
744 } | 751 } |
OLD | NEW |