| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'src/hb-font.h', | 72 'src/hb-font.h', |
| 73 'src/hb-font-private.hh', | 73 'src/hb-font-private.hh', |
| 74 'src/hb.h', | 74 'src/hb.h', |
| 75 'src/hb-icu.cc', | 75 'src/hb-icu.cc', |
| 76 'src/hb-icu.h', | 76 'src/hb-icu.h', |
| 77 'src/hb-mutex-private.hh', | 77 'src/hb-mutex-private.hh', |
| 78 'src/hb-object-private.hh', | 78 'src/hb-object-private.hh', |
| 79 'src/hb-open-file-private.hh', | 79 'src/hb-open-file-private.hh', |
| 80 'src/hb-open-type-private.hh', | 80 'src/hb-open-type-private.hh', |
| 81 'src/hb-ot.h', | 81 'src/hb-ot.h', |
| 82 'src/hb-ot-font.cc', |
| 83 'src/hb-ot-font.h', |
| 82 'src/hb-ot-head-table.hh', | 84 'src/hb-ot-head-table.hh', |
| 83 'src/hb-ot-hhea-table.hh', | 85 'src/hb-ot-hhea-table.hh', |
| 84 'src/hb-ot-hmtx-table.hh', | 86 'src/hb-ot-hmtx-table.hh', |
| 85 'src/hb-ot-layout.cc', | 87 'src/hb-ot-layout.cc', |
| 86 'src/hb-ot-layout-common-private.hh', | 88 'src/hb-ot-layout-common-private.hh', |
| 87 'src/hb-ot-layout-gdef-table.hh', | 89 'src/hb-ot-layout-gdef-table.hh', |
| 88 'src/hb-ot-layout-gpos-table.hh', | 90 'src/hb-ot-layout-gpos-table.hh', |
| 89 'src/hb-ot-layout-gsubgpos-private.hh', | 91 'src/hb-ot-layout-gsubgpos-private.hh', |
| 90 'src/hb-ot-layout-gsub-table.hh', | 92 'src/hb-ot-layout-gsub-table.hh', |
| 91 'src/hb-ot-layout.h', | 93 'src/hb-ot-layout.h', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 ], | 192 ], |
| 191 'libraries': [ | 193 'libraries': [ |
| 192 '<!@(<(pkg-config) --libs-only-l harfbuzz)', | 194 '<!@(<(pkg-config) --libs-only-l harfbuzz)', |
| 193 ], | 195 ], |
| 194 }, | 196 }, |
| 195 }, | 197 }, |
| 196 ], | 198 ], |
| 197 }], | 199 }], |
| 198 ], | 200 ], |
| 199 } | 201 } |
| OLD | NEW |