Additional cleanups to Android config parsing.
authorbungeman <bungeman@google.com>
Tue, 10 Feb 2015 15:51:12 +0000 (07:51 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Feb 2015 15:51:12 +0000 (07:51 -0800)
commiteb2be7fa4413a566212782d8efae5dc225002821
tree4eb8b3ac1c7a6a07a5dd58ffb1f1ebd1a343c36b
parentee9c49efc9c0dd15c1e1f950dd8be39a30e933a5
Additional cleanups to Android config parsing.

Properly labels several methods as static.
Use XML_GetBuffer to avoid an extra copy.
Set the memory allocators to Skia's.
Set define in 'defines' instead of cflags.
Update debug dumper.

Review URL: https://codereview.chromium.org/915443002
platform_tools/android/gyp/dependencies.gypi
src/ports/SkFontConfigParser_android.cpp
tests/FontConfigParser.cpp