summaryrefslogtreecommitdiff
path: root/chromium/third_party/harfbuzz-ng
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-12 14:07:37 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 10:29:26 +0000
commitec02ee4181c49b61fce1c8fb99292dbb8139cc90 (patch)
tree25cde714b2b71eb639d1cd53f5a22e9ba76e14ef /chromium/third_party/harfbuzz-ng
parentbb09965444b5bb20b096a291445170876225268d (diff)
downloadqtwebengine-chromium-ec02ee4181c49b61fce1c8fb99292dbb8139cc90.tar.gz
BASELINE: Update Chromium to 59.0.3071.134
Change-Id: Id02ef6fb2204c5fd21668a1c3e6911c83b17585a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/third_party/harfbuzz-ng')
-rw-r--r--chromium/third_party/harfbuzz-ng/BUILD.gn3
-rw-r--r--chromium/third_party/harfbuzz-ng/OWNERS2
2 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/harfbuzz-ng/BUILD.gn b/chromium/third_party/harfbuzz-ng/BUILD.gn
index 104f403193c..2bd5a2d0735 100644
--- a/chromium/third_party/harfbuzz-ng/BUILD.gn
+++ b/chromium/third_party/harfbuzz-ng/BUILD.gn
@@ -103,6 +103,7 @@ if (use_system_harfbuzz) {
"src/hb-ot-map.cc",
"src/hb-ot-math-table.hh",
"src/hb-ot-math.cc",
+ "src/hb-ot-math.h",
"src/hb-ot-maxp-table.hh",
"src/hb-ot-name-table.hh",
"src/hb-ot-shape-complex-arabic-fallback.hh",
@@ -202,7 +203,7 @@ if (use_system_harfbuzz) {
# See crbug.com/462689.
if (is_linux && use_pango && !is_chromeos && !is_official_build &&
current_cpu != "arm" && current_cpu != "mipsel") {
- deps += [ "//build/linux:freetype2" ]
+ deps += [ "//build/config/freetype" ]
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
configs += [ "//build/config/gcc:symbol_visibility_default" ]
sources += [
diff --git a/chromium/third_party/harfbuzz-ng/OWNERS b/chromium/third_party/harfbuzz-ng/OWNERS
index 195cf3df191..43d90d076f5 100644
--- a/chromium/third_party/harfbuzz-ng/OWNERS
+++ b/chromium/third_party/harfbuzz-ng/OWNERS
@@ -5,5 +5,5 @@ drott@chromium.org
eae@chromium.org
jshin@chromium.org
-# TEAM: layout-dev@
+# TEAM: layout-dev@chromium.org
# COMPONENT: Blink>Fonts