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

Unified Diff: scripts/slave/recipe_modules/chromium_android/chromium_config.py

Issue 952653003: Change asan_coverage(deprecated) flag to sanitizer_coverage. Enable edge-level code coverage by def… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: rebase with recipe_simulation_test.py Created 5 years, 10 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: scripts/slave/recipe_modules/chromium_android/chromium_config.py
diff --git a/scripts/slave/recipe_modules/chromium_android/chromium_config.py b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
index 8fa236abb96d9645e047d7426fad4544e55984e3..f2dcf27a335752fc3fed2e2b90f4d33480540dd0 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -36,7 +36,7 @@ def clang_builder(c):
def clang_release_builder(c):
c.gyp_env.GYP_DEFINES['component'] = 'shared_library'
c.gyp_env.GYP_DEFINES['asan'] = 1
- c.gyp_env.GYP_DEFINES['asan_coverage'] = 1
+ c.gyp_env.GYP_DEFINES['sanitizer_coverage'] = 3
c.gyp_env.GYP_DEFINES['use_allocator'] = 'none'
c.compile_py.default_targets = ['chrome_apk']

Powered by Google App Engine
This is Rietveld 408576698