commit | e37aa89c5c6f31e6ddf43d5e530dda4f127b0f5a | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Wed Aug 24 12:28:38 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 24 12:28:38 2016 -0700 |
tree | 52b5a6e7b48d94718ad4d47217ce5d072bb84b61 | |
parent | c095df55e86e7126b0582856720bb9177b553ff1 [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