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

Unified Diff: build/common.gypi

Issue 14305005: mac: Disable clang plugin in asan builds. (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 a146c466eabde0a65010bc668be0b36ca82ecd0f..7c87198386eaca5c909b4805e4916c038f75af37 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3602,7 +3602,10 @@
'$(inherited)', '-std=gnu++11',
],
}],
- ['clang==1 and clang_use_chrome_plugins==1', {
+ # TODO(thakis): Reenable plugins with once
+ # tools/clang/scripts/update.sh no longer pins clang to an ancient
+ # version for asan (http://crbug.com/170629)
+ ['clang==1 and clang_use_chrome_plugins==1 and asan!=1', {
'OTHER_CFLAGS': [
'<@(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