diff options
Diffstat (limited to 'www/iridium/files/patch-components_crash_content_browser_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-components_crash_content_browser_BUILD.gn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/iridium/files/patch-components_crash_content_browser_BUILD.gn b/www/iridium/files/patch-components_crash_content_browser_BUILD.gn new file mode 100644 index 000000000000..dcdecb6d24b2 --- /dev/null +++ b/www/iridium/files/patch-components_crash_content_browser_BUILD.gn @@ -0,0 +1,21 @@ +--- 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/app", + "//content/public/browser", + "//content/public/common", +@@ -39,7 +39,7 @@ source_set("browser") { + # 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" ] + } + } |