Disable flaky WebNavigationApiTest.Failures on Windows.
[chromium-blink-merge.git] / third_party / harfbuzz-ng / BUILD.gn
blobb370348a9fb2e750903ca80d13be406973f16722
1 # Copyright 2014 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.
5 import("//build/config/linux/pkg_config.gni")
7 # The GYP build supports system harfbuzz for non-official builds when using
8 # pangoft2 1.31.0 or greater (which pulls it in).
9 # TODO(brettw) we can consider doing this as well, although the benefit is
10 # unclear and requires shelling out to a script to check the version.
12 # ChromeOS uses an up-to-date system one that we have control over, so we
13 # don't want to bloat the binary more by including another copy.
15 declare_args() {
16   # Since version 1.31.0, pangoft2 which we depend on pulls in harfbuzz
17   # anyways. However, we want to have control of the version of harfbuzz
18   # we use, so don't use system harfbuzz for official builds, unless we
19   # are building for chrome os, where we have the system harfbuzz under
20   # control as well. We also do not want to use the system harfbuzz
21   # when cross-compiling for ARM.
22   use_system_harfbuzz = is_linux && (is_chromeos || (!is_official_build &&
23                                                      current_cpu != "arm")) &&
24                         exec_script(pkg_config_script,
25                                     pkg_config_args + [
26                                           "--atleast-version=1.31.0",
27                                           "pangoft2",
28                                         ],
29                                     "value")
32 if (use_system_harfbuzz) {
33   import("//build/config/linux/pkg_config.gni")
34   pkg_config("harfbuzz_pkgconfig") {
35     packages = [ "harfbuzz" ]
36   }
37   group("harfbuzz-ng") {
38     public_configs = [ ":harfbuzz_pkgconfig" ]
39   }
40 } else {
41   config("harfbuzz-ng_config") {
42     include_dirs = [ "src" ]
43   }
45   static_library("harfbuzz-ng") {
46     sources = [
47       "src/hb-atomic-private.hh",
48       "src/hb-blob.cc",
49       "src/hb-blob.h",
50       "src/hb-buffer-deserialize-json.hh",
51       "src/hb-buffer-deserialize-text.hh",
52       "src/hb-buffer-private.hh",
53       "src/hb-buffer-serialize.cc",
54       "src/hb-buffer.cc",
55       "src/hb-buffer.h",
56       "src/hb-cache-private.hh",
57       "src/hb-common.cc",
58       "src/hb-common.h",
59       "src/hb-deprecated.h",
60       "src/hb-face-private.hh",
61       "src/hb-face.cc",
62       "src/hb-face.h",
63       "src/hb-fallback-shape.cc",
64       "src/hb-font-private.hh",
65       "src/hb-font.cc",
66       "src/hb-font.h",
67       "src/hb-icu.cc",
68       "src/hb-icu.h",
69       "src/hb-mutex-private.hh",
70       "src/hb-object-private.hh",
71       "src/hb-open-file-private.hh",
72       "src/hb-open-type-private.hh",
73       "src/hb-ot-head-table.hh",
74       "src/hb-ot-hhea-table.hh",
75       "src/hb-ot-hmtx-table.hh",
76       "src/hb-ot-layout-common-private.hh",
77       "src/hb-ot-layout-gdef-table.hh",
78       "src/hb-ot-layout-gpos-table.hh",
79       "src/hb-ot-layout-gsub-table.hh",
80       "src/hb-ot-layout-gsubgpos-private.hh",
81       "src/hb-ot-layout-private.hh",
82       "src/hb-ot-layout.cc",
83       "src/hb-ot-layout.h",
84       "src/hb-ot-map-private.hh",
85       "src/hb-ot-map.cc",
86       "src/hb-ot-maxp-table.hh",
87       "src/hb-ot-name-table.hh",
88       "src/hb-ot-shape-complex-arabic-fallback.hh",
89       "src/hb-ot-shape-complex-arabic-table.hh",
90       "src/hb-ot-shape-complex-arabic.cc",
91       "src/hb-ot-shape-complex-default.cc",
92       "src/hb-ot-shape-complex-hangul.cc",
93       "src/hb-ot-shape-complex-hebrew.cc",
94       "src/hb-ot-shape-complex-indic-machine.hh",
95       "src/hb-ot-shape-complex-indic-private.hh",
96       "src/hb-ot-shape-complex-indic-table.cc",
97       "src/hb-ot-shape-complex-indic.cc",
98       "src/hb-ot-shape-complex-myanmar-machine.hh",
99       "src/hb-ot-shape-complex-myanmar.cc",
100       "src/hb-ot-shape-complex-private.hh",
101       "src/hb-ot-shape-complex-sea-machine.hh",
102       "src/hb-ot-shape-complex-sea.cc",
103       "src/hb-ot-shape-complex-thai.cc",
104       "src/hb-ot-shape-complex-tibetan.cc",
105       "src/hb-ot-shape-fallback-private.hh",
106       "src/hb-ot-shape-fallback.cc",
107       "src/hb-ot-shape-normalize-private.hh",
108       "src/hb-ot-shape-normalize.cc",
109       "src/hb-ot-shape-private.hh",
110       "src/hb-ot-shape.cc",
111       "src/hb-ot-shape.h",
112       "src/hb-ot-tag.cc",
113       "src/hb-ot-tag.h",
114       "src/hb-ot.h",
115       "src/hb-private.hh",
116       "src/hb-set-private.hh",
117       "src/hb-set.cc",
118       "src/hb-set.h",
119       "src/hb-shape-plan-private.hh",
120       "src/hb-shape-plan.cc",
121       "src/hb-shape-plan.h",
122       "src/hb-shape.cc",
123       "src/hb-shape.h",
124       "src/hb-shaper-impl-private.hh",
125       "src/hb-shaper-list.hh",
126       "src/hb-shaper-private.hh",
127       "src/hb-shaper.cc",
128       "src/hb-unicode-private.hh",
129       "src/hb-unicode.cc",
130       "src/hb-unicode.h",
131       "src/hb-utf-private.hh",
132       "src/hb-version.h",
133       "src/hb-warning.cc",
134       "src/hb.h",
135     ]
137     defines = [
138       "HAVE_OT",
139       "HAVE_ICU",
140       "HAVE_ICU_BUILTIN",
141       "HB_NO_MT",
142     ]
144     configs -= [ "//build/config/compiler:chromium_code" ]
145     configs += [ "//build/config/compiler:no_chromium_code" ]
146     public_configs = [ ":harfbuzz-ng_config" ]
148     deps = [
149       "//third_party/icu:icuuc",
150     ]
152     cflags = []
153     if (is_clang) {
154       cflags += [ "-Wno-unused-value" ]
155     }
156     if (is_win) {
157       cflags += [ "/wd4334" ]  # Result of 32-bit shift implicitly converted to 64 bits.
158     }
159     if (is_mac) {
160       sources += [
161         "src/hb-coretext.cc",
162         "src/hb-coretext.h",
163       ]
164       defines += [ "HAVE_CORETEXT" ]
165     }
166   }