From 0634317cbe50f5dd21e7e78da59cb2dba0edcae4 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 28 Jul 2016 09:58:44 -0700 Subject: 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 --- third_party/libwebp/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/libwebp') 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", -- cgit v1.2.3