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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2227043002: Rename linux_ubsan_clang_vptr to linux_ubsan_vptr. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Also erase libfuzzer bot. 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: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 370031ccab11c9f2ad1013a9eb79e95df6fadfa3..20522aa7113c84e3a21ee7e13d90d5d75ad23250 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -44,8 +44,6 @@
'Linux64 Release [large tests]': 'gyp_release_bot_x64',
'Linux64 Debug (GN)': 'gn_openh264_debug_bot_x64',
'Linux64 Release (GN)': 'gn_openh264_release_bot_x64',
- 'Linux64 Release (Libfuzzer)':
- 'gn_openh264_libfuzzer_asan_clang_release_bot_x64',
},
'tryserver.webrtc': {
# iOS
@@ -71,7 +69,7 @@
'linux_msan': 'gyp_msan_clang_release_trybot_x64',
'linux_tsan2': 'gyp_tsan_clang_release_trybot_x64',
'linux_ubsan': 'gyp_ubsan_clang_release_trybot_x64',
- 'linux_ubsan_clang_vptr': 'gyp_ubsan_vptr_clang_release_trybot_x64',
+ 'linux_ubsan_vptr': 'gyp_ubsan_vptr_clang_release_trybot_x64',
'linux_baremetal': 'gyp_release_trybot_x64',
'linux_swarming': 'swarming_gyp_debug_trybot_x64',
},
@@ -174,9 +172,6 @@
'gn_openh264_release_bot_x64': [
'gn', 'openh264', 'release_bot', 'x64'
],
- 'gn_openh264_libfuzzer_asan_clang_release_bot_x64': [
- 'gn', 'openh264', 'libfuzzer', 'asan', 'clang', 'release_bot', 'x64'
- ],
# Linux trybot
'gyp_release_trybot_arm': [
'gyp', 'release_trybot', 'arm'
@@ -293,8 +288,6 @@
'mixins': ['ios_release_bot', 'dcheck_always_on']
},
- 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
-
'lsan': {
'gn_args': 'is_lsan=true',
'gyp_defines': 'lsan=1',
« 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