--- third_party/libxml/BUILD.gn.orig 2017-01-26 00:49:30 UTC +++ third_party/libxml/BUILD.gn @@ -4,7 +4,7 @@ # Define an "os_include" variable that points at the OS-specific generated # headers. These were generated by running the configure script offline. -if (is_linux || is_android || is_nacl) { +if (is_linux || is_bsd || is_android || is_nacl) { os_include = "linux" } else if (is_mac || is_ios) { os_include = "mac"