Index: third_party/libxml/BUILD.gn |
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn |
index 430a46e35003b94ea9ef617d88eeecfebc66f4ed..625a408fa86e3dab0ea428cc5fa3fe999697243f 100644 |
--- a/third_party/libxml/BUILD.gn |
+++ b/third_party/libxml/BUILD.gn |
@@ -222,7 +222,7 @@ static_library("libxml") { |
"//third_party/zlib", |
] |
- if (is_mac || is_ios || is_android) { |
+ if (is_mac || is_ios || is_android || is_fuchsia) { |
# http://www.xmlsoft.org/threads.html says that this is required when using |
# libxml from several threads, which can possibly happen in chrome. On |
# linux, this is picked up by transitivity from pkg-config output from |