aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn
blob: c7466848e5d7c248ff51176bcf1aa89356e9abf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/resources/safe_browsing/BUILD.gn.orig	2016-08-03 22:02:13.000000000 +0300
+++ chrome/browser/resources/safe_browsing/BUILD.gn	2016-09-20 02:51:43.112078000 +0300
@@ -26,6 +26,8 @@
     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"