OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'skia', | 8 'target_name': 'skia', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'sources': [ | 10 'sources': [ |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 'SK_DISABLE_FAST_AA_STROKE_RECT', | 716 'SK_DISABLE_FAST_AA_STROKE_RECT', |
717 'SK_IGNORE_CF_OPTIMIZATION', | 717 'SK_IGNORE_CF_OPTIMIZATION', |
718 ], | 718 ], |
719 'sources!': [ | 719 'sources!': [ |
720 '../third_party/skia/include/core/SkTypes.h', | 720 '../third_party/skia/include/core/SkTypes.h', |
721 ], | 721 ], |
722 'conditions': [ | 722 'conditions': [ |
723 [ 'OS != "mac"', { | 723 [ 'OS != "mac"', { |
724 'sources/': [ | 724 'sources/': [ |
725 ['exclude', '_mac\\.(cc|cpp|mm?)$'], | 725 ['exclude', '_mac\\.(cc|cpp|mm?)$'], |
726 ['exclude', '/mac/'] ], | 726 ['exclude', '/mac/'] |
| 727 ], |
| 728 'sources': [ |
| 729 '../third_party/skia/include/utils/SkMatrix44.h', |
| 730 '../third_party/skia/src/utils/SkMatrix44.cpp', |
| 731 ], |
727 }], | 732 }], |
728 [ 'toolkit_uses_gtk == 0', { | 733 [ 'toolkit_uses_gtk == 0', { |
729 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ], | 734 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ], |
730 'sources!': [ | 735 'sources!': [ |
731 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 736 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
732 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', | 737 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', |
733 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 738 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
734 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 739 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
735 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 740 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
736 ], | 741 ], |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 ], | 1002 ], |
998 }, | 1003 }, |
999 ], | 1004 ], |
1000 } | 1005 } |
1001 | 1006 |
1002 # Local Variables: | 1007 # Local Variables: |
1003 # tab-width:2 | 1008 # tab-width:2 |
1004 # indent-tabs-mode:nil | 1009 # indent-tabs-mode:nil |
1005 # End: | 1010 # End: |
1006 # vim: set expandtab tabstop=2 shiftwidth=2: | 1011 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |