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. |