OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # GYP file to build various tools. | 5 # GYP file to build various tools. |
6 # | 6 # |
7 # To build on Linux: | 7 # To build on Linux: |
8 # ./gyp_skia tools.gyp && make tools | 8 # ./gyp_skia tools.gyp && make tools |
9 # | 9 # |
10 { | 10 { |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 '<(skia_include_path)/svg/parser', | 634 '<(skia_include_path)/svg/parser', |
635 '<(skia_include_path)/utils', | 635 '<(skia_include_path)/utils', |
636 '<(skia_include_path)/views', | 636 '<(skia_include_path)/views', |
637 '<(skia_include_path)/xml', | 637 '<(skia_include_path)/xml', |
638 ], | 638 ], |
639 'paths_to_ignore': [ | 639 'paths_to_ignore': [ |
640 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 640 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
641 '<(skia_include_path)/ports/SkAtomics_std.h', | 641 '<(skia_include_path)/ports/SkAtomics_std.h', |
642 '<(skia_include_path)/ports/SkAtomics_atomic.h', | 642 '<(skia_include_path)/ports/SkAtomics_atomic.h', |
643 '<(skia_include_path)/ports/SkAtomics_sync.h', | 643 '<(skia_include_path)/ports/SkAtomics_sync.h', |
| 644 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
644 '<(skia_include_path)/ports/SkMutex_pthread.h', | 645 '<(skia_include_path)/ports/SkMutex_pthread.h', |
645 '<(skia_include_path)/ports/SkMutex_win.h', | 646 '<(skia_include_path)/ports/SkMutex_win.h', |
646 '<(skia_include_path)/ports/SkTypeface_mac.h', | 647 '<(skia_include_path)/ports/SkTypeface_mac.h', |
647 '<(skia_include_path)/ports/SkTypeface_win.h', | 648 '<(skia_include_path)/ports/SkTypeface_win.h', |
648 '<(skia_include_path)/utils/ios', | 649 '<(skia_include_path)/utils/ios', |
649 '<(skia_include_path)/utils/mac', | 650 '<(skia_include_path)/utils/mac', |
650 '<(skia_include_path)/utils/win', | 651 '<(skia_include_path)/utils/win', |
651 '<(skia_include_path)/utils/SkDebugUtils.h', | 652 '<(skia_include_path)/utils/SkDebugUtils.h', |
652 '<(skia_include_path)/utils/SkJSONCPP.h', | 653 '<(skia_include_path)/utils/SkJSONCPP.h', |
653 '<(skia_include_path)/views/animated', | 654 '<(skia_include_path)/views/animated', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
770 'flags.gyp:flags', | 771 'flags.gyp:flags', |
771 'skia_lib.gyp:skia_lib', | 772 'skia_lib.gyp:skia_lib', |
772 'resources', | 773 'resources', |
773 ], | 774 ], |
774 }, | 775 }, |
775 ], | 776 ], |
776 }, | 777 }, |
777 ], | 778 ], |
778 ], | 779 ], |
779 } | 780 } |
OLD | NEW |