| Index: third_party/libxml/BUILD.gn | 
| diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn | 
| index 17ea09aa66864721f39639cb374c3561899bf2ea..992e92af4d6b690140ab96863d993b4abf62330c 100644 | 
| --- a/third_party/libxml/BUILD.gn | 
| +++ b/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) { | 
| +if (is_linux || is_android || is_nacl) { | 
| os_include = "linux" | 
| } else if (is_mac || is_ios) { | 
| os_include = "mac" | 
|  |