diff options
author | mtklein <mtklein@chromium.org> | 2016-08-04 06:19:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 06:19:33 -0700 |
commit | 7a1f45f9e584fef625e764bd5d180a9c4943dcd5 (patch) | |
tree | 12108cbf1cc8553d97ebbf5241262e4195906b58 /third_party/expat | |
parent | aa6a80526ff4187b596f78564174b3df10d93c7e (diff) |
spin off easy stuff from Herb's windows GN CL
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2209533004
No public API changes.
TBR=reed@google.com
Review-Url: https://codereview.chromium.org/2209533004
Diffstat (limited to 'third_party/expat')
-rw-r--r-- | third_party/expat/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/expat/BUILD.gn b/third_party/expat/BUILD.gn index ab20ca6761..1219008c74 100644 --- a/third_party/expat/BUILD.gn +++ b/third_party/expat/BUILD.gn @@ -9,7 +9,7 @@ declare_args() { import("../third_party.gni") third_party("expat") { - public_include_dirs = [ "../externals/expat" ] + public_include_dirs = [ "../externals/expat/lib" ] defines = [ "HAVE_MEMMOVE" ] |