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

Unified Diff: runtime/third_party/jscre/jscre.gypi

Issue 8381037: Make DartVM build with clang. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 months 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 | runtime/third_party/jscre/pcre_exec.cpp » ('j') | runtime/third_party/jscre/pcre_exec.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/third_party/jscre/jscre.gypi
===================================================================
--- runtime/third_party/jscre/jscre.gypi (revision 749)
+++ runtime/third_party/jscre/jscre.gypi (working copy)
@@ -5,6 +5,8 @@
'conditions': [
[ 'OS=="linux"', { 'variables' : {
'common_gcc_warning_flags': [ '-Wno-conversion-null', ], }, } ],
+ [ 'OS=="mac"', { 'variables' : {
+ 'common_gcc_warning_flags': [ '-w', ], }, } ],
],
'includes': [
'../../../tools/gyp/xcode.gypi',
« no previous file with comments | « no previous file | runtime/third_party/jscre/pcre_exec.cpp » ('j') | runtime/third_party/jscre/pcre_exec.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698