| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 '<(skia_include_path)/utils/SkDebugUtils.h', | 477 '<(skia_include_path)/utils/SkDebugUtils.h', |
| 478 '<(skia_include_path)/utils/SkJSONCPP.h', | 478 '<(skia_include_path)/utils/SkJSONCPP.h', |
| 479 '<(skia_include_path)/views/animated', | 479 '<(skia_include_path)/views/animated', |
| 480 '<(skia_include_path)/views/SkOSWindow_Android.h', | 480 '<(skia_include_path)/views/SkOSWindow_Android.h', |
| 481 '<(skia_include_path)/views/SkOSWindow_iOS.h', | 481 '<(skia_include_path)/views/SkOSWindow_iOS.h', |
| 482 '<(skia_include_path)/views/SkOSWindow_Mac.h', | 482 '<(skia_include_path)/views/SkOSWindow_Mac.h', |
| 483 '<(skia_include_path)/views/SkOSWindow_SDL.h', | 483 '<(skia_include_path)/views/SkOSWindow_SDL.h', |
| 484 '<(skia_include_path)/views/SkOSWindow_Unix.h', | 484 '<(skia_include_path)/views/SkOSWindow_Unix.h', |
| 485 '<(skia_include_path)/views/SkOSWindow_Win.h', | 485 '<(skia_include_path)/views/SkOSWindow_Win.h', |
| 486 '<(skia_include_path)/views/SkWindow.h', | 486 '<(skia_include_path)/views/SkWindow.h', |
| 487 '<(skia_include_path)/gpu/vk', |
| 487 ], | 488 ], |
| 488 }, | 489 }, |
| 489 'include_dirs': [ | 490 'include_dirs': [ |
| 490 '<@(includes_to_test)', | 491 '<@(includes_to_test)', |
| 491 ], | 492 ], |
| 492 'sources': [ | 493 'sources': [ |
| 493 # unused_param_test.cpp is generated by the action below. | 494 # unused_param_test.cpp is generated by the action below. |
| 494 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', | 495 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', |
| 495 ], | 496 ], |
| 496 'actions': [ | 497 'actions': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'flags.gyp:flags', | 599 'flags.gyp:flags', |
| 599 'skia_lib.gyp:skia_lib', | 600 'skia_lib.gyp:skia_lib', |
| 600 'resources', | 601 'resources', |
| 601 ], | 602 ], |
| 602 }, | 603 }, |
| 603 ], | 604 ], |
| 604 }, | 605 }, |
| 605 ], | 606 ], |
| 606 ], | 607 ], |
| 607 } | 608 } |
| OLD | NEW |