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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

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 | « masters/master.tryserver.libyuv/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index 8a0eb72251cd4800c1b909e31da3c632c1288381..a0af609b7d07a8ba2422f6997a58423279e95e54 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -90,7 +90,6 @@ baremetal_linux_tests = baremetal_common_tests + [
'libjingle_peerconnection_java_unittest',
]
-asan_gyp_defines = 'asan=1 release_extra_cflags=-g linux_use_tcmalloc=0'
options = ['--clobber-post-fail', '--compiler=goma']
clang_options = ['--clobber-post-fail', '--compiler=goma-clang']
win_factory_prop = {
@@ -231,8 +230,7 @@ b_mac_asan = {
tests=tests,
factory_properties={
'asan': True,
- 'gclient_env': {'GYP_DEFINES': asan_gyp_defines,
- 'GYP_GENERATORS': 'ninja'},
+ 'gclient_env': {'GYP_DEFINES': 'asan=1 release_extra_cflags=-g'},
}),
}
@@ -320,7 +318,9 @@ b_linux_asan = {
'asan': True,
'sharded_tests': tests,
'force_isolated': True,
- 'gclient_env': {'GYP_DEFINES': asan_gyp_defines},
+ 'gclient_env': {'GYP_DEFINES': ('asan=1 release_extra_cflags=-g '
+ 'use_allocator=none'),
+ },
}),
}
« no previous file with comments | « masters/master.tryserver.libyuv/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698