diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-07-22 10:28:49 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-07-22 10:28:49 +0000 |
commit | 87e53bd8784b27458612f0542b614bc9aa0bb1fd (patch) | |
tree | 029b1a5de0832499b90c4e4c54ec7bbff32684c1 /www/chromium/files/patch-components_crash_content_browser_BUILD.gn | |
parent | graphics/opencollada: update to 1.6.63 (diff) |
www/chromium: update to 67.0.3396.87
Changelog: https://chromium.googlesource.com/chromium/src/+log/65.0.3325.181..67.0.3396.87?pretty=fuller&n=10000
MFH: 2018Q3
Security: https://vuxml.freebsd.org/freebsd/36ff7a74-47b1-11e8-a7d6-54e1ad544088.html
Security: https://vuxml.freebsd.org/freebsd/006bee4e-4c49-11e8-9c32-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/e457978b-5484-11e8-9b85-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/427b0f58-644c-11e8-9e1b-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/4cb49a23-6c89-11e8-8b33-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-components_crash_content_browser_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-components_crash_content_browser_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-components_crash_content_browser_BUILD.gn b/www/chromium/files/patch-components_crash_content_browser_BUILD.gn index ed72e88d927a..99ff4da3a8fe 100644 --- a/www/chromium/files/patch-components_crash_content_browser_BUILD.gn +++ b/www/chromium/files/patch-components_crash_content_browser_BUILD.gn @@ -1,5 +1,5 @@ ---- components/crash/content/browser/BUILD.gn.orig 2017-12-15 02:04:14.000000000 +0100 -+++ components/crash/content/browser/BUILD.gn 2017-12-24 11:42:34.318970000 +0100 +--- components/crash/content/browser/BUILD.gn.orig 2018-06-13 00:10:13.000000000 +0200 ++++ components/crash/content/browser/BUILD.gn 2018-07-18 23:37:00.046473000 +0200 @@ -24,10 +24,9 @@ "//components/crash/content/app", "//content/public/browser", @@ -16,8 +16,8 @@ # This is not in the GYP build but this target includes breakpad client # headers, so add the dependency here. -- if (is_posix && !is_ios) { -+ if (is_posix && !is_ios && !is_bsd) { +- if ((is_posix && !is_ios) || is_fuchsia) { ++ if ((is_posix && !is_ios && !is_bsd) || is_fuchsia) { configs += [ "//third_party/breakpad:client_config" ] public_configs = [ "//third_party/breakpad:client_config" ] } |