| 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 6a3305120a366697e672ccfb5e11de4c227688f7..e2b0a48971e0afef5b2f4ad613ac22de8bc7e25f 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -102,7 +102,7 @@ def GetBotStepMap():
|
|
|
| # Other waterfalls
|
| B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'],
|
| - T(std_tests, ['--asan']), None),
|
| + T(std_tests, ['--asan']), {'extra_gyp_defines': 'asan=1'}),
|
| B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']),
|
| None),
|
| B('fyi-builder-dbg',
|
|
|