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

Unified Diff: tools/mb/mb_config.pyl

Issue 1462653002: Enabling proprietary_codecs for libfuzzer bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 97f68846b7a0515b1460e8cb22dadb429709fc84..18884246714eb42df64659695e18aab99bf55c1f 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -55,7 +55,7 @@
'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'],
'gyp_release_trybot': ['gyp', 'release_trybot'],
'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'],
- 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan'],
+ 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs'],
# This is just for completeness; any bot that uses this config should never actually run MB.
'none': ['none'],
@@ -292,6 +292,11 @@
'gyp_defines': 'branding=Chrome buildtype=Official',
},
+ 'proprietary_codecs': {
+ 'gn_args': 'proprietary_codecs=1',
+ 'gyp_defines': 'proprietary_codecs=1',
+ },
+
'release': {
'gn_args': 'is_debug=false',
},
« 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