blob: 8a8b4e23872c5a2686da704bd935b498a3154d92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- third_party/webrtc/BUILD.gn.orig 2024-10-16 21:35:47 UTC
+++ third_party/webrtc/BUILD.gn
@@ -218,6 +218,9 @@ config("common_inherited_config") {
if (is_linux || is_chromeos) {
defines += [ "WEBRTC_LINUX" ]
}
+ if (is_bsd) {
+ defines += [ "WEBRTC_BSD" ]
+ }
if (is_mac) {
defines += [ "WEBRTC_MAC" ]
}
|