Skip to content

Commit

Permalink
Use bundled freetype from Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz authored and John Kleinschmidt committed Mar 8, 2018
1 parent 134d3f9 commit 51f8904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions brightray/brightray.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
'-ldl',
'-lresolv',
'-lfontconfig',
'-lfreetype',
'-lexpat',
],
},
Expand All @@ -173,14 +172,6 @@
],
},
}],
# On ARM64 libchromiumcontent always links to system libfreetype
['target_arch=="arm64"', {
'link_settings': {
'libraries': [
'-lfreetype',
],
},
}],
],
}], # OS=="linux"
['OS=="mac"', {
Expand Down
2 changes: 1 addition & 1 deletion vendor/libchromiumcontent
Submodule libchromiumcontent updated 35 files
+1 −2 .gitignore
+2 −2 README.md
+8 −23 chromiumcontent/args/ffmpeg.gn
+7 −20 chromiumcontent/args/shared_library.gn
+7 −20 chromiumcontent/args/static_library.gn
+0 −41 patches-mips64el/001-Use-system-ninja-build-instead-of-ninja-in-depot_too.patch
+0 −76 patches-mips64el/002-Add-support-for-mips64-with-build-gn.patch
+0 −154 patches-mips64el/003-Add-mips64el-support-and-loongson3a-for-compiler.patch
+5 −5 patches-mips64el/007-Add-mips64el-redhat-linux-to-gcc_toolchain-for-mips6.patch
+0 −25 patches-mips64el/008-Add-mips64-support-for-sysroot.patch
+53,617 −0 patches-mips64el/011-backport-sqlite-8a87f7e.patch
+308 −0 patches-mips64el/012-backport-sqlite-9851f2e.patch
+18,215 −0 patches-mips64el/013-backport-sqlite-3d8ec48.patch
+46 −0 patches-mips64el/014-support-old-nss.patch
+0 −60 patches-mips64el/third_party/ffmpeg/001-Fix-build_ffmpeg.py-with-mips64-support.patch
+1 −1 patches-mips64el/third_party/ffmpeg/002-Fix-build_ffmpeg-with-cross-prefix-mips64el-redhat-l.patch
+0 −68 patches-mips64el/v8/001-Fix-v8-sunspider-1.0.2-some-cases-test-failed-with-u.patch
+37 −0 patches/002-dcheck.patch
+13 −0 patches/082-fix-arm64-linking-error.patch
+118 −0 patches/v8/037-backport_76c3ac5.patch
+788 −0 patches/v8/038-cherry_pick_dbfe4a49d8.patch
+12 −0 patches/v8/039-cherry_pick_c3458a8.patch
+124 −0 patches/v8/040-cherry_pick_50f7455.patch
+23 −0 patches/v8/041-backport_a2b91ed.patch
+284 −0 patches/v8/041-cherry_pick_ac0fe8ec.patch
+35 −0 patches/v8/042-backport_3ecb047.patch
+15 −12 script/apply-patches
+3 −18 script/build
+8 −25 script/create-dist
+23 −0 script/lib/config.py
+80 −0 script/lib/patches.py
+0 −9 script/mips64el/ninja-mips64el
+0 −50 script/mips64el/runhooks-mips64el
+15 −23 script/patch.py
+12 −46 script/update

0 comments on commit 51f8904

Please sign in to comment.