Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index a06fcb77c1bff3ba02ce573bdf3949f56bd6ce9c..8d1b2cfa1ded46f35c0bbfbbb872d72ad25c3967 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -463,7 +463,10 @@ |
| [ 'skia_os == "mac"', |
| { |
| - 'defines': [ 'SK_BUILD_FOR_MAC' ], |
| + 'defines': [ |
| + 'SK_BUILD_FOR_MAC', |
| + 'YY_NO_INPUT', # ANGLE for mac hits -Wunneeded-internal-declaration if this isn't set. |
|
bsalomon
2015/10/23 16:18:20
Is it possible to specify this only for the angle
|
| + ], |
| 'configurations': { |
| 'Coverage': { |
| 'xcode_settings': { |