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-chrome_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
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_BUILD.gn')
| -rw-r--r-- | www/chromium/files/patch-chrome_browser_BUILD.gn | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www/chromium/files/patch-chrome_browser_BUILD.gn b/www/chromium/files/patch-chrome_browser_BUILD.gn deleted file mode 100644 index a7d89d1e2977..000000000000 --- a/www/chromium/files/patch-chrome_browser_BUILD.gn +++ /dev/null @@ -1,38 +0,0 @@ ---- chrome/browser/BUILD.gn.orig 2017-06-15 21:03:01.000000000 +0200 -+++ chrome/browser/BUILD.gn 2017-06-18 05:06:25.091310000 +0200 -@@ -2296,7 +2296,7 @@ - deps += [ "//device/udev_linux" ] - } - -- if (is_linux && !is_chromeos) { -+ if ((is_linux || is_bsd) && !is_chromeos) { - deps += [ "//third_party/speech-dispatcher" ] - } - -@@ -3721,7 +3721,7 @@ - } - } - -- if (is_linux) { -+ if (is_linux || is_bsd) { - if (use_aura) { - deps += [ "//build/linux:fontconfig" ] - if (use_dbus) { -@@ -3734,7 +3734,7 @@ - } - } - -- if (is_linux || is_win || is_mac) { -+ if (is_linux || is_win || is_mac || is_bsd) { - sources += [ - "payments/chrome_payment_request_delegate.cc", - "payments/chrome_payment_request_delegate.h", -@@ -3744,7 +3744,7 @@ - deps += [ "//components/payments/content" ] - } - -- if (is_linux || is_win) { -+ if (is_linux || is_win || is_bsd) { - sources += [ - "renderer_context_menu/spelling_options_submenu_observer.cc", - "renderer_context_menu/spelling_options_submenu_observer.h", |
