| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # This permits isolating the recipes so they can be run from a Swarming bot (or | 5 # This permits isolating the recipes so they can be run from a Swarming bot (or |
| 6 # anywhere, really). | 6 # anywhere, really). |
| 7 # | 7 # |
| 8 # This file MUST be 4 directories down the root directory. It cannot be in | 8 # This file MUST be 4 directories down the root directory. It cannot be in |
| 9 # scripts/slave/. See recipe_modules/path/config.py. | 9 # scripts/slave/. See recipe_modules/path/config.py. |
| 10 # | 10 # |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 '../../../infra/config/recipes.cfg', | 23 '../../../infra/config/recipes.cfg', |
| 24 '../../../goma/', | 24 '../../../goma/', |
| 25 '../../tools/runit.py', | 25 '../../tools/runit.py', |
| 26 '../annotation_utils.py', | 26 '../annotation_utils.py', |
| 27 '../annotated_run.py', | 27 '../annotated_run.py', |
| 28 '../bootstrap.py', | 28 '../bootstrap.py', |
| 29 '../build_directory.py', | 29 '../build_directory.py', |
| 30 '../cleanup_temp.py', | 30 '../cleanup_temp.py', |
| 31 '../compile.py', | 31 '../compile.py', |
| 32 '../crash_utils.py', | 32 '../crash_utils.py', |
| 33 '../gclient_safe_revert.py', |
| 33 '../gsutil', | 34 '../gsutil', |
| 34 '../gsutil.bat', | 35 '../gsutil.bat', |
| 35 '../gtest/', | 36 '../gtest/', |
| 36 '../gtest_slave_utils.py', | 37 '../gtest_slave_utils.py', |
| 37 '../performance_log_processor.py', | 38 '../performance_log_processor.py', |
| 38 '../recipes.py', | 39 '../recipes.py', |
| 39 '../recipes/', | 40 '../recipes/', |
| 40 '../results_dashboard.py', | 41 '../results_dashboard.py', |
| 41 '../runtest.py', | 42 '../runtest.py', |
| 42 '../runisolatedtest.py', | 43 '../runisolatedtest.py', |
| 43 '../skia/', | 44 '../skia/', |
| 44 '../slave_utils.py', | 45 '../slave_utils.py', |
| 45 '../telemetry_utils.py', | 46 '../telemetry_utils.py', |
| 46 '../xvfb.py', | 47 '../xvfb.py', |
| 47 ], | 48 ], |
| 48 }, | 49 }, |
| 49 } | 50 } |
| OLD | NEW |