Commit f09c1dda authored by bungeman@chromium.org's avatar bungeman@chromium.org

Use font manager on Android.

The corresponding Blink side change is https://codereview.chromium.org/447233003/ . These two can be committed in any order.

Review URL: https://codereview.chromium.org/450733002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288168 0039d316-1c4b-4281-b951-d872f2087c98
parent c41fc87d
......@@ -21,11 +21,6 @@
['exclude', '_android\\.(cc|cpp)$'],
],
}],
[ 'OS == "android"', {
'defines': [
'SK_FONTHOST_DOES_NOT_USE_FONTMGR',
],
}],
[ 'OS != "ios"', {
'sources/': [
['exclude', '_ios\\.(cc|cpp|mm?)$'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment