Chromium Code Reviews| Index: trunk/gyp/common_conditions.gypi |
| =================================================================== |
| --- trunk/gyp/common_conditions.gypi (revision 9149) |
| +++ trunk/gyp/common_conditions.gypi (working copy) |
| @@ -311,10 +311,12 @@ |
| 'cflags': [ |
| '-Wall', |
| '-fno-exceptions', |
| - '-fno-rtti', |
| '-fstrict-aliasing', |
| '-fuse-ld=gold', |
| ], |
| + 'cflags_cc': [ |
| + '-fno-rtti', |
| + ], |
| 'conditions': [ |
| [ 'skia_warnings_as_errors', { |
| 'cflags': [ |