diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 19:29:01 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 19:29:01 +0000 |
commit | 1d6919cec8bc250b10219eeb3aeba14ed4b496d9 (patch) | |
tree | f7ee77dd2331bdfab237f4bfff21b2cd1d96130e /ppapi/ppapi_gl.gypi | |
parent | 43ddf9ade38d89fa12017122cd07085c93da397b (diff) | |
download | chromium_src-1d6919cec8bc250b10219eeb3aeba14ed4b496d9.zip chromium_src-1d6919cec8bc250b10219eeb3aeba14ed4b496d9.tar.gz chromium_src-1d6919cec8bc250b10219eeb3aeba14ed4b496d9.tar.bz2 |
Enable building ppapi/examples on Mac.
BUG=54005
TEST=build and run the examples on Mac (try both debug and release build)
Review URL: http://codereview.chromium.org/8551001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_gl.gypi')
-rw-r--r-- | ppapi/ppapi_gl.gypi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ppapi/ppapi_gl.gypi b/ppapi/ppapi_gl.gypi index e9664de..6830e72 100644 --- a/ppapi/ppapi_gl.gypi +++ b/ppapi/ppapi_gl.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -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': [ |