Chromium Code Reviews| Index: gyp/common_conditions.gypi | 
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi | 
| index 8241f1830c78b1a50ccce43de8d558491f94d1fb..96a8e0f5b5f06c1930764c0dc4b0aa12b21cee38 100644 | 
| --- a/gyp/common_conditions.gypi | 
| +++ b/gyp/common_conditions.gypi | 
| @@ -27,6 +27,17 @@ | 
| ], | 
| }, | 
| ], | 
| + [ 'skia_distancefield_fonts == 1', | 
| + { | 
| + 'defines': [ | 
| + 'SK_DISTANCEFIELD_FONTS=1', | 
| + ], | 
| + }, { | 
| + 'defines': [ | 
| + 'SK_DISTANCEFIELD_FONTS=0', | 
| + ], | 
| + }, | 
| + ], | 
| [ 'skia_os == "win"', | 
| { | 
| 'defines': [ |