diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
commit | 2312775f8ebc90aa20f4e45bd252816e24314844 (patch) | |
tree | 34414a0b8d8a904cd0eb4023b41603862897f7c9 /www/chromium/files/patch-content_browser_BUILD.gn | |
parent | Update to 0.9704. (diff) |
www/chromium: update to 63.0.3239.132
Submitted by: cpm
Obtained from: https://github.com/cpu82/freebsd-chromium
MFH: 2018Q1
Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
Notes
Notes:
svn path=/head/; revision=462416
Diffstat (limited to 'www/chromium/files/patch-content_browser_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_browser_BUILD.gn | 41 |
1 files changed, 9 insertions, 32 deletions
diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn index 3a46edf862b1..e8e0cbfdbd31 100644 --- a/www/chromium/files/patch-content_browser_BUILD.gn +++ b/www/chromium/files/patch-content_browser_BUILD.gn @@ -1,8 +1,8 @@ ---- content/browser/BUILD.gn.orig 2017-09-05 21:05:18.000000000 +0200 -+++ content/browser/BUILD.gn 2017-09-06 19:35:15.088548000 +0200 -@@ -1599,11 +1599,6 @@ - "memory/memory_monitor_chromeos.cc", - "memory/memory_monitor_chromeos.h", +--- content/browser/BUILD.gn.orig 2017-12-15 02:04:16.000000000 +0100 ++++ content/browser/BUILD.gn 2017-12-30 02:42:45.654369000 +0100 +@@ -1674,11 +1674,6 @@ + "tracing/cros_tracing_agent.cc", + "tracing/cros_tracing_agent.h", ] - } else { - sources += [ @@ -11,20 +11,12 @@ - ] } - if (!is_win) { -@@ -1672,7 +1667,7 @@ - - # Desktop screen capture implementations, conditionally built depending on - # the available implementations for each platform. -- if (is_linux || is_mac || is_win) { -+ if (is_linux || is_bsd || is_mac || is_win) { - defines += [ "ENABLE_SCREEN_CAPTURE=1" ] - sources += [ - "media/capture/cursor_renderer.cc", -@@ -2039,6 +2034,17 @@ + if (is_fuchsia) { +@@ -2123,6 +2118,17 @@ + deps += [ "//chromeos", "//chromeos:power_manager_proto", - ] ++ ] + } else if (is_bsd) { + sources -= [ + "zygote_host/zygote_communication_linux.cc", @@ -35,21 +27,6 @@ + "../zygote/zygote_linux.cc", + "../zygote/zygote_linux.h", + "../zygote/zygote_main_linux.cc", -+ ] - } - - if (use_aura) { -@@ -2148,11 +2154,11 @@ ] } -- if (is_linux && use_dbus) { -+ if ((is_linux || is_bsd) && use_dbus) { - deps += [ "//dbus" ] - } - -- if (is_linux) { -+ if (is_linux || is_bsd) { - deps += [ "//third_party/boringssl" ] - } - |