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

Unified Diff: build/common.gypi

Issue 14688012: Turn off Clang virtual/OVERRIDE warnings in .cc files when use_aura==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | no next file » | 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 8e5569212b36eeea91d474174b6f4998ca1b2cbd..b77db618be0889ecb7e42d6ae744e0cfa42e2abf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1532,7 +1532,7 @@
],
},
'conditions': [
- ['OS=="linux" and chromeos==0', {
+ ['OS=="linux" and chromeos==0 and use_aura==0', {
'clang_chrome_plugins_flags': [
'<@(clang_chrome_plugins_flags)'
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698