Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index d9424c0a53fc3e216c0e21c2bffea7038804c272..e2f5e90597e401304dfd91ec293dd12f39bdc421 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -155,10 +155,11 @@ def RunChromeDriverTests(options): |
"""Run all the steps for running chromedriver tests.""" |
bb_annotations.PrintNamedStep('chromedriver_annotation') |
RunCmd(['chrome/test/chromedriver/run_buildbot_steps.py', |
- '--android-packages=%s,%s,%s' % |
+ '--android-packages=%s,%s,%s,%s' % |
('chromium_test_shell', |
'chrome_stable', |
- 'chrome_beta'), |
+ 'chrome_beta', |
+ 'chromedriver_webview_shell'), |
'--revision=%s' % _GetRevision(options), |
'--update-log']) |