aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/echo_headers.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-27 11:17:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-27 11:17:18 -0700
commit7d10b9f6e61ce8cb5387291580c1c0645f72b167 (patch)
tree10cdd355da6ee075e5ec317c680879eb6177c07a /gn/echo_headers.py
parentac0e00dceca10dc7ce30c5be66001bd6960ebf5c (diff)
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
Diffstat (limited to 'gn/echo_headers.py')
-rw-r--r--gn/echo_headers.py1
1 files changed, 1 insertions, 0 deletions
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 = []