aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/expat
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-10-11 18:13:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-11 22:37:40 +0000
commit4b167fc8503d8b4887346c5054fc2cc93428846d (patch)
tree4a80583fa480ae981ea9bf3195266c9665dfed54 /third_party/expat
parentae7e671f86e9171c98a4b12bd0a0f875c8d6604f (diff)
GN/Win: everything but skiaserve links.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3240 Change-Id: I85c306f89f3a7faa7f50dadf465122844d015604 Reviewed-on: https://skia-review.googlesource.com/3240 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'third_party/expat')
-rw-r--r--third_party/expat/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/expat/BUILD.gn b/third_party/expat/BUILD.gn
index 1219008c74..b493a210ef 100644
--- a/third_party/expat/BUILD.gn
+++ b/third_party/expat/BUILD.gn
@@ -9,6 +9,7 @@ declare_args() {
import("../third_party.gni")
third_party("expat") {
+ public_defines = [ "XML_STATIC" ]
public_include_dirs = [ "../externals/expat/lib" ]
defines = [ "HAVE_MEMMOVE" ]