--- third_party/libxslt/BUILD.gn.orig 2017-04-19 19:06:52 UTC +++ third_party/libxslt/BUILD.gn @@ -82,7 +82,7 @@ static_library("libxslt") { public_configs = [ ":libxslt_config" ] cflags = [] - if (is_linux || is_android) { + if (is_linux || is_bsd || is_android) { include_dirs = [ "linux" ] } else if (is_win) { include_dirs = [ "win32" ]