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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 '../third_party/icu/icu.gyp:icuuc', | 778 '../third_party/icu/icu.gyp:icuuc', |
779 ], | 779 ], |
780 'cflags': [ | 780 'cflags': [ |
781 '-Wno-unused', | 781 '-Wno-unused', |
782 '-Wno-unused-function', | 782 '-Wno-unused-function', |
783 ], | 783 ], |
784 'sources': [ | 784 'sources': [ |
785 'ext/SkFontHost_fontconfig.cpp', | 785 'ext/SkFontHost_fontconfig.cpp', |
786 'ext/SkFontHost_fontconfig_direct.cpp', | 786 'ext/SkFontHost_fontconfig_direct.cpp', |
787 ], | 787 ], |
788 'defines': [ | |
789 'SK_MAX_SIZE_FOR_LCDTEXT=256', | |
790 ], | |
791 }, { # use_glib == 0 | 788 }, { # use_glib == 0 |
792 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], | 789 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
793 'sources!': [ | 790 'sources!': [ |
794 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 791 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
795 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', | 792 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', |
796 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 793 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
797 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 794 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
798 ], | 795 ], |
799 }], | 796 }], |
800 [ 'toolkit_uses_gtk == 1', { | 797 [ 'toolkit_uses_gtk == 1', { |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 ], | 1109 ], |
1113 'include_dirs': [ | 1110 'include_dirs': [ |
1114 '..', | 1111 '..', |
1115 ], | 1112 ], |
1116 'sources': [ | 1113 'sources': [ |
1117 'ext/image_operations_bench.cc', | 1114 'ext/image_operations_bench.cc', |
1118 ], | 1115 ], |
1119 }, | 1116 }, |
1120 ], | 1117 ], |
1121 } | 1118 } |
OLD | NEW |