| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 '<(skia_include_path)/animator', | 525 '<(skia_include_path)/animator', |
| 526 '<(skia_include_path)/c', | 526 '<(skia_include_path)/c', |
| 527 '<(skia_include_path)/codec', | 527 '<(skia_include_path)/codec', |
| 528 '<(skia_include_path)/config', | 528 '<(skia_include_path)/config', |
| 529 '<(skia_include_path)/core', | 529 '<(skia_include_path)/core', |
| 530 '<(skia_include_path)/effects', | 530 '<(skia_include_path)/effects', |
| 531 '<(skia_include_path)/gpu', | 531 '<(skia_include_path)/gpu', |
| 532 '<(skia_include_path)/images', | 532 '<(skia_include_path)/images', |
| 533 '<(skia_include_path)/pathops', | 533 '<(skia_include_path)/pathops', |
| 534 '<(skia_include_path)/ports', | 534 '<(skia_include_path)/ports', |
| 535 '<(skia_include_path)/svg/parser', | |
| 536 '<(skia_include_path)/utils', | 535 '<(skia_include_path)/utils', |
| 537 '<(skia_include_path)/views', | 536 '<(skia_include_path)/views', |
| 538 '<(skia_include_path)/xml', | 537 '<(skia_include_path)/xml', |
| 539 ], | 538 ], |
| 540 'paths_to_ignore': [ | 539 'paths_to_ignore': [ |
| 541 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 540 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 542 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 541 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
| 543 '<(skia_include_path)/ports/SkTypeface_mac.h', | 542 '<(skia_include_path)/ports/SkTypeface_mac.h', |
| 544 '<(skia_include_path)/ports/SkTypeface_win.h', | 543 '<(skia_include_path)/ports/SkTypeface_win.h', |
| 545 '<(skia_include_path)/utils/ios', | 544 '<(skia_include_path)/utils/ios', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 'pdf.gyp:pdf', | 692 'pdf.gyp:pdf', |
| 694 'gputest.gyp:osmesa', | 693 'gputest.gyp:osmesa', |
| 695 ], | 694 ], |
| 696 'defines': [ 'FIDDLE_BUILD_TEST' ], | 695 'defines': [ 'FIDDLE_BUILD_TEST' ], |
| 697 }, | 696 }, |
| 698 ], | 697 ], |
| 699 }, | 698 }, |
| 700 ], | 699 ], |
| 701 ], | 700 ], |
| 702 } | 701 } |
| OLD | NEW |