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

Unified Diff: masters/master.client.libyuv/master_builders_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
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/master_linux_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.libyuv/master_builders_cfg.py
diff --git a/masters/master.client.libyuv/master_builders_cfg.py b/masters/master.client.libyuv/master_builders_cfg.py
index 1b4f9ba04b9b0ffec7cdbdaf51324cf4ff42d413..28f584c5b82f9d6eaa9aeda20342b8ff588728fe 100644
--- a/masters/master.client.libyuv/master_builders_cfg.py
+++ b/masters/master.client.libyuv/master_builders_cfg.py
@@ -49,9 +49,6 @@ mac_ios_factory_properties = {
}
}
-asan_gclient_env = {
- 'GYP_DEFINES': ('asan=1 release_extra_cflags=-g linux_use_tcmalloc=0 ')}
-
# Windows.
defaults['category'] = 'win'
@@ -158,7 +155,7 @@ F('mac_asan_factory', mac().LibyuvFactory(
tests=test_targets,
factory_properties={
'asan': True,
- 'gclient_env': asan_gclient_env.copy(),
+ 'gclient_env': {'GYP_DEFINES': 'asan=1 release_extra_cflags=-g'},
}))
B('iOS Debug', 'ios_debug_factory', scheduler=scheduler_name)
@@ -236,7 +233,9 @@ F('linux_asan_factory', linux().LibyuvFactory(
tests=test_targets,
factory_properties={
'asan': True,
- 'gclient_env': asan_gclient_env.copy(),
+ 'gclient_env': {
+ 'GYP_DEFINES': 'asan=1 release_extra_cflags=-g use_allocator=none',
+ },
}))
# Android.
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698