From 6d75d119dc5658538b8f60a903fb922ea597c3b6 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 27 Jan 2017 14:12:32 -0500 Subject: [PATCH] =?utf8?q?harfbuzz=201.3.0=20=E2=86=92=201.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0c2f050c70755523abfbe98c17e90a90ecbedff5 Reviewed-on: https://skia-review.googlesource.com/8113 Reviewed-by: Mike Klein Commit-Queue: Hal Canary --- DEPS | 2 +- third_party/harfbuzz/BUILD.gn | 1 + third_party/harfbuzz/README | 0 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 third_party/harfbuzz/README diff --git a/DEPS b/DEPS index ac13202..61e441d 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ deps = { "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@57f17473791703ac82add77c3d77d13d8e2dfbc4", "third_party/externals/freetype": "https://skia.googlesource.com/third_party/freetype2.git@08fd250e1af0aa16d18012d39462e6ca9bbc6e90", - "third_party/externals/harfbuzz": "https://skia.googlesource.com/third_party/harfbuzz.git@1.3.0", + "third_party/externals/harfbuzz": "https://skia.googlesource.com/third_party/harfbuzz.git@1.4.2", "third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@1.0.0", "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@v0.5.2-rc2", "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@4576304a4b9835aa8646c9735b079e1d96858633", diff --git a/third_party/harfbuzz/BUILD.gn b/third_party/harfbuzz/BUILD.gn index 6570653..9ac9835 100644 --- a/third_party/harfbuzz/BUILD.gn +++ b/third_party/harfbuzz/BUILD.gn @@ -49,6 +49,7 @@ third_party("harfbuzz") { "../externals/harfbuzz/src/hb-ot-shape-normalize.cc", "../externals/harfbuzz/src/hb-ot-shape.cc", "../externals/harfbuzz/src/hb-ot-tag.cc", + "../externals/harfbuzz/src/hb-ot-var.cc", "../externals/harfbuzz/src/hb-set.cc", "../externals/harfbuzz/src/hb-shape-plan.cc", "../externals/harfbuzz/src/hb-shape.cc", diff --git a/third_party/harfbuzz/README b/third_party/harfbuzz/README old mode 100644 new mode 100755 -- 2.7.4