| 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 be7b86bd5896d03c19caf9f74941a00a93a40b69..e3aa6dfa25ec481a57eedd5c60cfb79bc154b8e9 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -154,9 +154,9 @@ def RunChromeDriverTests(options):
|
| bb_annotations.PrintNamedStep('chromedriver_annotation')
|
| RunCmd(['chrome/test/chromedriver/run_buildbot_steps.py',
|
| '--android-packages=%s,%s,%s' %
|
| - (constants.PACKAGE_INFO['chromium_test_shell'].package,
|
| - constants.PACKAGE_INFO['chrome_stable'].package,
|
| - constants.PACKAGE_INFO['chrome_beta'].package),
|
| + ('chromium_test_shell',
|
| + 'chrome_stable',
|
| + 'chrome_beta'),
|
| '--revision=%s' % _GetRevision(options),
|
| '--update-log'])
|
|
|
|
|