aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-media_cdm_library__cdm_cdm__paths.gni
blob: 37e25e725134224d33a262aa9a18c2eebd986c74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/cdm/library_cdm/cdm_paths.gni.orig	2023-10-19 19:58:27 UTC
+++ media/cdm/library_cdm/cdm_paths.gni
@@ -15,7 +15,7 @@ assert(enable_library_cdms)
 # Explicitly define what we use to avoid confusion.
 if (is_chromeos) {
   component_os = "cros"
-} else if (is_linux) {
+} else if (is_linux || is_bsd) {
   component_os = "linux"
 } else if (is_win) {
   component_os = "win"