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

Unified Diff: build/android/pylib/valgrind_tools.py

Issue 12211070: Run locally-built Android utils under ASan (if built with ASan). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 7 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
« 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: build/android/pylib/valgrind_tools.py
diff --git a/build/android/pylib/valgrind_tools.py b/build/android/pylib/valgrind_tools.py
index be9d4e9615aac3f36979aa8900668b37fa2e361e..0e9819343ed01c8f28ee263e89e603a5a8178578 100644
--- a/build/android/pylib/valgrind_tools.py
+++ b/build/android/pylib/valgrind_tools.py
@@ -93,7 +93,8 @@ class AddressSanitizerTool(BaseTool):
self._wrap_properties = ['wrap.com.google.android.apps.ch',
'wrap.org.chromium.native_test',
'wrap.org.chromium.content_shell',
- 'wrap.org.chromium.chrome.testsh']
+ 'wrap.org.chromium.chrome.testsh',
+ 'wrap.org.chromium.android_webvi']
# Configure AndroidCommands to run utils (such as md5sum_bin) under ASan.
# This is required because ASan is a compiler-based tool, and md5sum
# includes instrumented code from base.
« 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