aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-01-05 10:55:32 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-05 10:55:32 -0800
commit226aee25f426fa12ad16781257490cfd339fb95b (patch)
tree8afa84b30dfb052bdc9d166ffebc6d09693c59f5 /src/pdf
parent17aa047066eaaa56637c4c2b93c8c4c374127dbf (diff)
Also ignore sfntly for Google3/iOS.
It's just complicating their build process for now. Will follow up by removing sfntly dependency after this rolls. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1559393002 Review URL: https://codereview.chromium.org/1559393002
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/SkPDFFont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
index 0d6f318799..15b289db09 100644
--- a/src/pdf/SkPDFFont.cpp
+++ b/src/pdf/SkPDFFont.cpp
@@ -25,7 +25,7 @@
#include "SkUtils.h"
#if defined (GOOGLE3)
- #if !defined (SK_BUILD_FOR_ANDROID)
+ #if !defined (SK_BUILD_FOR_ANDROID) && !defined (SK_BUILD_FOR_IOS)
// #including #defines doesn't work with this build system.
#include "typography/font/sfntly/src/sample/chromium/font_subsetter.h"
#define SK_SFNTLY_SUBSETTER // For the benefit of #ifdefs below.