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
3 # found in the LICENSE file.
7 'use_system_harfbuzz%': 0,
10 '../../build/win_precompile.gypi',
13 ['use_system_harfbuzz==0', {
16 'target_name': 'harfbuzz-ng',
17 'type': 'static_library',
24 'src/hb-atomic-private.hh',
27 'src/hb-buffer-private.hh',
30 'src/hb-cache-private.hh',
33 'src/hb-fallback-shape.cc',
34 'src/hb-font-private.hh',
39 'src/hb-mutex-private.hh',
40 'src/hb-object-private.hh',
41 'src/hb-open-file-private.hh',
42 'src/hb-open-type-private.hh',
43 'src/hb-ot-head-table.hh',
44 'src/hb-ot-hhea-table.hh',
45 'src/hb-ot-hmtx-table.hh',
46 'src/hb-ot-layout-common-private.hh',
47 'src/hb-ot-layout-gdef-table.hh',
48 'src/hb-ot-layout-gpos-table.hh',
49 'src/hb-ot-layout-gsub-table.hh',
50 'src/hb-ot-layout-gsubgpos-private.hh',
51 'src/hb-ot-layout-private.hh',
52 'src/hb-ot-layout.cc',
54 'src/hb-ot-map-private.hh',
56 'src/hb-ot-maxp-table.hh',
57 'src/hb-ot-name-table.hh',
58 'src/hb-ot-shape-complex-arabic-fallback.hh',
59 'src/hb-ot-shape-complex-arabic-table.hh',
60 'src/hb-ot-shape-complex-arabic.cc',
61 'src/hb-ot-shape-complex-default.cc',
62 'src/hb-ot-shape-complex-indic-machine.hh',
63 'src/hb-ot-shape-complex-indic-private.hh',
64 'src/hb-ot-shape-complex-indic-table.hh',
65 'src/hb-ot-shape-complex-indic.cc',
66 'src/hb-ot-shape-complex-private.hh',
67 'src/hb-ot-shape-complex-thai.cc',
68 'src/hb-ot-shape-fallback-private.hh',
69 'src/hb-ot-shape-fallback.cc',
70 'src/hb-ot-shape-normalize-private.hh',
71 'src/hb-ot-shape-normalize.cc',
72 'src/hb-ot-shape-private.hh',
78 'src/hb-set-private.hh',
81 'src/hb-shape-plan-private.hh',
82 'src/hb-shape-plan.cc',
83 'src/hb-shape-plan.h',
86 'src/hb-shaper-impl-private.hh',
87 'src/hb-shaper-list.hh',
88 'src/hb-shaper-private.hh',
91 'src/hb-unicode-private.hh',
94 'src/hb-utf-private.hh',
102 'direct_dependent_settings': {
108 '../../third_party/icu/icu.gyp:icuuc',
124 }, { # use_system_harfbuzz == 1
127 'target_name': 'harfbuzz-ng',
130 '<!@(pkg-config --cflags harfbuzz)',
132 'direct_dependent_settings': {
134 '<!@(pkg-config --cflags harfbuzz)',
139 '<!@(pkg-config --libs-only-L --libs-only-other harfbuzz)',
142 '<!@(pkg-config --libs-only-l harfbuzz)',