commit | 786ece17c3fac1aae670a6206ad4d11471a2488e | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Jul 15 10:58:47 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 15 10:58:47 2015 -0700 |
tree | 20a7bf721b870184e780d7a340d6548395a5aec7 | |
parent | dcd56e2f0e1bd31f260d19873be485340b66f096 [diff] |
Allow Android font manager on *nix. There is nothing left in the SkFontMgr_android.cpp which is specific to Android, so allow it to be built and used on *nix platforms. This allows for easier development and testing. The only reason to limit to *nix platforms are the dependencies on Expat and FreeType. This should be buildable and runnable on other platforms when these dependencies are also available. Review URL: https://codereview.chromium.org/1228833003