| Index: scripts/slave/recipe_modules/chromium/config.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
|
| index 62826b0afc0aaf96a130481da2b59853474b0504..9e23380d84a4ebb80774e354c41abf22f4465570 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -515,10 +515,6 @@
|
| def chromium_win_clang_official(c):
|
| pass
|
|
|
| -@config_ctx(includes=['chromium_win_clang', 'official'])
|
| -def chromium_win_clang_official_tot(c):
|
| - c.env.LLVM_FORCE_HEAD_REVISION = 'YES'
|
| -
|
| @config_ctx(includes=['chromium_win_clang', 'asan', 'static_library'])
|
| def chromium_win_clang_asan(c):
|
| # These are set on the lkgr bot, and the fyi bots should match the lkgr bot.
|
|
|