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

Unified Diff: scripts/slave/recipes/android_webview_shell_tests.py

Issue 1560243002: [Android] Upstream resource_sizes function and use for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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/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 = {

Powered by Google App Engine
This is Rietveld 408576698