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