| Index: scripts/tools/buildbot_tool_templates/slaves.cfg
 | 
| diff --git a/scripts/slave/recipe_modules/swarming_heartbeat/__init__.py b/scripts/tools/buildbot_tool_templates/slaves.cfg
 | 
| similarity index 62%
 | 
| copy from scripts/slave/recipe_modules/swarming_heartbeat/__init__.py
 | 
| copy to scripts/tools/buildbot_tool_templates/slaves.cfg
 | 
| index d74418a93b34373e0010d13bd0500f3046efe09a..d07fef35476b71ffe6be1c95da00acdb7bd3ad2e 100644
 | 
| --- a/scripts/slave/recipe_modules/swarming_heartbeat/__init__.py
 | 
| +++ b/scripts/tools/buildbot_tool_templates/slaves.cfg
 | 
| @@ -2,8 +2,6 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -DEPS = [
 | 
| -  'properties',
 | 
| -  'python',
 | 
| -  'test_utils',
 | 
| -]
 | 
| +# This file is used by scripts/tools/buildbot-tool to generate master configs.
 | 
| +
 | 
| +%(slaves_block)s
 | 
| 
 |