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 'conditions': [ | 6 'conditions': [ |
7 ['use_harfbuzz_ng==0', { | 7 ['use_harfbuzz_ng==0', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'harfbuzz', | 10 'target_name': 'harfbuzz', |
11 'type': 'static_library', | 11 'type': 'static_library', |
12 'sources': [ | 12 'sources': [ |
13 'contrib/harfbuzz-freetype.c', | 13 'contrib/harfbuzz-freetype.c', |
14 'contrib/harfbuzz-unicode.c', | 14 'contrib/harfbuzz-unicode.c', |
15 'contrib/harfbuzz-unicode-tables.c', | 15 'contrib/harfbuzz-unicode-tables.c', |
16 'src/harfbuzz-buffer.c', | 16 'src/harfbuzz-buffer.c', |
17 'src/harfbuzz-stream.c', | 17 'src/harfbuzz-stream.c', |
18 'src/harfbuzz-dump.c', | 18 'src/harfbuzz-dump.c', |
19 'src/harfbuzz-gdef.c', | 19 'src/harfbuzz-gdef.c', |
20 'src/harfbuzz-gpos.c', | 20 'src/harfbuzz-gpos.c', |
21 'src/harfbuzz-gsub.c', | 21 'src/harfbuzz-gsub.c', |
22 'src/harfbuzz-impl.c', | 22 'src/harfbuzz-impl.c', |
23 'src/harfbuzz-open.c', | 23 'src/harfbuzz-open.c', |
24 'src/harfbuzz-shaper.cpp', | 24 'src/harfbuzz-shaper.cpp', |
25 'src/harfbuzz-tibetan.c', | 25 'src/harfbuzz-tibetan.c', |
26 'src/harfbuzz-khmer.c', | 26 'src/harfbuzz-khmer.c', |
27 'src/harfbuzz-indic.cpp', | 27 'src/harfbuzz-indic.cpp', |
| 28 'src/harfbuzz-greek.c', |
28 'src/harfbuzz-hebrew.c', | 29 'src/harfbuzz-hebrew.c', |
29 'src/harfbuzz-arabic.c', | 30 'src/harfbuzz-arabic.c', |
30 'src/harfbuzz-hangul.c', | 31 'src/harfbuzz-hangul.c', |
31 'src/harfbuzz-myanmar.c', | 32 'src/harfbuzz-myanmar.c', |
32 'src/harfbuzz-thai.c', | 33 'src/harfbuzz-thai.c', |
33 ], | 34 ], |
34 'include_dirs': [ | 35 'include_dirs': [ |
35 'contrib', | 36 'contrib', |
36 'src', | 37 'src', |
37 ], | 38 ], |
(...skipping 19 matching lines...) Expand all Loading... |
57 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' | 58 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' |
58 ], | 59 ], |
59 'export_dependent_settings': [ | 60 'export_dependent_settings': [ |
60 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' | 61 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' |
61 ], | 62 ], |
62 } | 63 } |
63 ] | 64 ] |
64 }] | 65 }] |
65 ] | 66 ] |
66 } | 67 } |
OLD | NEW |