diff options
Diffstat (limited to 'www/chromium/files/patch-components_crash_content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-components_crash_content_app_BUILD.gn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/chromium/files/patch-components_crash_content_app_BUILD.gn b/www/chromium/files/patch-components_crash_content_app_BUILD.gn index 53de5d05b67e..77ad6adbcb82 100644 --- a/www/chromium/files/patch-components_crash_content_app_BUILD.gn +++ b/www/chromium/files/patch-components_crash_content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- components/crash/content/app/BUILD.gn.orig 2019-07-24 18:58:18 UTC +--- components/crash/content/app/BUILD.gn.orig 2019-10-21 19:06:28 UTC +++ components/crash/content/app/BUILD.gn -@@ -37,7 +37,7 @@ static_library("app") { +@@ -54,7 +54,7 @@ static_library("app") { sources += [ "crashpad.cc" ] } @@ -9,12 +9,12 @@ sources += [ "breakpad_linux.cc", "breakpad_linux.h", -@@ -78,7 +78,7 @@ static_library("app") { - "//sandbox", +@@ -98,7 +98,7 @@ static_library("app") { ] + } -- if (is_linux) { -+ if (is_linux && !is_bsd) { - deps += [ "//third_party/breakpad:client" ] - } +- if (is_linux) { ++ if (is_linux && !is_bsd) { + deps += [ "//third_party/breakpad:client" ] } + |