aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_compiler_pgo_pgo.gni
blob: 87304bc3d1332b91211eb4a65f1d8ccd0c087a23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/pgo/pgo.gni.orig	2022-02-07 13:39:41 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
   }