diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 22:08:59 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 22:08:59 +0000 |
commit | e07f65b746ff1d52d943dd930315f7ec7a0c726a (patch) | |
tree | 6455e241c8b173fb7059c54c6bde8ef44284f2d0 /www/chromium/files/patch-remoting_host_BUILD.gn | |
parent | dns/unbound: update 1.6.1 -> 1.6.2 (diff) |
www/chromium: update to 58.0.3029.81
MFH: 2017Q2
Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
Notes
Notes:
svn path=/head/; revision=439776
Diffstat (limited to 'www/chromium/files/patch-remoting_host_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-remoting_host_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-remoting_host_BUILD.gn b/www/chromium/files/patch-remoting_host_BUILD.gn index f0fa0c38503b..04652d6d4561 100644 --- a/www/chromium/files/patch-remoting_host_BUILD.gn +++ b/www/chromium/files/patch-remoting_host_BUILD.gn @@ -1,6 +1,6 @@ ---- remoting/host/BUILD.gn.orig 2017-03-09 20:04:35 UTC +--- remoting/host/BUILD.gn.orig 2017-04-19 19:06:36 UTC +++ remoting/host/BUILD.gn -@@ -329,7 +329,7 @@ static_library("host") { +@@ -326,7 +326,7 @@ static_library("host") { deps += [ "//components/policy:generated" ] } @@ -9,7 +9,7 @@ libs += [ "pam" ] } -@@ -348,7 +348,7 @@ static_library("host") { +@@ -345,7 +345,7 @@ static_library("host") { "input_injector_x11.cc", "local_input_monitor_x11.cc", ] @@ -18,7 +18,7 @@ # These will already be filtered out on non-Linux. sources -= [ "linux/unicode_to_keysym.cc", -@@ -538,7 +538,7 @@ source_set("unit_tests") { +@@ -531,7 +531,7 @@ source_set("unit_tests") { "touch_injector_win_unittest.cc", ] @@ -27,7 +27,7 @@ sources -= [ "linux/unicode_to_keysym_unittest.cc" ] } if (use_ozone || is_chromeos) { -@@ -750,7 +750,7 @@ if (enable_me2me_host) { +@@ -747,7 +747,7 @@ if (enable_me2me_host) { if (is_desktop_linux) { deps += [ "//build/config/linux/gtk" ] } @@ -36,7 +36,7 @@ libs = [ "pam" ] } -@@ -820,7 +820,7 @@ if (enable_me2me_host) { +@@ -817,7 +817,7 @@ if (enable_me2me_host) { } } } |