Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 8221c94680a645a68b91927d83276065b042fb69..d28645385651cde135b5a5099426d7e9423b4f1c 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -12,6 +12,12 @@ |
| 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)', |
| ], |
| 'conditions' : [ |
| + ['skia_codec_decodes_raw', { |
|
scroggo
2016/01/11 17:44:02
This seems fine. I think you could have left this
yujieqin
2016/01/12 10:47:40
Sure thing, I moved this back to the codec.gyp. We
|
| + 'defines': [ |
| + 'SK_CODEC_DECODES_RAW', |
| + ], |
| + } |
| + ], |
| ['skia_pic', { |
| 'cflags': [ |
| '-fPIC', |