Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: skia/skia_common.gypi

Issue 450733002: Use font manager on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only the files we wanted. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 5c5b3fe776b78081c871672a06311ddfb9d2546f..53a637f46bb5276a4f2ba5032547c82b528f5261 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -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?)$'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698