| 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 'paths_to_ignore': [ | 489 'paths_to_ignore': [ |
| 490 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 490 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 491 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 491 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
| 492 '<(skia_include_path)/ports/SkTypeface_mac.h', | 492 '<(skia_include_path)/ports/SkTypeface_mac.h', |
| 493 '<(skia_include_path)/ports/SkTypeface_win.h', | 493 '<(skia_include_path)/ports/SkTypeface_win.h', |
| 494 '<(skia_include_path)/utils/ios', | 494 '<(skia_include_path)/utils/ios', |
| 495 '<(skia_include_path)/utils/mac', | 495 '<(skia_include_path)/utils/mac', |
| 496 '<(skia_include_path)/utils/win', | 496 '<(skia_include_path)/utils/win', |
| 497 '<(skia_include_path)/utils/SkDebugUtils.h', | 497 '<(skia_include_path)/utils/SkDebugUtils.h', |
| 498 '<(skia_include_path)/utils/SkJSONCPP.h', | 498 '<(skia_include_path)/utils/SkJSONCPP.h', |
| 499 '<(skia_include_path)/views/SkOSWindow_Android.h', | |
| 500 '<(skia_include_path)/views/SkOSWindow_iOS.h', | 499 '<(skia_include_path)/views/SkOSWindow_iOS.h', |
| 501 '<(skia_include_path)/views/SkOSWindow_Mac.h', | 500 '<(skia_include_path)/views/SkOSWindow_Mac.h', |
| 502 '<(skia_include_path)/views/SkOSWindow_SDL.h', | 501 '<(skia_include_path)/views/SkOSWindow_SDL.h', |
| 503 '<(skia_include_path)/views/SkOSWindow_Unix.h', | 502 '<(skia_include_path)/views/SkOSWindow_Unix.h', |
| 504 '<(skia_include_path)/views/SkOSWindow_Win.h', | 503 '<(skia_include_path)/views/SkOSWindow_Win.h', |
| 505 '<(skia_include_path)/views/SkWindow.h', | 504 '<(skia_include_path)/views/SkWindow.h', |
| 506 '<(skia_include_path)/gpu/vk', | 505 '<(skia_include_path)/gpu/vk', |
| 507 ], | 506 ], |
| 508 'output_file' : [ | 507 'output_file' : [ |
| 509 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', | 508 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 'pdf.gyp:pdf', | 642 'pdf.gyp:pdf', |
| 644 'gputest.gyp:osmesa', | 643 'gputest.gyp:osmesa', |
| 645 ], | 644 ], |
| 646 'defines': [ 'FIDDLE_BUILD_TEST' ], | 645 'defines': [ 'FIDDLE_BUILD_TEST' ], |
| 647 }, | 646 }, |
| 648 ], | 647 ], |
| 649 }, | 648 }, |
| 650 ], | 649 ], |
| 651 ], | 650 ], |
| 652 } | 651 } |
| OLD | NEW |