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

Unified Diff: build/common.gypi

Issue 899973006: Enable sanitizer default options for 32-bit CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 e664be744aa4181cd1eb85c1ba128729d16359f5..bf61837e45805444c7eff607cffb082f9a737999 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3520,7 +3520,7 @@
],
# TODO(glider): enable the default options on other systems.
'conditions': [
- ['use_sanitizer_options==1 and ((OS=="linux" and (chromeos==0 or target_arch!="ia32")) or OS=="mac")', {
+ ['use_sanitizer_options==1 and (OS=="linux" or OS=="mac")', {
'dependencies': [
'<(DEPTH)/build/sanitizers/sanitizers.gyp:sanitizer_options',
],
« 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