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

Unified Diff: tools/mb/mb_config.pyl

Issue 1834223003: [libfuzzer] disable nacl in all libfuzzer builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index b91189552ea4417b24b04be30fb90fdf337dfe8b..6581a3ccedcb393d8e6161bfe2a8dbc134eed321 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1119,14 +1119,16 @@
'gn_release_libfuzzer_asan': [
'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
+ 'disable_nacl',
],
'gn_release_libfuzzer_msan': [
'gn', 'release', 'libfuzzer', 'msan', 'proprietary_codecs', 'pdf_xfa',
+ 'disable_nacl',
],
'gn_release_libfuzzer_ubsan': [
'gn', 'release', 'libfuzzer', 'ubsan_security', 'proprietary_codecs',
- 'pdf_xfa',
+ 'pdf_xfa', 'disable_nacl',
],
'gn_release_drmemory_drfuzz_x86': [
« 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