| Index: third_party/libwebp/BUILD.gn
|
| diff --git a/third_party/libwebp/BUILD.gn b/third_party/libwebp/BUILD.gn
|
| index 99bf5469c652bfa06a2044ca426e9d70c19d4264..1ad734fe0b3c7bbe42c2214da95c36996b0e964c 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",
|
|
|