| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 'paths_to_ignore': [ | 469 'paths_to_ignore': [ |
| 470 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 470 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
| 471 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 471 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
| 472 '<(skia_include_path)/ports/SkTypeface_mac.h', | 472 '<(skia_include_path)/ports/SkTypeface_mac.h', |
| 473 '<(skia_include_path)/ports/SkTypeface_win.h', | 473 '<(skia_include_path)/ports/SkTypeface_win.h', |
| 474 '<(skia_include_path)/utils/ios', | 474 '<(skia_include_path)/utils/ios', |
| 475 '<(skia_include_path)/utils/mac', | 475 '<(skia_include_path)/utils/mac', |
| 476 '<(skia_include_path)/utils/win', | 476 '<(skia_include_path)/utils/win', |
| 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', | |
| 480 '<(skia_include_path)/views/SkOSWindow_Android.h', | 479 '<(skia_include_path)/views/SkOSWindow_Android.h', |
| 481 '<(skia_include_path)/views/SkOSWindow_iOS.h', | 480 '<(skia_include_path)/views/SkOSWindow_iOS.h', |
| 482 '<(skia_include_path)/views/SkOSWindow_Mac.h', | 481 '<(skia_include_path)/views/SkOSWindow_Mac.h', |
| 483 '<(skia_include_path)/views/SkOSWindow_SDL.h', | 482 '<(skia_include_path)/views/SkOSWindow_SDL.h', |
| 484 '<(skia_include_path)/views/SkOSWindow_Unix.h', | 483 '<(skia_include_path)/views/SkOSWindow_Unix.h', |
| 485 '<(skia_include_path)/views/SkOSWindow_Win.h', | 484 '<(skia_include_path)/views/SkOSWindow_Win.h', |
| 486 '<(skia_include_path)/views/SkWindow.h', | 485 '<(skia_include_path)/views/SkWindow.h', |
| 487 '<(skia_include_path)/gpu/vk', | 486 '<(skia_include_path)/gpu/vk', |
| 488 ], | 487 ], |
| 489 }, | 488 }, |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'flags.gyp:flags', | 598 'flags.gyp:flags', |
| 600 'skia_lib.gyp:skia_lib', | 599 'skia_lib.gyp:skia_lib', |
| 601 'resources', | 600 'resources', |
| 602 ], | 601 ], |
| 603 }, | 602 }, |
| 604 ], | 603 ], |
| 605 }, | 604 }, |
| 606 ], | 605 ], |
| 607 ], | 606 ], |
| 608 } | 607 } |
| OLD | NEW |