| 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 11a917fcf6b14e75d9e96dbb6182eb1c8b10530f..e97b3506e60398e38949b287d87e8a341af5ea45 100755
 | 
| --- a/build/android/buildbot/bb_run_bot.py
 | 
| +++ b/build/android/buildbot/bb_run_bot.py
 | 
| @@ -159,6 +159,7 @@ def GetBotStepMap():
 | 
|        B('fyi-component-builder-tests-dbg',
 | 
|          H(compile_step, extra_gyp='component=shared_library'),
 | 
|          T(std_tests, ['--experimental', flakiness_server])),
 | 
| +      B('gpu-builder-tests-dbg', H(compile_step), T(['gpu'])),
 | 
|        B('perf-bisect-builder-tests-dbg', H(['bisect_perf_regression'])),
 | 
|        B('perf-tests-rel', H(std_test_steps),
 | 
|          T([], ['--install=ChromiumTestShell'])),
 | 
| 
 |