Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/libxml/BUILD.gn

Issue 2692273008: Hacky slashy (Closed)
Patch Set: tidy up required gn flags, use sdk Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {

Powered by Google App Engine
This is Rietveld 408576698