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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2510033004: Add rtc_use_memcheck flag, update MB and GN to handle it, and add gni files listing the runtime deps (Closed)
Patch Set: Update mb_config.pyl 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
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 1ce66cbc56129390398cdf5007ff89929f40424f..3797f72d949e1e8c2168efa6ef95bd20947a8817 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -40,7 +40,7 @@
'Linux64 Debug': 'debug_bot_x64',
'Linux64 Release': 'release_bot_x64',
'Linux Asan': 'asan_lsan_clang_release_bot_x64',
- 'Linux Memcheck': 'release_bot_x64',
+ 'Linux Memcheck': 'memcheck_release_bot_x64',
'Linux MSan': 'msan_clang_release_bot_x64',
'Linux Tsan v2': 'tsan_clang_release_bot_x64',
'Linux UBSan': 'ubsan_clang_release_bot_x64',
@@ -231,6 +231,9 @@
'perf_release_bot_x64': [
'gn', 'openh264', 'release', 'static', 'goma', 'x64'
],
+ 'memcheck_release_bot_x64': [
+ 'memcheck', 'gn', 'openh264_release_bot', 'x64'
+ ],
# Windows
'win_clang_debug_bot_x86': [
@@ -368,6 +371,10 @@
'gn_args': 'is_lsan=true',
},
+ 'memcheck': {
+ 'gn_args': 'rtc_use_memcheck=true',
+ },
+
'minimal_symbols': {
'gn_args': 'symbol_level=1',
},

Powered by Google App Engine
This is Rietveld 408576698