From 893d9b13f0873ea4181f1998d531ece5149a700e Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Tue, 20 Jun 2017 20:20:44 +0000 Subject: www/chromium: update to 59.0.3071.104 - Use https in WWW and MASTER_SITES - Sort ONLY_FOR_ARCHS, USES, USE_GNOME and GN_ARGS - Put in correct place MAKE_ENV+= V=1 variable - Use LLD linker by default for supported archs - Fix DEBUG option - Fix gpu_info_collector.cc warning: control may reach end of non-void function [-Wreturn-type] - Get rid of multiple definition errors Changelog: https://chromium.googlesource.com/chromium/src/+log/58.0.3029.110..59.0.3071.104?pretty=fuller&n=10000 MFH: 2017Q2 Security: https://www.vuxml.org/freebsd/52f4b48b-4ac3-11e7-99aa-e8e0b747a45a.html Security: https://www.vuxml.org/freebsd/f53dd5cc-527f-11e7-a772-e8e0b747a45a.html --- .../files/patch-chrome_browser_extensions_BUILD.gn | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'www/chromium/files/patch-chrome_browser_extensions_BUILD.gn') diff --git a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn index c929a836848c..9bee1e493bc8 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2017-05-02 19:02:47 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2017-06-05 19:03:02 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1040,7 +1040,7 @@ static_library("extensions") { +@@ -1033,7 +1033,7 @@ static_library("extensions") { sources -= [ "global_shortcut_listener_ozone.cc" ] } @@ -9,7 +9,7 @@ deps += [ "//build/linux:fontconfig" ] if (use_dbus) { -@@ -1100,7 +1100,7 @@ static_library("extensions") { +@@ -1095,7 +1095,7 @@ static_library("extensions") { ] } @@ -18,16 +18,16 @@ sources += [ "api/input_ime/input_ime_api.cc", "api/input_ime/input_ime_api.h", -@@ -1133,6 +1133,12 @@ static_library("extensions") { - defines += [ "ENABLE_HOTWORDING" ] - } +@@ -1126,6 +1126,12 @@ static_library("extensions") { + if (enable_hotwording) { + defines += [ "ENABLE_HOTWORDING" ] ++ } ++ + if (is_bsd) { + sources -= [ + "api/image_writer_private/removable_storage_provider_linux.cc", + ] -+ } -+ + } + if (enable_service_discovery) { - sources += [ - "api/mdns/dns_sd_delegate.cc", -- cgit v1.2.3