| 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 4e6099368d696d99417420eae50fd8cbf4ff86a6..7693058374e871063881e7b89a3d3e0bdaa38a4e 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -609,6 +609,11 @@ def clang_tot_android_asan(c):
|
| # Like android_clang, minus goma, minus static_libarary, plus asan.
|
| pass
|
|
|
| +@config_ctx(includes=['android_common', 'ninja', 'clang', 'clang_tot'])
|
| +def clang_tot_android_dbg(c):
|
| + # Like android_clang, minus goma, minus static_libarary.
|
| + pass
|
| +
|
| # GYP_DEFINES must not include 'asan' or 'clang', else the tester bot will try
|
| # to compile clang.
|
| @config_ctx(includes=['chromium_no_goma'])
|
|
|