 Chromium Code Reviews
 Chromium Code Reviews Issue 2692273008:
  Hacky slashy  (Closed)
    
  
    Issue 2692273008:
  Hacky slashy  (Closed) 
  | Index: third_party/libxml/BUILD.gn | 
| diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn | 
| index 70b66ab53b30c3fc0a41d8516464b8bfb19ae259..9409686811f0754ed31c100bdf3eb9bb8d06ce16 100644 | 
| --- a/third_party/libxml/BUILD.gn | 
| +++ b/third_party/libxml/BUILD.gn | 
| @@ -10,6 +10,8 @@ if (is_linux || is_android || is_nacl) { | 
| os_include = "mac" | 
| } else if (is_win) { | 
| os_include = "win32" | 
| +} else if (current_os == "fuchsia") { | 
| + os_include = "fuchsia" | 
| } | 
| config("libxml_config") { |