Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: ppapi/ppapi_gl.gypi

Issue 8551001: Enable building ppapi/examples on Mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698