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

Unified Diff: build/common.gypi

Issue 1142733003: win: Disable oilpan plugin when doing asan builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | 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 2f5ea2d1ca409171500de7853b635c68a234b13a..da1ce693b3209cad675492b0dfe4c4e768be09a6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2360,6 +2360,12 @@
],
}],
+ ['OS=="win" and asan==1', {
+ # TODO(thakis): Enable this once the lkgr asan bot has caught up
+ # with trunk clang, http://crbug.com/489123 , http://crbug.com/489123
+ 'blink_gc_plugin%': 0,
+ }],
+
['OS=="win" and (clang==1 or asan==1)', {
'chromium_win_pch': 0,
}],
« 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