Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
index 355a41620756a0cc5652885eda9ae9a544c813ef..58e786ac561c4fc202ab44d7cb4f94885445b58b 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
@@ -59,8 +59,10 @@ def _BaseSpec(bot_type, config_name, platform, target_bits, tests): |
def BuildSpec(config_name, perf_id, platform, target_bits): |
if platform == 'android': |
- # TODO: Run sizes on Android. |
- tests = [] |
+ tests = [ |
+ steps.ResourceSizesStep('chrome_public_apk', 'ChromePublic.apk'), |
+ steps.ResourceSizesStep('system_webview_apk', 'SystemWebView.apk'), |
+ ] |
else: |
tests = [steps.SizesStep('https://chromeperf.appspot.com', perf_id)] |