Use bundled freetype from Chromium

This commit is contained in:
Cheng Zhao
2018-03-08 06:08:18 +00:00
committed by John Kleinschmidt
parent 134d3f98c9
commit 51f89048d6
2 changed files with 1 additions and 10 deletions

View File

@@ -161,7 +161,6 @@
'-ldl',
'-lresolv',
'-lfontconfig',
'-lfreetype',
'-lexpat',
],
},
@@ -173,14 +172,6 @@
],
},
}],
# On ARM64 libchromiumcontent always links to system libfreetype
['target_arch=="arm64"', {
'link_settings': {
'libraries': [
'-lfreetype',
],
},
}],
],
}], # OS=="linux"
['OS=="mac"', {