Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 85f3e20376d12d7a137171b3fb70c937f5474dd0..c0b901eb000db249b29c644c728e1981b6279591 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -12,6 +12,9 @@ |
| 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)', |
| ], |
| 'conditions' : [ |
| + [ 'skia_is_bot', { |
| + 'defines': [ 'SK_IS_BOT' ], |
| + }], |
| [ 'skia_codec_decodes_raw', { |
| 'defines': [ |
| 'SK_CODEC_DECODES_RAW', |