aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-08-24 12:28:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-24 12:28:38 -0700
commite37aa89c5c6f31e6ddf43d5e530dda4f127b0f5a (patch)
tree52b5a6e7b48d94718ad4d47217ce5d072bb84b61 /include/config
parentc095df55e86e7126b0582856720bb9177b553ff1 (diff)
gyp/sfntly: set SK_SFNTLY_SUBSETTER uniformly
When Skia is built into the Android framework, SK_SFNTLY_SUBSETTER="sample/chromium/font_subsetter.h". This sets the same value for Skia's test framework I will eventually move away from the #include PREPROCESSOR_DEFINE trick, which does not work everywhere. No public API changes. TBR=reed@google.com Review-Url: https://codereview.chromium.org/2274223002
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 3022b1fef6..0729447979 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -95,7 +95,7 @@
/* Define this to provide font subsetter in PDF generation.
*/
-//#define SK_SFNTLY_SUBSETTER "sfntly/subsetter/font_subsetter.h"
+//#define SK_SFNTLY_SUBSETTER "sample/chromium/font_subsetter.h"
/* Define this to set the upper limit for text to support LCD. Values that
are very large increase the cost in the font cache and draw slower, without