summaryrefslogtreecommitdiffstats
path: root/third_party/harfbuzz-ng/harfbuzz.gyp
blob: 08bbb14731e69f229dc9bd6d69799c893d5b32e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      'target_name': 'harfbuzz',
      'type': '<(library)',
      'sources': [
        'src/hb-blob-private.h',
        'src/hb-blob.c',
        'src/hb-blob.h',
        'src/hb-buffer-private.hh',
        'src/hb-buffer.cc',
        'src/hb-buffer.h',
        'src/hb-common.c',
        'src/hb-common.h',
        'src/hb-font-private.h',
        'src/hb-font.cc',
        'src/hb-font.h',
        'src/hb-ft.c',
        'src/hb-icu.c',
        'src/hb-language.c',
        'src/hb-language.h',
        'src/hb-object-private.h',
        'src/hb-open-file-private.hh',
        'src/hb-open-type-private.hh',
        'src/hb-ot-head-private.hh',
        'src/hb-ot-layout-common-private.hh',
        'src/hb-ot-layout-gdef-private.hh',
        'src/hb-ot-layout-gpos-private.hh',
        'src/hb-ot-layout-gsub-private.hh',
        'src/hb-ot-layout-gsubgpos-private.hh',
        'src/hb-ot-layout-private.hh',
        'src/hb-ot-layout.cc',
        'src/hb-ot-map-private.hh',
        'src/hb-ot-map.cc',
        'src/hb-ot-shape-complex-arabic-table.h',
        'src/hb-ot-shape-complex-arabic.cc',
        'src/hb-ot-shape-complex-private.hh',
        'src/hb-ot-shape-private.hh',
        'src/hb-ot-shape.cc',
        'src/hb-ot-tag.c',
        'src/hb-private.h',
        'src/hb-shape.cc',
        'src/hb-shape.h',
        'src/hb-unicode-private.h',
        'src/hb-unicode.c',
        'src/hb-unicode.h',
        'src/hb.h',
      ],
      'include_dirs': [
        'src',
      ],
      'direct_dependent_settings': {
        'include_dirs': [
          'src',
        ],
      },
      'dependencies': [
        '../../build/linux/system.gyp:freetype2',
        '../../third_party/icu/icu.gyp:icuuc',
      ],
    },
  ],
}

# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: