From 7a223f5825db96d6499523872ea32d5dba8d2667 Mon Sep 17 00:00:00 2001 From: halcanary Date: Mon, 9 May 2016 08:00:26 -0700 Subject: [PATCH] DEPS: update icu + sfntly GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1960153002 Review-Url: https://codereview.chromium.org/1960153002 --- DEPS | 4 ++-- gyp/sfntly.gyp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 183edf1..8015846 100644 --- a/DEPS +++ b/DEPS @@ -36,9 +36,9 @@ 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/sfntly/cpp/src.git@1bdaae8fc788a5ac8936d68bf24f37d977a13dac", + "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@130f832eddf98467e6578b548cb74ce17d04a26d", # ICU is needed for sfntly. - "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@ce41627e388fb46ab49671bd16a5db81dcd75a71", + "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@c291cde264469b20ca969ce8832088acb21e0c48", # sdl will be needed for native windows "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9b526d28cb2d7f0ccff0613c94bb52abc8f53b6f", diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp index b23a7db..0704ba1 100644 --- a/gyp/sfntly.gyp +++ b/gyp/sfntly.gyp @@ -11,7 +11,7 @@ 'common_variables.gypi', ], 'variables': { - 'sfntly_src_path': '../third_party/externals/sfntly', + 'sfntly_src_path': '../third_party/externals/sfntly/cpp/src', }, 'direct_dependent_settings': { 'include_dirs': [ '<(sfntly_src_path)/sample/chromium', ], @@ -22,7 +22,7 @@ 'sources': [ '<(sfntly_src_path)/sample/chromium/font_subsetter.cc', '<(sfntly_src_path)/sample/chromium/subsetter_impl.cc', - '