Chromium Code Reviews| Index: scripts/slave/recipes_test/gatekeeper.py |
| diff --git a/masters/master.client.toolkit/toolkit_repos.py b/scripts/slave/recipes_test/gatekeeper.py |
| similarity index 58% |
| copy from masters/master.client.toolkit/toolkit_repos.py |
| copy to scripts/slave/recipes_test/gatekeeper.py |
| index cb8cac7b5e4bd5e62715a8f0676485860d4a1c57..dceee6c3c11811426f8928da9f57aa63975105bd 100644 |
| --- a/masters/master.client.toolkit/toolkit_repos.py |
| +++ b/scripts/slave/recipes_test/gatekeeper.py |
| @@ -2,13 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +"""Test inputs for recipes/gatekeeper.py""" |
| -REPOS = ( |
| - 'toolkit', |
| - 'platform', |
| - 'CustomElements', |
| - 'mdv', |
| - 'PointerGestures', |
| - 'ShadowDOM', |
| - 'HTMLImports', |
| -) |
| +def basic_test(_api): |
| + return {} |
|
agable
2013/05/14 20:47:23
Empty test?
iannucci
2013/05/14 21:32:08
Yeah, it takes no factory_properties or build_prop
|