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

Unified Diff: masters/master.chromium.lkgr/master_lkgr_cfg.py

Issue 11106021: Enable v8 verify heap on ASAN builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.lkgr/master_lkgr_cfg.py
===================================================================
--- masters/master.chromium.lkgr/master_lkgr_cfg.py (revision 161615)
+++ masters/master.chromium.lkgr/master_lkgr_cfg.py (working copy)
@@ -96,9 +96,10 @@
'asan_archive_build': True,
'gs_bucket': 'gs://chromium-browser-asan',
'gs_acl': 'public-read',
- 'gclient_env': {'GYP_DEFINES': 'asan=1 linux_use_tcmalloc=0 '}}))
+ 'gclient_env': {'GYP_DEFINES': 'asan=1 linux_use_tcmalloc=0 '
+ 'v8_enable_verify_heap=1 '}}))
-asan_gyp = ('asan=1 linux_use_tcmalloc=0 '
+asan_gyp = ('asan=1 linux_use_tcmalloc=0 v8_enable_verify_heap=1 '
'release_extra_cflags="-g -O1 -fno-inline-functions -fno-inline"')
B('ASAN Release (symbolized)', 'linux_asan_rel_sym', 'compile', 'chromium_lkgr')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698