aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni
blob: 6e19cd7c7da50a6809ff59e18d7c6a22cdf03668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/pgo/pgo.gni.orig	2021-06-09 22:13:52 UTC
+++ build/config/compiler/pgo/pgo.gni
@@ -16,7 +16,7 @@ declare_args() {
       # TODO(crbug.com/1052397): Remove chromeos_is_browser_only once
       # target_os switch for lacros-chrome is completed.
       (is_win || is_mac ||
-       (is_linux && !chromeos_is_browser_only && !is_chromecast))) {
+       (is_linux && !chromeos_is_browser_only && !is_chromecast && !is_bsd))) {
     chrome_pgo_phase = 2
   }