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

Unified Diff: third_party/libxml/libxml.gyp

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « third_party/boringssl/win-x86/crypto/sha/sha512-586.asm ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/libxml.gyp
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
index 3e6f6151576197929d0186964ec4b39eee4c0064..dcc75b90b81bae246ac6c0742a28fb5486a86bb7 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -51,7 +51,14 @@
},
}],
['OS == "ios"', {
- 'type': 'none',
+ 'type': 'static_library',
+ 'sources': [
+ 'chromium/libxml_utils.h',
+ 'chromium/libxml_utils.cc',
+ ],
+ 'include_dirs': [
+ '$(SDKROOT)/usr/include/libxml2',
+ ],
'all_dependent_settings': {
'defines': [
'USE_SYSTEM_LIBXML',
@@ -250,6 +257,9 @@
}],
],
}],
+ ['OS == "ios"', {
+ 'toolsets': ['host', 'target'],
+ }],
],
},
],
« no previous file with comments | « third_party/boringssl/win-x86/crypto/sha/sha512-586.asm ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698