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

Unified Diff: build/common.gypi

Issue 14890005: Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0ebc85bbbaa84d75efd32bea1e45abd926632799..9767abb8ed01c3d009e3fcd9bb5ba760c512d1a7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1533,7 +1533,7 @@
],
},
'conditions': [
- ['OS=="linux" and chromeos==0 and use_aura==0', {
+ ['OS=="linux"', {
'clang_chrome_plugins_flags': [
'<@(clang_chrome_plugins_flags)'
],
« no previous file with comments | « ash/system/chromeos/network/tray_network.cc ('k') | chrome/browser/chromeos/policy/variations_service_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698