Chromium Code Reviews| 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..d531864e6973f13d875405a9ead4c0e288008611 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-contentshell-webkit', compile_step, T(['webkit_layout']), None), |
|
Isaac (away)
2013/01/23 11:26:50
how about "webkit-latest-contentshell"?
jochen (gone - plz use gerrit)
2013/01/23 12:08:13
Done.
|
| # Generic builder config (for substring match). |
| B('builder', std_build_steps, None, None), |