aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libwebp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-28 09:58:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-28 09:58:44 -0700
commit0634317cbe50f5dd21e7e78da59cb2dba0edcae4 (patch)
treef0fc53ea22813af404f50388a49322ed0e7c89bc /third_party/libwebp
parenteae6a9127707b9391546012d11bcc7d9920dfa6d (diff)
GN: fix mac build again
Hoping to land these using the other GN bots as trybots. Don't know what magic was letting us get to webp's headers yesterday on Linux. Might have been using /usr/include's ? The other change is the difference between some setups using #define SK_BUILD_FOR_MAC and others #define SK_BUILD_FOR_MAC 1. We want either to mean "we're Mac". BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2190713004 Review-Url: https://codereview.chromium.org/2190713004
Diffstat (limited to 'third_party/libwebp')
-rw-r--r--third_party/libwebp/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebp/BUILD.gn b/third_party/libwebp/BUILD.gn
index 99bf5469c6..1ad734fe0b 100644
--- a/third_party/libwebp/BUILD.gn
+++ b/third_party/libwebp/BUILD.gn
@@ -9,7 +9,7 @@ declare_args() {
import("../third_party.gni")
third_party("libwebp") {
- public_include_dirs = [ "../externals/libwebp" ]
+ public_include_dirs = [ "../externals/libwebp/src" ]
sources = [
"../externals/libwebp/src/dec/alpha.c",