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 --- www/chromium/files/patch-content_browser_BUILD.gn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/chromium/files/patch-content_browser_BUILD.gn') diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn index cb60cd2ce3fd..8153a541fcc1 100644 --- a/www/chromium/files/patch-content_browser_BUILD.gn +++ b/www/chromium/files/patch-content_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- content/browser/BUILD.gn.orig 2017-04-19 19:06:33 UTC +--- content/browser/BUILD.gn.orig 2017-06-05 19:03:06 UTC +++ content/browser/BUILD.gn -@@ -1464,11 +1464,6 @@ source_set("browser") { +@@ -1498,11 +1498,6 @@ source_set("browser") { "memory/memory_monitor_chromeos.cc", "memory/memory_monitor_chromeos.h", ] @@ -12,7 +12,7 @@ } if (!is_win) { -@@ -1540,7 +1535,7 @@ source_set("browser") { +@@ -1571,7 +1566,7 @@ source_set("browser") { # Desktop screen capture implementations, conditionally built depending on # the available implementations for each platform. @@ -21,7 +21,7 @@ defines += [ "ENABLE_SCREEN_CAPTURE=1" ] sources += [ "media/capture/cursor_renderer.cc", -@@ -1727,7 +1722,7 @@ source_set("browser") { +@@ -1759,7 +1754,7 @@ source_set("browser") { } } @@ -30,7 +30,7 @@ deps += [ "//build/linux:fontconfig" ] } -@@ -1880,6 +1875,17 @@ source_set("browser") { +@@ -1919,6 +1914,17 @@ source_set("browser") { "//chromeos", "//chromeos:power_manager_proto", ] @@ -47,8 +47,8 @@ + ] } - if (enable_mojo_media) { -@@ -1998,11 +2004,11 @@ source_set("browser") { + if (use_aura) { +@@ -2029,11 +2035,11 @@ source_set("browser") { ] } -- cgit v1.2.3