Chromium Code Reviews| Index: ppapi/ppapi_gl.gypi |
| diff --git a/ppapi/ppapi_gl.gypi b/ppapi/ppapi_gl.gypi |
| index e9664deb254a1a9adf3cc7ce2637c3c9905df009..35581e7c196f70c2a89f72a35de1eee2fe757fb7 100644 |
| --- a/ppapi/ppapi_gl.gypi |
| +++ b/ppapi/ppapi_gl.gypi |
| @@ -32,8 +32,11 @@ |
| ], |
| }], |
| ['OS=="mac"', { |
| - # TODO(alokp): Make this compile on mac. |
| 'suppress_wildcard': 1, |
| + 'xcode_settings': { |
| + # Suppress warnings in third party mesa_egl code. |
| + 'WARNING_CFLAGS': ['-Wno-sign-compare'] |
| + } |
| }], |
| ], |
| 'sources': [ |