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 41946d22dba7b355cfb756ed62481a22046662ad..8f5af34e5bb941908211b53fb3846fe93294de70 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -79,7 +79,8 @@ def GetBotStepMap(): |
bot_configs = [ |
# Main builders |
B('main-builder-dbg', |
- ['bb_compile', 'bb_run_findbugs', 'bb_zip_build'], None, None), |
+ ['bb_check_webview_licenses', 'bb_compile', 'bb_run_findbugs', |
+ 'bb_zip_build'], None, None), |
B('main-builder-rel', |
['bb_compile', 'bb_zip_build'], None, None), |
B('main-clang-builder', compile_step, None, None), |