summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
diff options
context:
space:
mode:
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.gn32
1 files changed, 17 insertions, 15 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 dcdecb6d24b2..ed72e88d927a 100644
--- a/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
+++ b/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
@@ -1,21 +1,23 @@
---- components/crash/content/browser/BUILD.gn.orig 2017-04-19 19:06:32 UTC
-+++ components/crash/content/browser/BUILD.gn
-@@ -16,7 +16,7 @@ source_set("browser") {
-
- deps = [
- "//base",
-- "//breakpad:client",
-+ #"//breakpad:client",
+--- 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
+@@ -24,10 +24,9 @@
"//components/crash/content/app",
"//content/public/browser",
"//content/public/common",
-@@ -39,7 +39,7 @@ source_set("browser") {
+- "//third_party/breakpad:client",
+ ]
+
+- if (is_linux || is_android) {
++ if ((is_linux && !is_bsd) || is_android) {
+ set_sources_assignment_filter([])
+
+ # Want this file on both Linux and Android.
+@@ -43,7 +42,7 @@
+
# This is not in the GYP build but this target includes breakpad client
# headers, so add the dependency here.
- if (is_posix && !is_ios) {
-- configs += [ "//breakpad:client_config" ]
-- public_configs = [ "//breakpad:client_config" ]
-+ #configs += [ "//breakpad:client_config" ]
-+ #public_configs = [ "//breakpad:client_config" ]
+- if (is_posix && !is_ios) {
++ if (is_posix && !is_ios && !is_bsd) {
+ configs += [ "//third_party/breakpad:client_config" ]
+ public_configs = [ "//third_party/breakpad:client_config" ]
}
- }