Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index abdd2bec26adc2d33b00879d1c07506fdb03a09f..38ff93a0954316e376237dcd8cd359d0a4f05b0d 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -158,8 +158,9 @@ def GetBotStepMap(): |
T(std_tests, ['--asan', '--asan-symbolize'])), |
B('blink-try-builder', H(compile_step)), |
B('chromedriver-fyi-tests-dbg', H(std_test_steps), |
- T(['chromedriver'], ['--install=ChromeShell', '--skip-wipe', |
- '--cleanup'])), |
+ T(['chromedriver'], |
+ ['--install=ChromeShell', '--install=ChromeDriverWebViewShell', |
+ '--skip-wipe', '--cleanup'])), |
B('fyi-x86-builder-dbg', |
H(compile_step + std_host_tests, experimental, target_arch='ia32')), |
B('fyi-builder-dbg', |