aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/xml.gyp
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-07-14 14:02:24 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-14 14:02:24 -0700
commit771a190a0021d95500d73d4f187e0ef2aa3a0fdc (patch)
tree2c2f62bd418e0bce2ff1973ac25b60882729448b /gyp/xml.gyp
parent4c7e117b696b67d45dc939e8b516f6ae18e68d1a (diff)
Build Expat on all platforms
* bump version to @android-6.0.1_r55 (2.1.1) * add as a dependency to the 'xml' target (for upcoming http://crrev.com/2142893006) * tweak build for Mac, Win: - define HAVE_EXPAT_CONFIG_H (same as in Android.mk) - use -Wno-missing-field-initializers (same as in Android.mk) - suppress MSVS warning 4244 (same as ..cmake/Utilities/cmexpat/expatConfig.h.in) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2150603004 R=mtklein@google.com Review-Url: https://codereview.chromium.org/2150603004
Diffstat (limited to 'gyp/xml.gyp')
-rw-r--r--gyp/xml.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/xml.gyp b/gyp/xml.gyp
index 36acf97c01..8060076747 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -11,6 +11,7 @@
'standalone_static_library': 1,
'dependencies': [
'skia_lib.gyp:skia_lib',
+ 'expat.gyp:expat',
],
'include_dirs': [
'../include/private',