diff options
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 0167eba..5ca8121 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-04-19 19:06:34 UTC +--- content/shell/BUILD.gn.orig 2017-06-05 19:03:07 UTC +++ content/shell/BUILD.gn -@@ -295,7 +295,7 @@ static_library("content_shell_lib") { +@@ -298,7 +298,7 @@ static_library("content_shell_lib") { ] } @@ -9,7 +9,7 @@ deps += [ "//build/linux:fontconfig", "//ui/gfx:test_support", -@@ -319,7 +319,7 @@ static_library("content_shell_lib") { +@@ -322,7 +322,7 @@ static_library("content_shell_lib") { ] } @@ -18,16 +18,16 @@ deps += [ "//components/crash/content/app", "//components/crash/content/browser", -@@ -368,7 +368,7 @@ static_library("content_shell_lib") { +@@ -371,7 +371,7 @@ static_library("content_shell_lib") { ] } - if (is_linux) { + if (is_linux || is_bsd) { - deps += [ "//third_party/freetype-android:freetype" ] + deps += [ "//third_party/freetype" ] } -@@ -539,7 +539,7 @@ if (is_android) { +@@ -543,7 +543,7 @@ if (is_android) { } } |