aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
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 /DEPS
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 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a1eddff526..3dc7d1ca8e 100644
--- a/DEPS
+++ b/DEPS
@@ -31,7 +31,7 @@ deps = {
"third_party/externals/yasm/source/patched-yasm/" : "https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@4671120cd8558ce62ee8672ebf3eb6f5216f909b",
"third_party/externals/yasm/binaries" : "https://chromium.googlesource.com/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee468881",
- "third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-5.1.0_r3",
+ "third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-6.0.1_r55",
# The line below is needed for compiling SkV8Example. Do not delete.