From: halcanary Date: Wed, 27 Jul 2016 19:28:55 +0000 (-0700) Subject: DEPS: sfntly 468cad5 → b18b09b X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~116^2~554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95860ad4004e96f53485da49d0c2c91c50754206;p=platform%2Fupstream%2FlibSkiaSharp.git DEPS: sfntly 468cad5 → b18b09b SfntlyWrapper::SubsetFont now takes TTC index, needed for SkPDF. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2186103002 Review-Url: https://codereview.chromium.org/2186103002 --- diff --git a/DEPS b/DEPS index d2e05d4..40108de 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,7 @@ deps = { #"third_party/externals/v8": "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", # sfntly is used by the PDF backend for font subsetting - "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@468cad540fa1b0027cad60456f53feabecdce2bc", + "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b18b09b6114b9b7fe6fc2f96d8b15e8a72f66916", # ICU is needed for sfntly. "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@ec9c1133693148470ffe2e5e53576998e3650c1d",