From 7d10b9f6e61ce8cb5387291580c1c0645f72b167 Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 27 Jul 2016 11:17:18 -0700 Subject: GN: fixes for Mac - Make fiddle build on Mac (skipping GL). - Now that we're building in SkCodec, we depend on libpng and libjpeg-turbo unconditionally, not just on Linux. - Re-arrange third_party a bit so that our targets are Fuchsia/Chrome compatible. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2184133002 NOTREECHECKS=true This doesn't affect Chrome/Blink, so landing through the closed tree. Review-Url: https://codereview.chromium.org/2184133002 --- gn/echo_headers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/echo_headers.py') diff --git a/gn/echo_headers.py b/gn/echo_headers.py index 325124fc22..6fed8545be 100644 --- a/gn/echo_headers.py +++ b/gn/echo_headers.py @@ -11,6 +11,7 @@ import os.path blacklist = [ 'GrGLConfig_chrome.h', + 'SkFontMgr_fontconfig.h', ] headers = [] -- cgit v1.2.3