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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 '<(skia_include_path)/utils', | 714 '<(skia_include_path)/utils', |
715 '<(skia_include_path)/views', | 715 '<(skia_include_path)/views', |
716 '<(skia_include_path)/xml', | 716 '<(skia_include_path)/xml', |
717 ], | 717 ], |
718 'paths_to_ignore': [ | 718 'paths_to_ignore': [ |
719 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 719 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
720 '<(skia_include_path)/ports/SkAtomics_std.h', | 720 '<(skia_include_path)/ports/SkAtomics_std.h', |
721 '<(skia_include_path)/ports/SkAtomics_atomic.h', | 721 '<(skia_include_path)/ports/SkAtomics_atomic.h', |
722 '<(skia_include_path)/ports/SkAtomics_sync.h', | 722 '<(skia_include_path)/ports/SkAtomics_sync.h', |
723 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 723 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
724 '<(skia_include_path)/ports/SkMutex_pthread.h', | |
725 '<(skia_include_path)/ports/SkMutex_win.h', | |
726 '<(skia_include_path)/ports/SkTypeface_mac.h', | 724 '<(skia_include_path)/ports/SkTypeface_mac.h', |
727 '<(skia_include_path)/ports/SkTypeface_win.h', | 725 '<(skia_include_path)/ports/SkTypeface_win.h', |
728 '<(skia_include_path)/utils/ios', | 726 '<(skia_include_path)/utils/ios', |
729 '<(skia_include_path)/utils/mac', | 727 '<(skia_include_path)/utils/mac', |
730 '<(skia_include_path)/utils/win', | 728 '<(skia_include_path)/utils/win', |
731 '<(skia_include_path)/utils/SkDebugUtils.h', | 729 '<(skia_include_path)/utils/SkDebugUtils.h', |
732 '<(skia_include_path)/utils/SkJSONCPP.h', | 730 '<(skia_include_path)/utils/SkJSONCPP.h', |
733 '<(skia_include_path)/views/animated', | 731 '<(skia_include_path)/views/animated', |
734 '<(skia_include_path)/views/SkOSWindow_Android.h', | 732 '<(skia_include_path)/views/SkOSWindow_Android.h', |
735 '<(skia_include_path)/views/SkOSWindow_iOS.h', | 733 '<(skia_include_path)/views/SkOSWindow_iOS.h', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 'flags.gyp:flags', | 850 'flags.gyp:flags', |
853 'skia_lib.gyp:skia_lib', | 851 'skia_lib.gyp:skia_lib', |
854 'resources', | 852 'resources', |
855 ], | 853 ], |
856 }, | 854 }, |
857 ], | 855 ], |
858 }, | 856 }, |
859 ], | 857 ], |
860 ], | 858 ], |
861 } | 859 } |
OLD | NEW |