summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_BUILD.gn
blob: 8fb6fad4ac4a028c6404749c54871e5b2092005c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/webrtc/BUILD.gn.orig	2017-12-15 02:05:39.000000000 +0100
+++ third_party/webrtc/BUILD.gn	2017-12-24 19:21:52.441317000 +0100
@@ -80,6 +80,9 @@
   if (is_linux) {
     defines += [ "WEBRTC_LINUX" ]
   }
+  if (is_bsd) {
+    defines += [ "WEBRTC_BSD" ]
+  }
   if (is_mac) {
     defines += [ "WEBRTC_MAC" ]
   }