From e07f65b746ff1d52d943dd930315f7ec7a0c726a Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Sat, 29 Apr 2017 22:08:59 +0000 Subject: www/chromium: update to 58.0.3029.81 MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html --- www/chromium/files/patch-content_shell_BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/chromium/files/patch-content_shell_BUILD.gn') diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 9bbea1f71271..0167eba7577f 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2017-03-09 20:04:32 UTC +--- content/shell/BUILD.gn.orig 2017-04-19 19:06:34 UTC +++ content/shell/BUILD.gn -@@ -296,7 +296,7 @@ static_library("content_shell_lib") { +@@ -295,7 +295,7 @@ static_library("content_shell_lib") { ] } @@ -9,7 +9,7 @@ deps += [ "//build/linux:fontconfig", "//ui/gfx:test_support", -@@ -320,7 +320,7 @@ static_library("content_shell_lib") { +@@ -319,7 +319,7 @@ static_library("content_shell_lib") { ] } @@ -18,13 +18,13 @@ deps += [ "//components/crash/content/app", "//components/crash/content/browser", -@@ -369,7 +369,7 @@ static_library("content_shell_lib") { +@@ -368,7 +368,7 @@ static_library("content_shell_lib") { ] } - if (is_linux) { + if (is_linux || is_bsd) { - deps += [ "//third_party/freetype2" ] + deps += [ "//third_party/freetype-android:freetype" ] } @@ -539,7 +539,7 @@ if (is_android) { -- cgit v1.2.3