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

Unified Diff: masters/master.client.webrtc/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/master_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 115ea335a3ec194f6acaa40ef3035aa1f0d91de7..476d2ebf1f505c4d18df84d14d663fe391b55206 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -142,7 +142,7 @@ F('linux_asan_factory', linux().WebRTCFactory(
'force_isolated': True,
'gclient_env': {
'GYP_DEFINES': ('asan=1 release_extra_cflags=-g '
- 'linux_use_tcmalloc=0 ')},
+ 'use_allocator=none ')},
}))
B('Linux64 Release [large tests]', 'linux_largetests_factory',
« no previous file with comments | « masters/master.client.webrtc.fyi/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698