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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 '<(skia_include_path)/android', | 424 '<(skia_include_path)/android', |
425 '<(skia_include_path)/animator', | 425 '<(skia_include_path)/animator', |
426 '<(skia_include_path)/c', | 426 '<(skia_include_path)/c', |
427 '<(skia_include_path)/codec', | 427 '<(skia_include_path)/codec', |
428 '<(skia_include_path)/config', | 428 '<(skia_include_path)/config', |
429 '<(skia_include_path)/core', | 429 '<(skia_include_path)/core', |
430 '<(skia_include_path)/effects', | 430 '<(skia_include_path)/effects', |
431 '<(skia_include_path)/gpu', | 431 '<(skia_include_path)/gpu', |
432 '<(skia_include_path)/images', | 432 '<(skia_include_path)/images', |
433 '<(skia_include_path)/pathops', | 433 '<(skia_include_path)/pathops', |
434 '<(skia_include_path)/pipe', | |
435 '<(skia_include_path)/ports', | 434 '<(skia_include_path)/ports', |
436 '<(skia_include_path)/svg/parser', | 435 '<(skia_include_path)/svg/parser', |
437 '<(skia_include_path)/utils', | 436 '<(skia_include_path)/utils', |
438 '<(skia_include_path)/views', | 437 '<(skia_include_path)/views', |
439 '<(skia_include_path)/xml', | 438 '<(skia_include_path)/xml', |
440 ], | 439 ], |
441 'paths_to_ignore': [ | 440 'paths_to_ignore': [ |
442 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', | 441 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', |
443 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', | 442 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', |
444 '<(skia_include_path)/ports/SkTypeface_mac.h', | 443 '<(skia_include_path)/ports/SkTypeface_mac.h', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'flags.gyp:flags', | 569 'flags.gyp:flags', |
571 'skia_lib.gyp:skia_lib', | 570 'skia_lib.gyp:skia_lib', |
572 'resources', | 571 'resources', |
573 ], | 572 ], |
574 }, | 573 }, |
575 ], | 574 ], |
576 }, | 575 }, |
577 ], | 576 ], |
578 ], | 577 ], |
579 } | 578 } |
OLD | NEW |