| Index: scripts/slave/recipe_modules/chromium_android/config.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/config.py b/scripts/slave/recipe_modules/chromium_android/config.py
|
| index eb5837fbcd2c6381c381b804ef52ad56e15e3031..8a14c8e93ae862d68a6ecbe11b281b241cdc7be9 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/config.py
|
| @@ -217,7 +217,7 @@ def incremental_coverage_builder_tests(c):
|
| c.incremental_coverage = True
|
|
|
| @config_ctx()
|
| -def perf(c):
|
| +def chromium_perf(c):
|
| pass
|
|
|
| @config_ctx()
|
|
|