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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2434563003: Remove all traces of Dr Memory. (Closed)
Patch Set: Removed from CQ config as well Created 4 years, 2 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 | « tools/valgrind-webrtc/webrtc_tests.sh ('k') | 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 ce60cbc70ea72e11d33c3df03885787be6fdb6e7..1cc6753ab3630ce5c7d74d9518487467c4e832d3 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -76,8 +76,6 @@
'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64',
'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64',
'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86',
- 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86',
- 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86',
'Win32 Release [large tests]': 'gn_release_bot_x86',
'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
@@ -182,8 +180,6 @@
'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64',
'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
'win_asan': 'win_gn_syzyasan_release_bot_x86',
- 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86',
- 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86',
'win_baremetal': 'gn_release_bot_x86',
'win_swarming': 'swarming_gn_debug_bot_x64',
'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
@@ -294,11 +290,6 @@
'win_gn_syzyasan_release_bot_x86': [
'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
],
- # TODO(kjellander): Flip DrMemory bots over to Release after GN migration
- # (http://crbug.com/636414).
- 'win_gn_drmemory_debug_bot_x86': [
- 'gn', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86',
- ],
# Mac
'mac_gn_asan_clang_release_bot_x64': [
@@ -412,11 +403,6 @@
'gyp_defines': 'chromium_ios_signing=0',
},
- 'drmemory': {
- 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
- 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
- },
-
# This mixin is used to force configs that use it to fail. It
# is used in two cases: when we have bots that we haven't looked
# at yet and don't know whether they need MB or not, and for bots
« no previous file with comments | « tools/valgrind-webrtc/webrtc_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698