| Index: scripts/slave/unittests/recipe_lint_test.py
|
| diff --git a/scripts/slave/unittests/recipe_lint_test.py b/scripts/slave/unittests/recipe_lint_test.py
|
| index 9c74340aa75f6edfdb29f5080d7bf8c805c5df4f..de4ddc44b12b5fae4f855214a28e39115b758611 100755
|
| --- a/scripts/slave/unittests/recipe_lint_test.py
|
| +++ b/scripts/slave/unittests/recipe_lint_test.py
|
| @@ -10,9 +10,6 @@ MODULES_WHITELIST = [
|
| # TODO(luqui): Move skia modules into recipe resources
|
| r'common\.skia\..*',
|
| r'slave\.skia\..*',
|
| -
|
| - # TODO(luqui): Move cros modules into recipe resources
|
| - r'common\.cros_chromite',
|
| ]
|
|
|
| RECIPES_PY = os.path.join(
|
|
|