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

Unified Diff: masters/master.client.webrtc.fyi/master_linux_cfg.py

Issue 218493009: WebRTC+libyuv: switch to use_allocator GYP variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Made all bots use release_extra_cflags=-g Created 6 years, 9 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
Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index 197ab19249666c214ad667791ea87ee6076a253e..9d485bc52f3095bd2c5167f0a8f8b15bf1498d35 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -50,8 +50,7 @@ F('linux_tsan2_factory', linux().WebRTCFactory(
'tsan_suppressions_file':
'src/tools/valgrind-webrtc/tsan_v2/suppressions.txt',
'gclient_env': {
- 'GYP_DEFINES': ('tsan=1 linux_use_tcmalloc=0 '
- 'release_extra_cflags="-gline-tables-only"'),
+ 'GYP_DEFINES': 'tsan=1 use_allocator=none release_extra_cflags=-g',
}}))
B('Linux TsanRV', 'linux_tsan_rv_factory', scheduler=scheduler)
@@ -74,8 +73,8 @@ F('linux_lsan_factory', linux().WebRTCFactory(
'gclient_env': {
'GYP_DEFINES': ('asan=1 '
'lsan=1 '
- 'linux_use_tcmalloc=0 '
- 'release_extra_cflags="-gline-tables-only" ')}}))
+ 'use_allocator=none '
+ 'release_extra_cflags=-g ')}}))
def Update(c):
« no previous file with comments | « masters/master.client.libyuv/master_builders_cfg.py ('k') | masters/master.client.webrtc/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698