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

Unified Diff: tools/mb/mb_config.pyl

Issue 2291123006: Do not use |target_os="chromeos"| for libFuzzer and AFL build configurations. (Closed)
Patch Set: Created 4 years, 4 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 38a10e111929a623fb28de0cacef81382280b7a5..e089b095789a3b231b47f58144acc8044b9469c5 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1230,7 +1230,7 @@
],
'gn_debug_libfuzzer_asan': [
- 'gn', 'debug', 'libfuzzer', 'asan', 'chromeos_with_codecs', 'pdf_xfa',
+ 'gn', 'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl',
],
@@ -1311,7 +1311,7 @@
],
'gn_release_afl_asan': [
- 'gn', 'release', 'afl', 'asan', 'chromeos_with_codecs', 'pdf_xfa',
+ 'gn', 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl',
],
@@ -1321,16 +1321,16 @@
],
'gn_release_libfuzzer_asan': [
- 'gn', 'release', 'libfuzzer', 'asan', 'chromeos_with_codecs', 'pdf_xfa',
+ 'gn', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl',
],
'gn_release_libfuzzer_msan': [
- 'gn', 'release', 'libfuzzer', 'msan', 'chromeos_with_codecs', 'pdf_xfa',
+ 'gn', 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl',
],
'gn_release_libfuzzer_ubsan': [
- 'gn', 'release', 'libfuzzer', 'ubsan_security', 'chromeos_with_codecs',
+ 'gn', 'release', 'libfuzzer', 'ubsan_security', 'chromeos_codecs',
'pdf_xfa', 'disable_nacl',
],
« 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