summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h
blob: 0f655eb827889872fe0c31a534c65fa3bf2655b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/media/component_widevine_cdm_hint_file_linux.h.orig	2024-03-27 13:31:02 UTC
+++ chrome/common/media/component_widevine_cdm_hint_file_linux.h
@@ -15,7 +15,7 @@
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS))
+#if !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD))
 #error "This file only applies to desktop Linux and ChromeOS."
 #endif