aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn')
-rw-r--r--www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn b/www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn
new file mode 100644
index 000000000000..bfe4f2cdde28
--- /dev/null
+++ b/www/iridium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn
@@ -0,0 +1,11 @@
+--- chrome/browser/resources/safe_browsing/BUILD.gn.orig 2017-04-19 19:06:30 UTC
++++ chrome/browser/resources/safe_browsing/BUILD.gn
+@@ -29,6 +29,8 @@ action("make_file_types_protobuf") {
+ target_arch = "mac"
+ } else if (is_linux) {
+ target_arch = "linux"
++ } else if (is_bsd) {
++ target_arch = "bsd"
+ } else {
+ # This will cause the script to fail.
+ target_arch = "unknown_target_arch"