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

Unified Diff: tools/mb/mb_config.pyl

Issue 2455463002: Remove references to DrMemory from chromium repo. (Closed)
Patch Set: Buildbot Created 4 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 | « tools/gn/docs/cookbook.md ('k') | 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 330faf0236e152a734a4e193c02095a1ba0d85d9..e678138e5a422d246287239c0c98975eeafb3227 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -195,8 +195,6 @@
'Win 10 Fast Ring': 'release_trybot',
'Windows deterministic': 'release_bot_x86',
'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86',
- 'Win LKGR (DrM 64)': 'release_drmemory_drfuzz',
- 'Win LKGR (DrM)': 'release_drmemory_drfuzz_x86',
},
'chromium.goma': {
@@ -298,16 +296,12 @@
'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
'Chromium Linux MSan Builder': 'msan_release_bot',
'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot',
- 'Chromium Windows Builder (DrMemory x64)': 'drmemory_shared_release',
- 'Chromium Windows Builder (DrMemory)': 'drmemory_shared_release_x86',
},
'chromium.memory.full': {
'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
'Chromium Linux MSan Builder': 'msan_release_bot',
'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot',
- 'Chromium Windows Builder (DrMemory x64)': 'drmemory_shared_release',
- 'Chromium Windows Builder (DrMemory)': 'drmemory_shared_release_x86',
},
'chromium.perf': {
@@ -1130,14 +1124,6 @@
'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
],
- 'drmemory_shared_release': [
- 'drmemory', 'shared', 'release',
- ],
-
- 'drmemory_shared_release_x86': [
- 'drmemory', 'shared', 'release', 'x86',
- ],
-
'debug_trybot': [
'debug_trybot',
],
@@ -1357,14 +1343,6 @@
'release_bot', 'x86',
],
- 'release_drmemory_drfuzz': [
- 'release', 'drmemory', 'drfuzz', 'chrome_with_codecs',
- ],
-
- 'release_drmemory_drfuzz_x86': [
- 'release', 'drmemory', 'drfuzz', 'x86', 'chrome_with_codecs',
- ],
-
'release_libfuzzer_asan': [
'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 'optimize_for_fuzzing',
],
@@ -1824,11 +1802,5 @@
'x86': {
'gn_args': 'target_cpu="x86"',
},
-
- 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
-
- 'drmemory': {
- 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
- },
},
}
« no previous file with comments | « tools/gn/docs/cookbook.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698