Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 985e863ce6382cf9d3c0808740a88d7d15e0a8b3..5db8c73cb9e80af243694c65b96fcda1f4425f23 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -406,6 +406,9 @@ |
| ], |
| }, |
| 'conditions':[ |
| + ['clang==0', { |
| + 'cflags+': ['-Wno-sign-compare',], |
| + }], |
| ['(clang==1 or host_clang==1) and OS!="win"', { |
| # This is here so that all files get recompiled after a clang roll and |
| # when turning clang on or off. |