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

Unified Diff: tools/gn/secondary/third_party/libxml/BUILD.gn

Issue 119803002: Add GN conversions for more GYP flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« build/gyp_chromium ('K') | « tools/gn/secondary/skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/libxml/BUILD.gn
diff --git a/tools/gn/secondary/third_party/libxml/BUILD.gn b/tools/gn/secondary/third_party/libxml/BUILD.gn
index f7e142d47b8729f28aec644065bd36a20267a805..e77ae3bc226d4148f8043abc54f3d8709d5ef271 100644
--- a/tools/gn/secondary/third_party/libxml/BUILD.gn
+++ b/tools/gn/secondary/third_party/libxml/BUILD.gn
@@ -6,7 +6,7 @@
# headers. These were generated by running the configure script offline.
if (is_linux) {
os_include = "linux"
-} else if (is_mac) {
+} else if (is_mac || is_ios) {
os_include = "mac"
} else if (is_win) {
os_include = "win32"
« build/gyp_chromium ('K') | « tools/gn/secondary/skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698