Switch to Harfbuzz 1.5.0 from Fuchsia. (#4006)

This commit is contained in:
Chinmay Garde 2017-08-25 12:57:43 -07:00 committed by GitHub
parent 78d99d4e79
commit 2e46f6ff75
2 changed files with 4 additions and 2 deletions

5
DEPS
View File

@ -113,7 +113,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'baaae21dbb12b3d75c99498de79d503989d17e79',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '34c6084946b71a14b9a590db14c2b417ea5055d4',
# Fuchsia compatibility
#
@ -142,6 +142,9 @@ deps = {
'src/third_party/rapidjson':
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + '9defbb0209a534ffeb3a2b79d5ee440a77407292',
'src/third_party/harfbuzz':
Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + 'a10951da60ca6712de4da5f18ec75c515dd8e5c1',
# Chromium-style
#
# As part of integrating with Fuchsia, we should eventually remove all these

View File

@ -83,7 +83,6 @@ def to_gn_args(args):
if not args.simulator:
aot = True
else:
gn_args['use_system_harfbuzz'] = False
aot = False
if args.runtime_mode == 'debug':