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

Unified Diff: tools/mb/mb_config.pyl

Issue 2031903002: Update GN files w/ changes needed to make sanitizers work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move buildconfig changes to build/config Created 4 years, 6 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 | « third_party/instrumented_libraries/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 5b50656de80b0d6752f64f0d87cc2991701e6997..7455d72e7a1f7ed4f44ca72e1014c1f859ce9730 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -2222,8 +2222,9 @@
'gyp_defines': 'test_isolation_mode=prepare',
},
+ # TODO(dpranke): Remove the symbolized config after the bots are gone.
'symbolized': {
- 'gn_args': 'error', # TODO(GYP): add an equivalent flag for this
+ 'gn_args': 'symbolized=true',
'gyp_defines':
'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"',
},
« no previous file with comments | « third_party/instrumented_libraries/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698