Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: scripts/slave/unittests/recipe_lint_test.py

Issue 1402253002: CrOS: Load Chromite pins from JSON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase (without pin JSON). Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/common/unittests/cros_chromite_test.py ('k') | scripts/tools/cros/cros_builder_convert.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « scripts/common/unittests/cros_chromite_test.py ('k') | scripts/tools/cros/cros_builder_convert.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698