| Index: scripts/slave/recipes/android_webview_shell_tests.py
|
| diff --git a/scripts/slave/recipes/android_webview_shell_tests.py b/scripts/slave/recipes/android_webview_shell_tests.py
|
| index 98f8baaa9b8d071063cff35d407b0af77a0aaef8..23fdcd6e8d95833033eb34b1126d5b2140e9b2d6 100644
|
| --- a/scripts/slave/recipes/android_webview_shell_tests.py
|
| +++ b/scripts/slave/recipes/android_webview_shell_tests.py
|
| @@ -91,6 +91,14 @@ def RunSteps(api):
|
| api.chromium_android.logcat_dump()
|
| api.chromium_android.stack_tool_steps()
|
| api.chromium_android.test_report()
|
| + api.chromium_android.resource_sizes(
|
| + apk_path=api.chromium_android.apk_path(WEBVIEW_APK),
|
| + so_path=api.path['checkout'].join(
|
| + 'out', api.chromium.c.BUILD_CONFIG, 'system_webview_apk', 'libs',
|
| + 'armeabi-v7a', 'libwebviewchromium.so'),
|
| + so_with_symbols_path=api.path['checkout'].join(
|
| + 'out', api.chromium.c.BUILD_CONFIG, 'lib',
|
| + 'libwebviewchromium.so'))
|
|
|
| def run_instrumentation_test(api, suite):
|
| mock_test_results = {
|
|
|