OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'variables': { | 10 'variables': { |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'src/hb-font.h', | 66 'src/hb-font.h', |
67 'src/hb-font-private.hh', | 67 'src/hb-font-private.hh', |
68 'src/hb.h', | 68 'src/hb.h', |
69 'src/hb-icu.cc', | 69 'src/hb-icu.cc', |
70 'src/hb-icu.h', | 70 'src/hb-icu.h', |
71 'src/hb-mutex-private.hh', | 71 'src/hb-mutex-private.hh', |
72 'src/hb-object-private.hh', | 72 'src/hb-object-private.hh', |
73 'src/hb-open-file-private.hh', | 73 'src/hb-open-file-private.hh', |
74 'src/hb-open-type-private.hh', | 74 'src/hb-open-type-private.hh', |
75 'src/hb-ot.h', | 75 'src/hb-ot.h', |
| 76 'src/hb-ot-cmap-table.hh', |
| 77 'src/hb-ot-font.h', |
| 78 'src/hb-ot-font.cc', |
76 'src/hb-ot-head-table.hh', | 79 'src/hb-ot-head-table.hh', |
77 'src/hb-ot-hhea-table.hh', | 80 'src/hb-ot-hhea-table.hh', |
78 'src/hb-ot-hmtx-table.hh', | 81 'src/hb-ot-hmtx-table.hh', |
79 'src/hb-ot-layout.cc', | 82 'src/hb-ot-layout.cc', |
80 'src/hb-ot-layout-common-private.hh', | 83 'src/hb-ot-layout-common-private.hh', |
81 'src/hb-ot-layout-gdef-table.hh', | 84 'src/hb-ot-layout-gdef-table.hh', |
82 'src/hb-ot-layout-gpos-table.hh', | 85 'src/hb-ot-layout-gpos-table.hh', |
83 'src/hb-ot-layout-gsubgpos-private.hh', | 86 'src/hb-ot-layout-gsubgpos-private.hh', |
84 'src/hb-ot-layout-gsub-table.hh', | 87 'src/hb-ot-layout-gsub-table.hh', |
85 'src/hb-ot-layout.h', | 88 'src/hb-ot-layout.h', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 ], | 194 ], |
192 'libraries': [ | 195 'libraries': [ |
193 '<!@(<(pkg-config) --libs-only-l harfbuzz)', | 196 '<!@(<(pkg-config) --libs-only-l harfbuzz)', |
194 ], | 197 ], |
195 }, | 198 }, |
196 }, | 199 }, |
197 ], | 200 ], |
198 }], | 201 }], |
199 ], | 202 ], |
200 } | 203 } |
OLD | NEW |