| 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 70765ad98ac9128ec1462c645feb0c0da36cd86f..41946d22dba7b355cfb756ed62481a22046662ad 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -103,6 +103,7 @@ def GetBotStepMap():
|
| None),
|
| B('webkit-latest-webkit-tests', std_test_steps,
|
| T(['webkit_layout', 'webkit']), None),
|
| + B('webkit-latest-contentshell', compile_step, T(['webkit_layout']), None),
|
|
|
| # Generic builder config (for substring match).
|
| B('builder', std_build_steps, None, None),
|
|
|