summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_time_time.cc
blob: de90c9b11c34496cf8d293243ad8783625b0e88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/time/time.cc.orig	2022-02-28 16:54:41 UTC
+++ base/time/time.cc
@@ -6,7 +6,7 @@
 
 #include "build/build_config.h"
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // time.h is a widely included header and its size impacts build time.
 // Try not to raise this limit unless necessary. See
 // https://chromium.googlesource.com/chromium/src/+/HEAD/docs/wmax_tokens.md