OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../build/common.gypi', | 7 '../build/common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 '-Wno-unused', | 698 '-Wno-unused', |
699 '-Wno-unused-function', | 699 '-Wno-unused-function', |
700 ], | 700 ], |
701 'sources!': [ | 701 'sources!': [ |
702 'ports/SkFontHost_none.cpp', | 702 'ports/SkFontHost_none.cpp', |
703 'sgl/SkTypeface_fake.cpp', | 703 'sgl/SkTypeface_fake.cpp', |
704 ], | 704 ], |
705 'defines': [ | 705 'defines': [ |
706 'SKIA_HARFBUZZ', | 706 'SKIA_HARFBUZZ', |
707 ], | 707 ], |
| 708 'direct_dependent_settings': { |
| 709 'defines': [ |
| 710 'SKIA_HARFBUZZ', |
| 711 ], |
| 712 }, |
| 713 'export_dependent_settings': [ |
| 714 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', |
| 715 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', |
| 716 ], |
708 }], | 717 }], |
709 [ 'OS == "mac"', { | 718 [ 'OS == "mac"', { |
710 'defines': [ | 719 'defines': [ |
711 'SK_BUILD_FOR_MAC', | 720 'SK_BUILD_FOR_MAC', |
712 ], | 721 ], |
713 }], | 722 }], |
714 [ 'OS == "win"', { | 723 [ 'OS == "win"', { |
715 'sources!': [ | 724 'sources!': [ |
716 'images/SkMMapStream.cpp', | 725 'images/SkMMapStream.cpp', |
717 'ports/SkFontHost_TrueType_Tables.cpp', | 726 'ports/SkFontHost_TrueType_Tables.cpp', |
(...skipping 11 matching lines...) Expand all Loading... |
729 'direct_dependent_settings': { | 738 'direct_dependent_settings': { |
730 'include_dirs': [ | 739 'include_dirs': [ |
731 'include', | 740 'include', |
732 'include/corecg', | 741 'include/corecg', |
733 'ext', | 742 'ext', |
734 ], | 743 ], |
735 }, | 744 }, |
736 }, | 745 }, |
737 ], | 746 ], |
738 } | 747 } |
OLD | NEW |