From 25c81d4e651b43b8217c365c87d530036529a673 Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 27 Jul 2016 13:55:26 -0700 Subject: GN: dm This builds, links, and runs on Linux. Have not tried Mac. I've tested is_debug={true,false} and is_component_build. It's neat that the component build DM works, but it's also an indication I've missed an essential flag or two... it shouldn't work. :) The GPU backend isn't working yet, but all the software configurations I've tried look good. This fleshes out all the other parts of SkCodec too... I noticed we weren't able to decode gifs or webp. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2188643002 Review-Url: https://codereview.chromium.org/2188643002 --- third_party/libpng/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'third_party/libpng') diff --git a/third_party/libpng/BUILD.gn b/third_party/libpng/BUILD.gn index fd80aad3b9..76c00277b6 100644 --- a/third_party/libpng/BUILD.gn +++ b/third_party/libpng/BUILD.gn @@ -8,11 +8,8 @@ declare_args() { import("../third_party.gni") -config("libpng_public") { - include_dirs = [ "." ] -} third_party("libpng") { - public_configs = [ ":libpng_public" ] + public_include_dirs = [ "." ] deps = [ "//third_party/zlib", -- cgit v1.2.3