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

Unified Diff: build/common.gypi

Issue 14890022: Enable Clang warnings in implementation files for OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d544b4f4a3107bcf85b259ab735e8fcaedc1baf5..499b9fc8132f5d93cee816e67509fd9e5ef5a759 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1557,7 +1557,7 @@
],
},
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="mac"', {
'clang_chrome_plugins_flags': [
'<@(clang_chrome_plugins_flags)'
],
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698