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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 '<(skia_include_path)/pathops', | 588 '<(skia_include_path)/pathops', |
589 '<(skia_include_path)/pipe', | 589 '<(skia_include_path)/pipe', |
590 '<(skia_include_path)/ports', | 590 '<(skia_include_path)/ports', |
591 '<(skia_include_path)/svg/parser', | 591 '<(skia_include_path)/svg/parser', |
592 '<(skia_include_path)/utils', | 592 '<(skia_include_path)/utils', |
593 '<(skia_include_path)/views', | 593 '<(skia_include_path)/views', |
594 '<(skia_include_path)/xml', | 594 '<(skia_include_path)/xml', |
595 ], | 595 ], |
596 'paths_to_ignore': [ | 596 'paths_to_ignore': [ |
597 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 597 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
598 '<(skia_include_path)/ports/SkAtomics_std.h', | |
599 '<(skia_include_path)/ports/SkAtomics_atomic.h', | |
600 '<(skia_include_path)/ports/SkAtomics_sync.h', | |
601 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 598 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
602 '<(skia_include_path)/ports/SkTypeface_mac.h', | 599 '<(skia_include_path)/ports/SkTypeface_mac.h', |
603 '<(skia_include_path)/ports/SkTypeface_win.h', | 600 '<(skia_include_path)/ports/SkTypeface_win.h', |
604 '<(skia_include_path)/utils/ios', | 601 '<(skia_include_path)/utils/ios', |
605 '<(skia_include_path)/utils/mac', | 602 '<(skia_include_path)/utils/mac', |
606 '<(skia_include_path)/utils/win', | 603 '<(skia_include_path)/utils/win', |
607 '<(skia_include_path)/utils/SkDebugUtils.h', | 604 '<(skia_include_path)/utils/SkDebugUtils.h', |
608 '<(skia_include_path)/utils/SkJSONCPP.h', | 605 '<(skia_include_path)/utils/SkJSONCPP.h', |
609 '<(skia_include_path)/views/animated', | 606 '<(skia_include_path)/views/animated', |
610 '<(skia_include_path)/views/SkOSWindow_Android.h', | 607 '<(skia_include_path)/views/SkOSWindow_Android.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'flags.gyp:flags', | 725 'flags.gyp:flags', |
729 'skia_lib.gyp:skia_lib', | 726 'skia_lib.gyp:skia_lib', |
730 'resources', | 727 'resources', |
731 ], | 728 ], |
732 }, | 729 }, |
733 ], | 730 ], |
734 }, | 731 }, |
735 ], | 732 ], |
736 ], | 733 ], |
737 } | 734 } |
OLD | NEW |