Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 44220a3bfd8e6834542231d2935c397cf4060681..fdf6499b6a234be5668dd143609f02f3b8873acf 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -250,6 +250,17 @@ |
| '-m32', |
| ], |
| }], |
| + [ 'skia_angle == 1' , { |
| + 'cflags!': [ |
| + '-fstrict-aliasing', |
| + ], |
| + 'cflags_cc!': [ |
| + '-Wnon-virtual-dtor', |
| + ], |
| + 'cflags_cc': [ |
| + '-Wno-unknown-pragmas', |
| + ], |
| + }], |
| ], |
| }], |
| [ 'skia_warnings_as_errors', { |