| 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 {}
|
|
|