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

Unified Diff: masters/master.client.webrtc/master_mac_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: 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_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index 1cd507aa88f70359a7f4d2d4ea122f1a31ca5f8b..5c67bbdbb621f85dd79d956815bd87145db528c9 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -102,11 +102,10 @@ F('mac_asan_factory', mac().WebRTCFactory(
target='Release',
options=options,
tests=tests,
- factory_properties={'asan': True,
- 'gclient_env':
- {'GYP_DEFINES': ('asan=1'
- ' release_extra_cflags=-g '
- ' linux_use_tcmalloc=0 ')}}))
+ factory_properties={
+ 'asan': True,
+ 'gclient_env': {'GYP_DEFINES': 'asan=1 release_extra_cflags=-g'},
+ }))
B('Mac32 Release [large tests]', 'mac_largetests_factory',
'compile|baremetal', scheduler)

Powered by Google App Engine
This is Rietveld 408576698