Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| =================================================================== |
| --- gyp/common_conditions.gypi (revision 12201) |
| +++ gyp/common_conditions.gypi (working copy) |
| @@ -31,7 +31,6 @@ |
| { |
| 'defines': [ |
| 'SK_BUILD_FOR_WIN32', |
| - 'SK_FONTHOST_USES_FONTMGR', |
| '_CRT_SECURE_NO_WARNINGS', |
| 'GR_GL_FUNCTION_TYPE=__stdcall', |
| ], |
| @@ -317,7 +316,6 @@ |
| }, |
| 'defines': [ |
| 'SK_BUILD_FOR_MAC', |
| - 'SK_FONTHOST_USES_FONTMGR', |
| ], |
| 'conditions' : [ |
| [ 'skia_arch_width == 64', { |