aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
blob: 3db4b0966c124a0bac20326574ca851ee036bef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- content/browser/devtools/protocol/system_info_handler.cc.orig	2021-07-19 18:45:15 UTC
+++ content/browser/devtools/protocol/system_info_handler.cc
@@ -52,8 +52,8 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS
 // 1153667.
 // Windows builds need more time -- see Issue 873112 and 1004472.
 // ASAN builds need more time -- see Issue 1167875.
-#if ((defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC)) && \
-     !defined(NDEBUG)) ||                                              \
+#if ((defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || defined(OS_BSD)) && \
+     !defined(NDEBUG)) ||                                                                 \
     defined(OS_WIN) || defined(ADDRESS_SANITIZER) || defined(USE_OZONE)
 const int kGPUInfoWatchdogTimeoutMs = 30000;
 #else